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("Guaranteed upgrade to Premier room with Breakfast & Welcome Drink for 2. One time 45-minute Balinese Massage for 2 persons (Worth RM260.00) per stay. FREE scheduled shuttle service to KLCC & Chinatown", "New & Contemporary 28sqm Premier Deluxe room with Buffet Breakfast & Welcome Drink. Free usage of high-speed internet access in room or at our new hip e-Lounge with complimentary coffee/tea & snacks.", "Deluxe room with Buffet Breakfast for 2. FREE UNLIMITED High-speed Internet Access in room. FREE Scheduled Shuttle Service to KLCC-Twin Towers, Bintang Walk & Chinatown!", "Buffet Breakfast for 4 persons & Complimentary Scheduled Shuttle Service to KLCC, Bintang Walk & Chinatown!", "38sqm Premier Executive room with Buffet Breakfast & Welcome Drink. Unlimited usage of high-speed internet access in room or at our new & hip e-Lounge with complimentary coffee/tea & snacks!", "Book a minimum of 2 nights stay and SAVE 10% off our Best Available Rates! Deluxe room with Buffet Breakfast for 2. FREE Scheduled Shuttle Service to KLCC-Twin Towers, Bintang Walk & Chinatown!")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, MYR | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"Deluxe Room (Book and Save)" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"223 | " +
"223 | " +
"223 | " +
"669 | " +
"
" +
"" +
"Deluxe Room (Breakfast and Internet included)" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"248 | " +
"248 | " +
"248 | " +
"744 | " +
"
" +
"" +
"Premier Deluxe Room (Breakfast and Internet)" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"268 | " +
"268 | " +
"268 | " +
"804 | " +
"
" +
"" +
"Premier Executive Room (Breakfast and Internet)" +
"" +
"" +
" | " +
" | " +
"availability: 1 | " +
" " +
" " +
" | " +
"298 | " +
"298 | " +
"298 | " +
"894 | " +
"
" +
"" +
"Last-minute Great Room Deals! (Free Spa)" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"308 | " +
"308 | " +
"308 | " +
"924 | " +
"
" +
"" +
"2-Bedroom Family Room (Breakfast for 4 Included)" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"468 | " +
"468 | " +
"468 | " +
"1,404 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=5258&curr=MYR"
}