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("Enjoy the fantastic location of being next to Chinatown, in the heart of Melbourne's theatre precinct! Comfortable accommodation with warm genuine service.", "Have the advantage of the larger space with king size bed. Enjoy the fantastic location of being next to Chinatown, in the heart of Melbourne's theatre precinct! ", "Have the advantage of the larger space with seperate lounge area. Enjoy the fantastic location of being next to Chinatown, in the heart of Melbourne's theatre precinct! ", "Super Stay Deal,this offer won't last! Stay two nights and save!", "Includes overnight accommodation in a Queen Spa Suite, 2 complimentary drinks, 2 course dinner with a bottle of house wine, Full buffet breakfast for 2, Carparking and a late check out of 1pm.", "Includes overnight accommodation in a Deluxe Queen Room, an antipasto plate in our restaurant Locanda Cucina with a bottle of wine and Full buffet breakfast for 2!", " Includes overnight accommodation in a Deluxe Queen Room, 2 complimentary drinks, 2 course dinner with a bottle of house wine, Full buffet breakfast for 2, Carparking and a late check out of 1pm! ", "Includes overnight accommodation in a Executive King Room, 2 complimentary drinks, 2 course dinner with a bottle of house wine, Full buffet breakfast for 2, Carparking and a late check out of 1pm! ")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, AUD | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"Special Deluxe Queen Room - 3 Nights" +
"" +
"" +
" | " +
" " +
" " +
" | " +
"sold 144 | " +
"sold 152 | " +
"sold 186 | " +
"482 | " +
"
" +
"" +
"Deluxe Queen Room - 2 Nights Special" +
"" +
"" +
" | " +
" " +
" " +
" | " +
"sold 152 | " +
"sold 161 | " +
"sold 197 | " +
"510 | " +
"
" +
"" +
"Deluxe Queen Room" +
"" +
"" +
" | " +
" | " +
"availability: 36 | " +
" " +
" " +
" | " +
"169 | " +
"179 | " +
"219 | " +
"567 | " +
"
" +
"" +
"Deluxe Twin Room" +
"" +
"" +
" | " +
" | " +
"availability: 10 | " +
" " +
" " +
" | " +
"169 | " +
"179 | " +
"219 | " +
"567 | " +
"
" +
"" +
"Executive King Room" +
"" +
"" +
" | " +
" | " +
"availability: 8 | " +
" " +
" " +
" | " +
"199 | " +
"199 | " +
"259 | " +
"657 | " +
"
" +
"" +
"Queen Spa Suite" +
"" +
"" +
" | " +
" | " +
"availability: 19 | " +
" " +
" " +
" | " +
"209 | " +
"209 | " +
"269 | " +
"687 | " +
"
" +
"" +
"Deluxe Queen Room City High Special" +
"" +
"" +
" | " +
" | " +
"availability: 36 | " +
" " +
" " +
" | " +
"299 | " +
"299 | " +
"299 | " +
"897 | " +
"
" +
"" +
"Executive King Room City High Special" +
"" +
"" +
" | " +
" | " +
"availability: 8 | " +
" " +
" " +
" | " +
"339 | " +
"339 | " +
"339 | " +
"1,017 | " +
"
" +
"" +
"Queen Spa Suite City High Special" +
"" +
"" +
" | " +
" | " +
"availability: 19 | " +
" " +
" " +
" | " +
"379 | " +
"379 | " +
"379 | " +
"1,137 | " +
"
" +
"" +
"Spring Special Deluxe Queen Room" +
"" +
"" +
" | " +
" | " +
"availability: 99 | " +
" " +
" " +
" | " +
"999 | " +
"999 | " +
"999 | " +
"2,997 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=78&curr=AUD"
}