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("COMPLIMENTARY UPGRADE TO POOLVIEW ROOM! Incl. 24 hr airport transfers supply flight details [for pickup phone hotel from airport]. Scheduled resort bus service into Cairns City Centre.", "Free 24 hr airport transfers with supply of flight details [for pickup phone hotel from airport]. Scheduled resort bus service into Cairns City Centre.", "SPACIOUS FAMILY ROOM FOR 4! Incl. 24 hr airport transfers supply flight details [for pickup phone hotel from airport]. Scheduled resort bus service into Cairns City Centre.", "BED & BREAKFAST PACKAGE! Incl. Buffet Breakfast for 2. 24 hr airport transfers - supply flight details [for pickup phone hotel from airport]. Scheduled resort bus service into Cairns City Centre.")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, AUD | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"Resort Standard Room" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"65 | " +
"65 | " +
"65 | " +
"195 | " +
"
" +
"" +
"Poolview Room" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"95 | " +
"95 | " +
"95 | " +
"285 | " +
"
" +
"" +
"Bed & Breakfast Package - Poolview Room" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"104 | " +
"104 | " +
"104 | " +
"312 | " +
"
" +
"" +
"Family Quad Room" +
"" +
"" +
" | " +
" " +
" " +
" | " +
"sold 105 | " +
"105 | " +
"105 | " +
"315 | " +
"
" +
"" +
"Executive Room" +
"" +
"" +
" | " +
" | " +
"availability: 1 | " +
" " +
" " +
" | " +
"124 | " +
"124 | " +
"124 | " +
"372 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=555&curr=AUD"
}