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("Complimentary coffee and tea-making facilities, hairdryer, working desk and in-room safe. 3 mins walk to MRT station.", "Free internet access, breakfast and evening cocktails at the Executive Lounge. Child below 16 years old are not allowed.", "**FREE INTERNET AND LOCAL CALLS** Complimentary coffee and tea-making facilities, hairdryer and basic bathroom amenities. 3 mins walk to MRT station.", "Free internet broadband, breakfasts and evening cocktails at the Club Lounge, minibar items(replenised once daily), 2 pc laundry for min 2 nights stay. Child below 16 years old are not allowed.")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, SGD | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"STAY VILLAGE - Superior room" +
"" +
"" +
" | " +
" | " +
"availability: 20 | " +
" " +
" " +
" | " +
"177 | " +
"177 | " +
"177 | " +
"531 | " +
"
" +
"" +
"STAY VILLAGE - Deluxe Room" +
"" +
"" +
" | " +
" | " +
"availability: 30 | " +
" " +
" " +
" | " +
"188 | " +
"188 | " +
"188 | " +
"564 | " +
"
" +
"" +
"BUSINESS @ VILLAGE - Executive Club Room (Single)" +
"" +
"" +
" | " +
" | " +
"availability: 20 | " +
" " +
" " +
" | " +
"221 | " +
"221 | " +
"221 | " +
"663 | " +
"
" +
"" +
"BUSINESS @ VILLAGE - Executive Club Room (Double)" +
"" +
"" +
" | " +
" | " +
"availability: 20 | " +
" " +
" " +
" | " +
"239 | " +
"239 | " +
"239 | " +
"717 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=1320&curr=SGD"
}