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("24 hours stay. Earn 500 Air Miles per stay, free access to fitness facilities, as well as a complimentary scheduled round-trip city center shuttle bus service for up to two person.", "24 HOURS STAY, Free in room internet access, Free access to fitness facilities", "24 hours stay,Complimentary breakfast, refreshment and evening cocktail in Club Lounge, Complimentary in-room broadband internet access, Free local calls.", "24 hours stay,Free daily breakfast for 2,free access to fitness facilities and a free scheduled city center shuttle bus service. No refund for cancellation or amendment
", "24 hours stay,Deluxe Suite with Regal Club Lounge Access (w/b'fast) / Wireless Broadband Internet Access/ Non-Smoking Rooms on Request
")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, HKD | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"Superior Room (Min 3 nights)" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"1,386 | " +
"1,386 | " +
"1,386 | " +
"4,158 | " +
"
" +
"" +
"Superior Room" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"1,980 | " +
"1,980 | " +
"1,980 | " +
"5,940 | " +
"
" +
"" +
"Deluxe Room" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"2,200 | " +
"2,200 | " +
"2,200 | " +
"6,600 | " +
"
" +
"" +
"Regal Club Room" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"2,486 | " +
"2,486 | " +
"2,486 | " +
"7,458 | " +
"
" +
"" +
"Deluxe Suite" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"3,080 | " +
"3,080 | " +
"3,080 | " +
"9,240 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=1728&curr=HKD"
}