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("Deluxe room with welcome fruit, daily newspapers, complimentary bottled drinking water, coffee/tea making facilities, free hotel shutte to Tsimshatsui area", "Room overlooking the Victoria Harbour!! Welcome fruit, daily newspapers, complimentary bottled drinking water, coffee/tea making facilities, free Hotel shuttle to Tsimshatsui area", "Enjoy Club InterContinental lounge overlooking Victoria Harbour, designed to meet the needs of modern traveller. Package include breakfast, afternoon tea, evening cocktail and internet access.", "Room overlooking Victoria Harbour! Enjoy Club InterContinental lounge, designed to meet the need of modern traveller. Package include breakfast, afternoon tea, evening cocktails and internet.")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, HKD | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"Deluxe Room~Free Hotel shutte to Tsimshatsui area" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"1,540 | " +
"1,540 | " +
"1,540 | " +
"4,620 | " +
"
" +
"" +
"Harbour view Room~Free Hotel shutte to Tsimshatsui" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"2,200 | " +
"2,200 | " +
"2,200 | " +
"6,600 | " +
"
" +
"" +
"Club City view Room~Free breakfast, Internet" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"2,420 | " +
"2,420 | " +
"2,420 | " +
"7,260 | " +
"
" +
"" +
"Club Harbour view Room~Free breakfast, Internet" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"2,860 | " +
"2,860 | " +
"2,860 | " +
"8,580 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=1469&curr=HKD"
}