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("Free use of Health Club, pool deck sunbath, steam and sauna.", "Inclusive of complimentary daily continental breakfast at Executive Lounge. Rooms are strictly the use of adults.", "Free transfer of scheduled shuttle to Mongkok & Tsimshatsui. Free use of Health Club, outdoor swimming pool, steam and sauna.") function GetLastMinOfferHTML() { var lmoHTML = "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "
RoomRoom Rate, HKDTotal
Mon
23-Nov
Tue
24-Nov
Wed
25-Nov
Min 2 nights special - Deluxe Room" + "" + "" + "" + "" + "
" + "
sold
530
sold
530
5301,590
Deluxe Room~with Free use of Health Club" + "" + "" + "" + "" + "
" + "
sold
550
sold
550
5501,650
Executive Room~w/Free Daily continental breakfast" + "" + "" + "" + "" + "
" + "
sold
890
sold
890
8902,670
" + "
"; return lmoHTML; } //book button redirection function LBook(rtID) { location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=1725&curr=HKD" }