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("Includes French Breakfast for 2, access to Genesis Fitness Centre, free use of Internet Kiosk & complimentary off street parking (subject to availability)", "Includes access to Genesis Fitness Centre, free use of the Internet Kiosk & complimentary off street parking (subject to availability) ", "Access to Genesis Fitness Centre, free use of Internet Kiosk & complimentary off street parking(subject to availability)", "Use of internet kiosk, access to Genesis Fitness Centre and complimentary parking(subject to availability)", "$20 Food & Drink Voucher on arrival, access to Genesis Fitness Centre, free use of Internet Kiosk & complimentary off street parking (subject to availability) ", "$10 Food & Drink Voucher each night of stay, rooftop pool & deck access, Free use of Genesis Fitness Centre & Internet Kiosk & complimentary off street parking(subject to availability)")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, AUD | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"Original Standard Room" +
"" +
"" +
" | " +
" | " +
"availability: 1 | " +
" " +
" " +
" | " +
"99 | " +
"99 | " +
"99 | " +
"297 | " +
"
" +
"" +
"Original Standard 2+ Night Stay Room" +
"" +
"" +
" | " +
" | " +
"availability: 1 | " +
" " +
" " +
" | " +
"100 | " +
"100 | " +
"100 | " +
"300 | " +
"
" +
"" +
"Original Standard Room Bed & Breakfast" +
"" +
"" +
" | " +
" | " +
"availability: 4 | " +
" " +
" " +
" | " +
"110 | " +
"110 | " +
"110 | " +
"330 | " +
"
" +
"" +
"Superior Room" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"120 | " +
"120 | " +
"120 | " +
"360 | " +
"
" +
"" +
"Pool Club Room" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"159 | " +
"159 | " +
"159 | " +
"477 | " +
"
" +
"" +
"Pool Club Deluxe Room" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"179 | " +
"179 | " +
"179 | " +
"537 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=10500&curr=AUD"
}