var wkdArray = new Array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat') var arrShortDay = new Array('Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa') var arrMonth = new Array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec') var monthArray = arrMonth var dateMask = 'd|m|y|-' var incArray = new Array("welcome tea, morning newspaper, free scheduled shuttle bus service. free use of swimming pool (temporary close in winter time), health club and sauna, complimentary In-room boardband Internet access.", "Welcome tea, morning newspaper, free scheduled shuttle bus service, free use of swimming pool(temporary close in winter time), health club and sauna, complimentary In-room broadband Internet access.", "Contemporary designed harbour view room with free breakfast, afternoon tea and evening cocktail, 450 sq ft in size, express check in and check out, exclusive use of the Panorama Club facilities.") function GetLastMinOfferHTML() { var lmoHTML = "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "
RoomRoom Rate, HKDTotal
Mon
23-Nov
Tue
24-Nov
Wed
25-Nov
Standard Room (Free Internet) - Min 2 Nights Pkg" + "" + "" + "" + "" + "" + "" + "
  availability: 10
" + "
9391,0331,0333,005
Standard Room (with Free Internet)" + "" + "" + "" + "" + "" + "" + "
  availability: 10
" + "
1,0671,1731,1733,413
Harbour View Room (with Free Internet)" + "" + "" + "" + "" + "" + "" + "
  availability: 10
" + "
1,4001,5001,5004,400
Executive Parlour / Suite (with Free Internet)" + "" + "" + "" + "" + "" + "" + "
  availability: 10
" + "
1,9001,9001,9005,700
" + "
"; return lmoHTML; } //book button redirection function LBook(rtID) { location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=5104&curr=HKD" }