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("Views of the Gold Coast Hinterland and Nerang River from your private balcony. Relax with breathtaking views as the sun sets over the mountains and the. GUESTS MUST BE OVER 21 YEARS Of AGE!", "Incredible views of the world famous Gold Coast beaches, with beautiful white sands and the sparkling blue waters of the Pacific Ocean. All Rooms feature private balcony! MUST BE 21 YEARS OR OVER", "For a truly luxurious experience, enjoy spectacular ocean views from your own private Spa. The Suites feature a separate lounge area and ocean views from your balcony. MUST BE 21 YEARS OR OVER", " Enjoy a full buffet breakfast for two and sweeping views of the Gold Coast Hinterland and Nerang River from your private balcony.", " Wake your senses early in the morning with magnificent Ocean views from your own private balcony and a full buffet breakfast for two. ", " Indulge with a sumptuous buffet breakfast for two! Our Executive Suites offer stunning Ocean views, separate lounge, private balcony and large spa overlooking the ocean. ", "Escape the cold this winter and enjoy a FREE upgrade to a spectacular Ocean View Room.", "Enjoy panoramic views of the Gold Coast Hinterland and Nerang River from your private balcony.", "Our spectacular Ocean View rooms offer incredible views of the world famous Gold Coast beaches, with beautiful white sands and the sparkling blue waters of the Pacific Ocean. ", "Enjoy panoramic views of the Gold Coast Hinterland and Nerang River from your private balcony. ")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, AUD | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"Mountain River Room Min 5 Night Stay" +
"" +
"" +
"| - | " +
"For the Check-in date you selected, the Minimum Stay requirement is 5 nights. | " +
" " +
" " +
" | " +
"134 | " +
"144 | " +
"144 | " +
"422 | " +
"
" +
"" +
"Mountain River View Room Min 2 Night Stay" +
"" +
"" +
" | " +
" | " +
"availability: 26 | " +
" " +
" " +
" | " +
"149 | " +
"159 | " +
"159 | " +
"467 | " +
"
" +
"" +
"Ocean View Room 3 Night Min Stay" +
"" +
"" +
" | " +
" | " +
"availability: 22 | " +
" " +
" " +
" | " +
"174 | " +
"174 | " +
"174 | " +
"522 | " +
"
" +
"" +
"Mountain River Room" +
"" +
"" +
" | " +
" | " +
"availability: 26 | " +
" " +
" " +
" | " +
"169 | " +
"179 | " +
"179 | " +
"527 | " +
"
" +
"" +
"Ocean View Room Special" +
"" +
"" +
" | " +
" " +
" " +
" | " +
"sold 179 | " +
"sold 179 | " +
"sold 179 | " +
"537 | " +
"
" +
"" +
"Ocean View Room" +
"" +
"" +
" | " +
" | " +
"availability: 22 | " +
" " +
" " +
" | " +
"199 | " +
"199 | " +
"199 | " +
"597 | " +
"
" +
"" +
"Mountain River Room BB" +
"" +
"" +
" | " +
" | " +
"availability: 26 | " +
" " +
" " +
" | " +
"199 | " +
"209 | " +
"209 | " +
"617 | " +
"
" +
"" +
"Ocean View Room BB" +
"" +
"" +
" | " +
" | " +
"availability: 22 | " +
" " +
" " +
" | " +
"229 | " +
"229 | " +
"229 | " +
"687 | " +
"
" +
"" +
"Executive Spa Suite" +
"" +
"" +
" | " +
" | " +
"availability: 10 | " +
" " +
" " +
" | " +
"289 | " +
"289 | " +
"289 | " +
"867 | " +
"
" +
"" +
"Executive Spa Suite BB" +
"" +
"" +
" | " +
" | " +
"availability: 10 | " +
" " +
" " +
" | " +
"319 | " +
"319 | " +
"319 | " +
"957 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=584&curr=AUD"
}