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("Central location, minutes walk to City, Cairns vibrant Esplanade and markets. Free continental breakfast, airport transfer pick up Monday to Friday 7am to 5pm (excludes public holidays) free wireless ", "Inclusions Continental buffet breakfast and courtesy airport transfer pick up Monday-Friday from 8am to 5pm, return transfers at select times, excluding public holidays.", "Complimentary continental breakfast, airport pick up from 7am to 5pm, discount on evening meal")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, AUD | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"Standard Room" +
"" +
"" +
" | " +
" | " +
"availability: 3 | " +
" " +
" " +
" | " +
"75 | " +
"75 | " +
"75 | " +
"225 | " +
"
" +
"" +
"Superior Double Room" +
"" +
"" +
" | " +
" | " +
"availability: 8 | " +
" " +
" " +
" | " +
"89 | " +
"89 | " +
"89 | " +
"267 | " +
"
" +
"" +
"Superior Twin Room" +
"" +
"" +
" | " +
" | " +
"availability: 3 | " +
" " +
" " +
" | " +
"89 | " +
"89 | " +
"89 | " +
"267 | " +
"
" +
"" +
"Superior Double/Twin 3 Night Stay Room" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"110 | " +
"110 | " +
"110 | " +
"330 | " +
"
" +
"" +
"Premier Room" +
"" +
"" +
" | " +
" | " +
"availability: 4 | " +
" " +
" " +
" | " +
"120 | " +
"120 | " +
"120 | " +
"360 | " +
"
" +
"" +
"Studio" +
"" +
"" +
" | " +
" | " +
"availability: 1 | " +
" " +
" " +
" | " +
"133 | " +
"133 | " +
"133 | " +
"399 | " +
"
" +
"" +
"Family Room" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"175 | " +
"175 | " +
"175 | " +
"525 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=11702&curr=AUD"
}