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("Free hourly shuttle service between airport and hotel. Free coffee / tea facilities.", "Free hourly shuttle service between hotel and airport. Free coffee / tea facilities.", "Free hourly shuttle service between hotel and airport. Complimentary breakfast, mini bar and unlimited broadband internet access. Free coffee / tea facilities.", "Free hourly shuttle service between hotel and airport. Free coffee / tea facilities. 25% F & B discount at Saltwater Cafe and Vau Lounge only.", "Free hourly shuttle service between hotel and airport. Free breakfast, mini bar and unlimited broadband internet access and 2 pcs laundry daily (non-accumulative). Free coffee / tea facilities.", "Free internet and local calls. Free hourly shuttle service between airport and hotel. Free coffee / tea facilities.", "Free internet and local calls. Free hourly shuttle service between hotel and airport. Free coffee / tea facilities.")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, SGD | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"Deluxe Room - Min 2 Nights Promo" +
"" +
"" +
" | " +
" | " +
"availability: 4 | " +
" " +
" " +
" | " +
"169 | " +
"169 | " +
"169 | " +
"507 | " +
"
" +
"" +
"Superior Room" +
"" +
"" +
" | " +
" " +
" " +
" | " +
"188 | " +
"sold 188 | " +
"sold 188 | " +
"564 | " +
"
" +
"" +
"Stay Village - Superior" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"200 | " +
"200 | " +
"200 | " +
"600 | " +
"
" +
"" +
"Stay Village - Deluxe" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"224 | " +
"224 | " +
"224 | " +
"672 | " +
"
" +
"" +
"Deluxe Room" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"212 | " +
"235 | " +
"235 | " +
"682 | " +
"
" +
"" +
"Business @ Village (Single) Min 2 nights" +
"" +
"" +
" | " +
" | " +
"availability: 3 | " +
" " +
" " +
" | " +
"245 | " +
"245 | " +
"245 | " +
"735 | " +
"
" +
"" +
"Executive Club Room (Single)" +
"" +
"" +
" | " +
" | " +
"availability: 3 | " +
" " +
" " +
" | " +
"245 | " +
"268 | " +
"268 | " +
"781 | " +
"
" +
"" +
"Business @ Village (Double) - Min 2 nights" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"268 | " +
"268 | " +
"268 | " +
"804 | " +
"
" +
"" +
"Executive Club Room (Double)" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"268 | " +
"292 | " +
"292 | " +
"852 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=1325&curr=SGD"
}