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("Coffee/Tea making facilities , Self-coded computerised safe, Hair Dryer, Mini-Bar, Cables T.V. Deluxe rooms are available in twin and king bed configurations.", "Internet, Daily breakfast, Evening cocktail drinks. Additional club benefits and privileges at our Sky Lounge. Terms and conditions apply No cancellation are allowed and non refundable.") function GetLastMinOfferHTML() { var lmoHTML = "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "
RoomRoom Rate, SGDTotal
Mon
23-Nov
Tue
24-Nov
Wed
25-Nov
Deluxe Room (Rate inclusive of Taxes)" + "" + "" + "" + "" + "
" + "
sold
177
sold
177
sold
177
531
Premier Room Double (incl taxes, bfast & internet)" + "" + "" + "" + "" + "
" + "
sold
236
sold
236
sold
236
708
Club Room Double (incl taxes, bfast & internet)" + "" + "" + "" + "" + "
" + "
sold
236
sold
236
sold
236
708
" + "
"; return lmoHTML; } //book button redirection function LBook(rtID) { location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=1342&curr=SGD" }