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 Olnly. One Queen bed & two single. Max occupancy 4", "both rooms have same facilities, ensuite shower, Foxtel, Wi-Fi Broadband, air-con etc", "suit couples & the business person, Remote Colour TV & foxtel (includes 3 Sport Channels) Wi-Fi Broadband, dining table & lounge chair, air-con", "suit romantic couples & the business person, Remote Colour TV, DVD & foxtel , Wi-Fi Broadband, dining table & lounge chair, air-con, ensuite ")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, AUD | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"Standard Queen Room" +
"" +
"" +
" | " +
" | " +
"availability: 6 | " +
" " +
" " +
" | " +
"120 | " +
"120 | " +
"120 | " +
"360 | " +
"
" +
"" +
"Family Room" +
"" +
"" +
" | " +
" | " +
"availability: 1 | " +
" " +
" " +
" | " +
"130 | " +
"130 | " +
"130 | " +
"390 | " +
"
" +
"" +
"Queen Double Spa Room" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"140 | " +
"140 | " +
"140 | " +
"420 | " +
"
" +
"" +
"Interconnecting Family Room" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"210 | " +
"210 | " +
"210 | " +
"630 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=101761&curr=AUD"
}