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("Super Offer- Superior Room, Daily newspaper, Free use of Fitness Centre", "Executive Room,Welcome fruit plate,Daily newspaper,free use of fitness centre", "Welcome fruit plate, Daily newspaper, Free use of Fitness Centre", "Super Offer- Superior Room, Daily newspaper, Free use of Fitness Centre,any early check out will charge full payment", "Super Offer- Superior Room, Daily newspaper, Free use of Fitness centre,any early check out will charge full payment", "Executive Room,Welcome fruit plate,Daily newspaper,free use of fitness centre,any early check out will charge full payment") function GetLastMinOfferHTML() { var lmoHTML = "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "
RoomRoom Rate, HKDTotal
Mon
23-Nov
Tue
24-Nov
Wed
25-Nov
Superior Room-Min 2 Nights w/Daily newspaper" + "" + "" + "" + "" + "" + "" + "
  availability: 15
" + "
5675675671,701
Superior Room with Daily newspaper" + "" + "" + "" + "" + "" + "" + "
  availability: 13
" + "
6306306301,890
Executive Room-Min 2 Nights w/Weclome fruit plate" + "" + "" + "" + "" + "" + "" + "
  availability: 5
" + "
7477477472,241
Executive Room with Welcome fruit plate" + "" + "" + "" + "" + "" + "" + "
  availability: 5
" + "
8308308302,490
Suite with Daily newspaper & Welcome fruit plate" + "" + "" + "" + "" + "" + "" + "
  availability: 1
" + "
2,9292,9292,9298,787
" + "
"; return lmoHTML; } //book button redirection function LBook(rtID) { location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=3694&curr=HKD" }