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("Superior accommodation with Ocean or River views, 2 Double beds. Rate is for 2 guests. Including access to gymnasium, spa and sauna. ", "Accommodation with views of the Ocean or River with 2 Double beds. Rate is for 2 guests. Including access to gymnasium, spa and sauna.", "Quality Five Star standard of accommodation featuring Comfort Plus bedding,LCD TV selected Austar channels, $25 Gift Certificate to our L'Aqua Day Spa. Rate is for 2 guests.", "Bed & breakfast package for 2 persons with breakfast in the new Waves restaurant, normally $29 pp, views of the Ocean or River with 2 Double beds. Including access to gymnasium, spa & sauna. ", "3 Night rate for 2 persons; 2 Double beds. Including access to gymnasium, spa & sauna. 2 outdoor swimming pools.", "Deluxe guest room, hot buffet breakfast in Waves Restaurant. Featuring Comfort Plus bedding, 82cm LCD TV with selected Austar channels. Rate is for 2 guests.", "Newly refurbished room, Plus Full Buffet Breakfast in the NEW Waves Restaurant, package for 2 persons. Views of the Ocean or River with 2 Double beds. Rate is for 2 guests.", "Quality Five Star standard of accommodation featuring Comfort Plus bedding,LCD TV selected Austar channels, $25 Gift Certificate to our L'Aqua Day Spa.Rate is for 2 guests.")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, AUD | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"Standard room 3 night plus" +
"" +
"" +
" | " +
" " +
" " +
" | " +
"110 | " +
"110 | " +
"sold 149 | " +
"369 | " +
"
" +
"" +
"Standard Room" +
"" +
"" +
" | " +
" " +
" " +
" | " +
"120 | " +
"sold 120 | " +
"sold 159 | " +
"399 | " +
"
" +
"" +
"Superior Room" +
"" +
"" +
" | " +
" | " +
"availability: 4 | " +
" " +
" " +
" | " +
"135 | " +
"135 | " +
"174 | " +
"444 | " +
"
" +
"" +
"Delux room 3 night plus" +
"" +
"" +
" | " +
" | " +
"availability: 10 | " +
" " +
" " +
" | " +
"146 | " +
"146 | " +
"185 | " +
"477 | " +
"
" +
"" +
"Standard room with Waves breakfast" +
"" +
"" +
" | " +
" " +
" " +
" | " +
"154 | " +
"154 | " +
"sold 193 | " +
"501 | " +
"
" +
"" +
"Delux Room" +
"" +
"" +
" | " +
" | " +
"availability: 8 | " +
" " +
" " +
" | " +
"156 | " +
"156 | " +
"195 | " +
"507 | " +
"
" +
"" +
"Superior Room with Waves breakfast" +
"" +
"" +
" | " +
" | " +
"availability: 4 | " +
" " +
" " +
" | " +
"169 | " +
"169 | " +
"208 | " +
"546 | " +
"
" +
"" +
"Delux room with Waves breakfast" +
"" +
"" +
" | " +
" | " +
"availability: 10 | " +
" " +
" " +
" | " +
"190 | " +
"190 | " +
"229 | " +
"609 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=1588&curr=AUD"
}