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("Perfect for the short stay guest, King or Double Bed available. Rate is for a max of 2 pax per room. Broadband available in room.", "Stay in Brand New: Ultra Modern Room with a LCD TV, Broadband access in each room, Queen Bed for 2 persons and designer bathroom. Centrally located. ", "Experience the very best of Melbourne. Package includes one night's accommodation + full buffet breakfast for 2 in a Deluxe Room with broadband access.", "Commerce Bed and Breakfast - Brand New Ultra Modern Room with LCD TV, Broadband access, Queen Bed for 2 persons, designer bathroom. Centrally located. ")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, AUD | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"Deluxe room" +
"" +
"" +
" | " +
" | " +
"availability: 10 | " +
" " +
" " +
" | " +
"229 | " +
"229 | " +
"229 | " +
"687 | " +
"
" +
"" +
"Deluxe Room B&B" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"259 | " +
"259 | " +
"259 | " +
"777 | " +
"
" +
"" +
"Commerce Room" +
"" +
"" +
" | " +
" | " +
"availability: 10 | " +
" " +
" " +
" | " +
"259 | " +
"259 | " +
"259 | " +
"777 | " +
"
" +
"" +
"Commerce Room B&B" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"289 | " +
"289 | " +
"289 | " +
"867 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=33&curr=AUD"
}