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 local calls, daily newspaper, late check out 15:00", "free local calls, free wired internet access, daily newspaper, late check out 15:00, Includes a HK $100 F&B cash coupon which can be use at any of our outlets"", "free local calls, free wired internet access, daily newspaper, late check out 15:00, Include a HK $50 F&B", "free local calls, free wired internet access, daily newspaper, late check out 15:00, Include a HK $50 F&B cash coupon which can be use at any of our outlets", "free local calls, free wired internet access, daily newspaper, late check out 15:00, Includes a HK $100 F&B cash coupon which can be use at any of our outlets"")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, HKD | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"Standard Room Min Stay 2 Night's SAVE 15%" +
"" +
"" +
" | " +
" | " +
"availability: 4 | " +
" " +
" " +
" | " +
"660 | " +
"660 | " +
"660 | " +
"1,980 | " +
"
" +
"" +
"Superior Room Min Stay 2 Night's SAVE 20%" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"770 | " +
"770 | " +
"770 | " +
"2,310 | " +
"
" +
"" +
"Standard Room - Free local calls, Daily newspaper" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"776 | " +
"776 | " +
"776 | " +
"2,328 | " +
"
" +
"" +
"Deluxe Room Min Stay 2 Night's SAVE 25%" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"880 | " +
"880 | " +
"880 | " +
"2,640 | " +
"
" +
"" +
"Superior Room - Free local calls, Daily newspaper" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"962 | " +
"962 | " +
"962 | " +
"2,886 | " +
"
" +
"" +
"Deluxe Room - Free local calls, internet access" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"1,173 | " +
"1,173 | " +
"1,173 | " +
"3,519 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=1716&curr=HKD"
}