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("Room comes with Signature Heavenly Bed. Rate incl access to health club&daily local newspaper. Buffet Breakfast available at USD23/person. Pavilion shopping mall&Starhill Gallery are opposite hotel", "Rate is for max 2 ppl incl access to health club&daily local newspaper. Room comes with Signature Heavenly Bed®. Breakfast is available at USD23/person.Pavilion shopping mall just right opposite hotel", "Rate for max 2 ppl, incl American breakfast, Evening cocktails, 50% off Broadband charges, 3 pcs of garments pressed upon arrival, 1hr use of Work Station at Exec club lounge & priority late check-out", "Incl breakfast for 1 person, daily local newspaper, unlimited broadband access & access to health club. Room comes with Signature Heavenly Bed®. Additional Breakfast is available at USD23/person", "A min stay of 2 nights required. Rate incl daily buffet breakfast for 2 people, access to health club, daily local newspaper & late check-out of 3pm (subject to availability)")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, MYR | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"Deluxe City View Room" +
"" +
"" +
" | " +
" | " +
"availability: 10 | " +
" " +
" " +
" | " +
"546 | " +
"546 | " +
"546 | " +
"1,638 | " +
"
" +
"" +
"Deluxe Twin Tower View Room" +
"" +
"" +
" | " +
" | " +
"availability: 10 | " +
" " +
" " +
" | " +
"604 | " +
"604 | " +
"604 | " +
"1,812 | " +
"
" +
"" +
"Recharge at The Westin Room+B'Fast+Late c/o of 3pm" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"604 | " +
"604 | " +
"604 | " +
"1,812 | " +
"
" +
"" +
"Deluxe CityView Room+B'Fast+Internet Promo" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"627 | " +
"627 | " +
"627 | " +
"1,881 | " +
"
" +
"" +
"Executive Club City View Room" +
"" +
"" +
" | " +
" | " +
"availability: 10 | " +
" " +
" " +
" | " +
"776 | " +
"776 | " +
"776 | " +
"2,328 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=13780&curr=MYR"
}