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("Rate inclusive butler service, free broadband internet access from room and usage of Health Club facilities", "Butler service, Daily breakfast, Free Broadband Internet access, Usage of the Health Club Facilities", "Butler service, Free Broadband Internet access from room. Usage of Health Club Facilities", "Butler service, daily breakfast, Free broadband internet access from room", "Butler Service, Club Lounge access, Free broadband internet access, Free local telephone calls, Free pressing on arrival, usage of Health Club Facilities, Late check-out till 3pm upon request", "Butler service, daily breakfast, Free broadband internet access, Club Lounge access (Children not allow to Lounge) Usage of Health Club facilites", "Butler Service, daily breakfast, Club Lounge access (Children not allow to Lounge), free broadband internet access from room.")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, MYR | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"Deluxe Room" +
"" +
"" +
" | " +
" | " +
"availability: 3 | " +
" " +
" " +
" | " +
"780 | " +
"780 | " +
"780 | " +
"2,340 | " +
"
" +
"" +
"Executive Deluxe Room" +
"" +
"" +
" | " +
" | " +
"availability: 3 | " +
" " +
" " +
" | " +
"976 | " +
"976 | " +
"976 | " +
"2,928 | " +
"
" +
"" +
"Club Deluxe Room" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"1,043 | " +
"1,043 | " +
"1,043 | " +
"3,129 | " +
"
" +
"" +
"Grand Deluxe Room" +
"" +
"" +
" | " +
" | " +
"availability: 3 | " +
" " +
" " +
" | " +
"2,082 | " +
"2,082 | " +
"2,082 | " +
"6,246 | " +
"
" +
"" +
"Premier Room" +
"" +
"" +
" | " +
" | " +
"availability: 3 | " +
" " +
" " +
" | " +
"2,082 | " +
"2,082 | " +
"2,082 | " +
"6,246 | " +
"
" +
"" +
"2 Bedroom Suite" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"2,605 | " +
"2,605 | " +
"2,605 | " +
"7,815 | " +
"
" +
"" +
"3 Bedroom Suite" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"2,995 | " +
"2,995 | " +
"2,995 | " +
"8,985 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=5263&curr=MYR"
}