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("Simple Pleasures-Pure Relaxation. At the beach & beautiful gdns.Rates are for 2. Max guests is 4. Xtra guest $20 pn. Min 3 night stay. Apts are 1 BR self contained with balconies and garden views.", "Simple Pleasures-Pure Relaxation. At the beach & beautiful gdns.Rates are for 2. Max guests is 4. Xtra guest $20 pn.Apts are 1 BR self contained with balconies and garden views.")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, AUD | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"One Bedroom Apartment - Stay 4 Pay for 3" +
"" +
"" +
"| - | " +
"For the Check-in date you selected, the Minimum Stay requirement is 4 nights. | " +
" " +
" " +
" | " +
"87 | " +
"87 | " +
"87 | " +
"261 | " +
"
" +
"" +
"One bedrm apartment - Stay 7 nights and pay for 5" +
"" +
"" +
"| - | " +
"For the Check-in date you selected, the Minimum Stay requirement is 7 nights. | " +
" " +
" " +
" | " +
"91 | " +
"91 | " +
"91 | " +
"273 | " +
"
" +
"" +
"One Bedroom Apartment - 3 Night Minimum" +
"" +
"" +
" | " +
" | " +
"availability: 3 | " +
" " +
" " +
" | " +
"115 | " +
"115 | " +
"115 | " +
"345 | " +
"
" +
"" +
"One Bedroom Apartment" +
"" +
"" +
" | " +
" | " +
"availability: 3 | " +
" " +
" " +
" | " +
"125 | " +
"125 | " +
"125 | " +
"375 | " +
"
" +
"" +
"1 BR Apartment-5 night stay +1 day free car hire" +
"" +
"" +
"| - | " +
"For the Check-in date you selected, the Minimum Stay requirement is 5 nights. | " +
" " +
" " +
" | " +
"127 | " +
"127 | " +
"127 | " +
"381 | " +
"
" +
"" +
"One Bedroom Apartment - Seaview" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"135 | " +
"135 | " +
"135 | " +
"405 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=11703&curr=AUD"
}