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("Rate include Breakfast for 2, Free use of swimming pool, gym & sauna", "Free buffet breakfast , Free internet & access to our newly-renovated Empire Club Lounge. Free use of outdoor pool, gym & sauna", "Minimum Stay 2 Nights Promotion, including 10% service charge plus free use of swimming pool, gym & sauna", "Free buffet breakfast & access to our newly-renovated Empire Club Lounge. Free use of outdoor pool, gym & sauna") function GetLastMinOfferHTML() { var lmoHTML = "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "
RoomRoom Rate, HKDTotal
Mon
23-Nov
Tue
24-Nov
Wed
25-Nov
City View Room - Minimum Stay 2 Nights Promotion" + "" + "" + "" + "" + "
" + "
sold
581
9689682,517
City View Room" + "" + "" + "" + "" + "
" + "
sold
660
1,1001,1002,860
Empire Club Room" + "" + "" + "" + "" + "
" + "
sold
1,100
1,5401,5404,180
" + "
"; return lmoHTML; } //book button redirection function LBook(rtID) { location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=1734&curr=HKD" }