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 at S$25.00++ per person. Welcome drinks & welcome fruit plate inclusive. Daily newspaper.", "Room only. Breakfast at $25.00++ per person. Welcome drinks & welcome fruit plate. Daily newspaper", "Room only. Breakfast chargeable at $25.00++ per person.", "Min 2 nights stay with up to 2 breakfast inclusive. Additional person breakfast at S$25.00++. Welcome drinks & welcome fruit plate. Daily newspaper") function GetLastMinOfferHTML() { var lmoHTML = "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "
RoomRoom Rate, SGDTotal
Mon
23-Nov
Tue
24-Nov
Wed
25-Nov
Studio Room" + "" + "" + "" + "" + "
" + "
sold
207
sold
207
207621
Deluxe room" + "" + "" + "" + "" + "
" + "
sold
259
sold
259
259777
Room - min 2 nights stay with free breakfast." + "" + "" + "" + "" + "
" + "
sold
259
sold
259
259777
Duplex Suite" + "" + "" + "" + "" + "
" + "
sold
357
sold
357
3571,071
Garden Suite" + "" + "" + "" + "" + "
" + "
sold
357
sold
357
3571,071
" + "
"; return lmoHTML; } //book button redirection function LBook(rtID) { location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=2900&curr=SGD" }