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("1brm, brand new, air cond, modern furnishings, austar, pool, spa, bbq area, gym, steam sauna. Opposite Burleigh Beach", "Two brm/One bathroom brand new air cond,modern furn, Rate only cover 2 guests, extra guests $25.00 per night", "Two bedroom apartment with 2 bathrooms, fully self-contained, brand new and air-conditioned, modern furnishings.", "3brm/2bath, modern furn, brand new, air cond, spa baths, Austar, heated pool", "One bedroom, fully self-contained brand new air-conditioned apartments, modern furnishings.", "Two bedroom apartment with 1 bathroom, fully self-contained, brand new and air conditioned, modern furnishings.Rates applies for 2 guests, extra guests $25.00 per night", "2 brm apt with 1 bthrm, fully selfcontained, air conditioned, modern furnishings Rate advertised is quoted for 2 guests-$25.00/nt applies for ", "2 brm apt with 2 bthrms, fully self-contained, air-conditioned, modern furnishings, 25m heated pool, spa, BBQ, gym, steam/sauna, ", "Three bedroom, fully self-contained brand new air-conditioned apartments, modern furnishings.", "3 brm, fully self-contained brand new air-conditioned apartments, modern furnishings, 25m heated pool, spa, BBQ area, gym, Steam")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, AUD | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"One bedroom 5 night Spec" +
"" +
"" +
"| - | " +
"For the Check-in date you selected, the Minimum Stay requirement is 5 nights. | " +
" " +
" " +
" | " +
"140 | " +
"140 | " +
"140 | " +
"420 | " +
"
" +
"" +
"One bedroom - 3 night" +
"" +
"" +
" | " +
" | " +
"availability: 1 | " +
" " +
" " +
" | " +
"150 | " +
"150 | " +
"150 | " +
"450 | " +
"
" +
"" +
"2brm/1 bath apartment 5 nights" +
"" +
"" +
"| - | " +
"For the Check-in date you selected, the Minimum Stay requirement is 5 nights. | " +
" " +
" " +
" | " +
"150 | " +
"150 | " +
"150 | " +
"450 | " +
"
" +
"" +
"Two bed/one bath apartment 3 night" +
"" +
"" +
" | " +
" | " +
"availability: 1 | " +
" " +
" " +
" | " +
"160 | " +
"160 | " +
"160 | " +
"480 | " +
"
" +
"" +
"1 Bedroom" +
"" +
"" +
" | " +
" | " +
"availability: 1 | " +
" " +
" " +
" | " +
"165 | " +
"165 | " +
"165 | " +
"495 | " +
"
" +
"" +
"2 Bedroom / 1 Bathroom" +
"" +
"" +
" | " +
" | " +
"availability: 1 | " +
" " +
" " +
" | " +
"175 | " +
"175 | " +
"175 | " +
"525 | " +
"
" +
"" +
"2bed/2bath apartment 5 nights" +
"" +
"" +
"| - | " +
"For the Check-in date you selected, the Minimum Stay requirement is 5 nights. | " +
" " +
" " +
" | " +
"190 | " +
"190 | " +
"190 | " +
"570 | " +
"
" +
"" +
"2bed/2bath apartment 3 nights" +
"" +
"" +
" | " +
" | " +
"availability: 1 | " +
" " +
" " +
" | " +
"200 | " +
"200 | " +
"200 | " +
"600 | " +
"
" +
"" +
"2 Bedroom / 2 Bathroom" +
"" +
"" +
" | " +
" | " +
"availability: 1 | " +
" " +
" " +
" | " +
"210 | " +
"210 | " +
"210 | " +
"630 | " +
"
" +
"" +
"3brm/2bath apartment 5 nights" +
"" +
"" +
"| - | " +
"For the Check-in date you selected, the Minimum Stay requirement is 5 nights. | " +
" " +
" " +
" | " +
"275 | " +
"275 | " +
"275 | " +
"825 | " +
"
" +
"" +
"3brm/2bath apartment 3 nights" +
"" +
"" +
" | " +
" | " +
"availability: 1 | " +
" " +
" " +
" | " +
"320 | " +
"320 | " +
"320 | " +
"960 | " +
"
" +
"" +
"3 Bedroom / 2 Bathroom" +
"" +
"" +
" | " +
" | " +
"availability: 1 | " +
" " +
" " +
" | " +
"350 | " +
"350 | " +
"350 | " +
"1,050 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=119305&curr=AUD"
}