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("Overnight accommdation in a Resort room. Free use of fitness matters gym, use of tennis courts and two swimming pools. Why not upgrade and include breakfast for only $35.00 for two adults.", "Package includes overnight in our resort room and full buffet breakfast for 2 adults.", "Stay 3 consecutive nights from 01st September to 31st October and receive a free ticket per person booked to Currumbin Wildlife Santuary to use during your stay. Package includes Garden Spa Room incl", "One nights accommodation in twin rooms with two king single beds including full buffet breakfast and International Seafood Buffet Dinner for two in Chelos Restaurant(Dinner sittings at either 6pm or 7", "Stay 3 consecutive nights from 01st September to 31st October and receive a free ticket per person booked to Currumbin Wildlife Santuary to use during your stay. Package includes overnight in an Ulti", "Family fun package includes overnight in our resort room, full buffet breakfast for 2 adults and kids eat free (0-16 yrs) when parents dine in Chelos restaurant.")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, AUD | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"Resort Room (R/O)" +
"" +
"" +
" | " +
" | " +
"availability: 43 | " +
" " +
" " +
" | " +
"109 | " +
"109 | " +
"109 | " +
"327 | " +
"
" +
"" +
"Resort Room (B&B)" +
"" +
"" +
" | " +
" | " +
"availability: 43 | " +
" " +
" " +
" | " +
"144 | " +
"144 | " +
"144 | " +
"432 | " +
"
" +
"" +
"Family Fun Resort Room" +
"" +
"" +
" | " +
" | " +
"availability: 43 | " +
" " +
" " +
" | " +
"181 | " +
"181 | " +
"181 | " +
"543 | " +
"
" +
"" +
"Garden Spa Room (B&B)" +
"" +
"" +
" | " +
" | " +
"availability: 7 | " +
" " +
" " +
" | " +
"204 | " +
"204 | " +
"204 | " +
"612 | " +
"
" +
"" +
"Resort Room (Stay & Feast)" +
"" +
"" +
" | " +
" | " +
"availability: 43 | " +
" " +
" " +
" | " +
"219 | " +
"219 | " +
"219 | " +
"657 | " +
"
" +
"" +
"Ultima Suite (B&B)" +
"" +
"" +
" | " +
" | " +
"availability: 3 | " +
" " +
" " +
" | " +
"264 | " +
"264 | " +
"264 | " +
"792 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=7287&curr=AUD"
}