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("Super Offer- Superior Room, Daily newspaper, Free use of Fitness Centre", "Executive Room,Welcome fruit plate,Daily newspaper,free use of fitness centre", "Welcome fruit plate, Daily newspaper, Free use of Fitness Centre", "Super Offer- Superior Room, Daily newspaper, Free use of Fitness Centre,any early check out will charge full payment", "Super Offer- Superior Room, Daily newspaper, Free use of Fitness centre,any early check out will charge full payment", "Executive Room,Welcome fruit plate,Daily newspaper,free use of fitness centre,any early check out will charge full payment")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, HKD | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"Superior Room-Min 2 Nights w/Daily newspaper" +
"" +
"" +
" | " +
" | " +
"availability: 15 | " +
" " +
" " +
" | " +
"567 | " +
"567 | " +
"567 | " +
"1,701 | " +
"
" +
"" +
"Superior Room with Daily newspaper" +
"" +
"" +
" | " +
" | " +
"availability: 13 | " +
" " +
" " +
" | " +
"630 | " +
"630 | " +
"630 | " +
"1,890 | " +
"
" +
"" +
"Executive Room-Min 2 Nights w/Weclome fruit plate" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"747 | " +
"747 | " +
"747 | " +
"2,241 | " +
"
" +
"" +
"Executive Room with Welcome fruit plate" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"830 | " +
"830 | " +
"830 | " +
"2,490 | " +
"
" +
"" +
"Suite with Daily newspaper & Welcome fruit plate" +
"" +
"" +
" | " +
" | " +
"availability: 1 | " +
" " +
" " +
" | " +
"2,929 | " +
"2,929 | " +
"2,929 | " +
"8,787 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=3694&curr=HKD"
}