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("Enjoy the tropical surrounds and gardens, Complimentary Continental Buffet Breakfast for 2", "Stylish Accommodation including complimentary Continental Buffet Breakfast.", "Complimentary continential breakfast for 2 people and off street parking included", "Complimentary continential breakfast for 2 daily", "Self Contained Studio Apartment. King Sized Bed or 2 King Single Beds. Full Kitchen and private Ensuite. Overlooks Lagoon style pool and lush tropical gardens! BONUS-Includes a FULL Buffet Breakfast.")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, AUD | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"Gateway Getaway - Studio" +
"" +
"" +
" | " +
" | " +
"availability: 4 | " +
" " +
" " +
" | " +
"88 | " +
"88 | " +
"88 | " +
"264 | " +
"
" +
"" +
"Hotel Room Inc Breakfast" +
"" +
"" +
" | " +
" | " +
"availability: 3 | " +
" " +
" " +
" | " +
"89 | " +
"89 | " +
"89 | " +
"267 | " +
"
" +
"" +
"Studio Room Inc Breakfast" +
"" +
"" +
" | " +
" | " +
"availability: 4 | " +
" " +
" " +
" | " +
"99 | " +
"99 | " +
"99 | " +
"297 | " +
"
" +
"" +
"Studio room - Rac Rate" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"188 | " +
"188 | " +
"188 | " +
"564 | " +
"
" +
"" +
"Hotel Room - Rack Rate" +
"" +
"" +
" | " +
" | " +
"availability: 1 | " +
" " +
" " +
" | " +
"222 | " +
"222 | " +
"222 | " +
"666 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=19079&curr=AUD"
}