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("Room Only Breakfast will be charged at $19++ Per Person", "Complimentary Breakfast, Evening Cocktails, Guests will receive a Best Offers of Clarke Quay Booklet which offers them discounts upto 25% in various retaurants and bars in Clarke Quay ", "Complimentary Breakfast,Evening Cocktails Guests will receive a Best Offers of Clarke Quay Booklet which offers them discounts upto 25% in various retaurants and bars in Clarke Quay ") function GetLastMinOfferHTML() { var lmoHTML = "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "
RoomRoom Rate, SGDTotal
Mon
23-Nov
Tue
24-Nov
Wed
25-Nov
Standard Room (Rate inclusive of Taxes)" + "" + "" + "" + "" + "
" + "
sold
241
sold
241
sold
335
817
Superior Room (Rate inclusive of Taxes)" + "" + "" + "" + "" + "
" + "
sold
271
271279821
Executive Room (Rate inclusive of Taxes)" + "" + "" + "" + "" + "
" + "
sold
300
300308908
Premier Floor Room 2Single Beds-inclusive of taxes" + "" + "" + "" + "" + "
" + "
sold
359
3593671,085
Premier Floor Room 1King Bed - inclusive of taxes" + "" + "" + "" + "" + "
" + "
sold
359
3593671,085
" + "
"; return lmoHTML; } //book button redirection function LBook(rtID) { location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=1351&curr=SGD" }