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("Premium DLX Room Rate. Free Coffee/Tea Facilities", "Pacific Club Room Rate (incl. of 1.177%Taxes).Exclusive Access to Pacific Club lounge where Breakfast,Refeshments and Evening Cocktails for 2 are served;Free Broadband Internet;Pillow Menu", "Pacific Club Executive Rate (incl. of 1.177%Taxes).Exclusive Access to Pacific Club lounge where Breakfast,Refeshments and Evening Cocktails for 2 are served;Free Broadband Internet;Pillow Menu", "Pacific Club Suite Rate (incl. of 1.177%Taxes).Exclusive Access to Pacific Club lounge where Breakfast,Refeshments and Evening Cocktails for 2 are served;Free Broadband Internet;Pillow Menu", "Deluxe Room Rate. Free Coffee/Tea Facilities", "Pacific Club Premium Room Rate (incl. of 1.177%Taxes).Exclusive Access to Pacific Club lounge where Breakfast,Refeshments and Evening Cocktails for 2 are served;Free Broadband Internet;Pillow Menu") function GetLastMinOfferHTML() { var lmoHTML = "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "
RoomRoom Rate, SGDTotal
Mon
23-Nov
Tue
24-Nov
Wed
25-Nov
Deluxe Room" + "" + "" + "" + "" + "
" + "
sold
265
sold
265
sold
265
795
Premium Deluxe Room" + "" + "" + "" + "" + "
" + "
sold
300
sold
300
sold
300
900
Pacific Club Room" + "" + "" + "" + "" + "
" + "
sold
383
sold
383
sold
383
1,149
Pacific Club Premium Room" + "" + "" + "" + "" + "
" + "
sold
418
sold
418
sold
418
1,254
Pacific Club Executive Room" + "" + "" + "" + "" + "
" + "
sold
453
sold
453
sold
453
1,359
Pacific Club Suite" + "" + "" + "" + "" + "
" + "
sold
488
sold
488
sold
488
1,464
" + "
"; return lmoHTML; } //book button redirection function LBook(rtID) { location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=1332&curr=SGD" }