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("Stay in tropical Queen Studio Room opening onto HUGE Resort Style Pool. Room is Fully Serviced during stay. Standard features include Queen Size Bed with Ensuite, Mini Bar, Free Pay TV, DVD Player.", "Poolside Studio Suite with compact mini kitchenette unit, great for basic meal preparations. Suite overlooks Pool area and lush gardens.", "Great Seller!! Managers Special!!Super 1 Nite rate. Studio Style Suite either adjoins or overlooks the Fantastic Pool area. Only 5km South of the City CBD.", "Quick Stop Over with FREE Hot Buffet Breakfast's for 2 Daily. Stay in a Premier Poolview Studio Suite. Use of 2 person Infared Sauna.Free AUSTAR with 13 Channells. 5 Minutes Drive South of City.", "Sleeps up to 5 Guests in 2 room suite with compact mini kitchenette unit. Suite adjoins resorst pool area and lush gardens!!!! Short 5km drive to City Centre.", "Poolside Suite. Includes FREE High Speed in room Broadband Access & Hot Buffet Breakfast's for 2 Daily by the pool. 2 person Infared Sauna.Free AUSTAR - 13 Channells. 5kms South of the City Centre.", "Value for Groups & Families, Sleeps 6 in connecting suites. 2 Queen & 2 Single beds. 2 Bathrooms, Kitchenette. For basic meal prep. Overlooks Waterslide, Pool, & Playground. Free BBQ & Much More.", "Great 4 Star value here!! FREE Hot Buffet Breakfast's for 2 Daily. Stay in a Premier Poolview Studio Suite. Use of 2 person Infared Sauna.Free AUSTAR with 13 Channells.5 Minutes Drive South of City.", "Includes Full Cooked Buffet Breakfast in a Queen Studio with direct roomside parking. Includes High Speed Broadband Access & Private in room Fax Machine & Comfortable Corporate Lounge Chair.")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, AUD | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"No Frills Hot Deal Suite 3 Nite Min" +
"" +
"" +
" | " +
" | " +
"availability: 6 | " +
" " +
" " +
" | " +
"55 | " +
"55 | " +
"55 | " +
"165 | " +
"
" +
"" +
"Manager's Hot Special Poolside Suite" +
"" +
"" +
" | " +
" | " +
"availability: 7 | " +
" " +
" " +
" | " +
"59 | " +
"59 | " +
"59 | " +
"177 | " +
"
" +
"" +
"Mini Kitchen Hot Deal Suite 3 Nite Min" +
"" +
"" +
" | " +
" | " +
"availability: 6 | " +
" " +
" " +
" | " +
"69 | " +
"69 | " +
"69 | " +
"207 | " +
"
" +
"" +
"Poolside Mini Kitchen Suite" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"75 | " +
"75 | " +
"75 | " +
"225 | " +
"
" +
"" +
"Hot Breakfast Studio Suite" +
"" +
"" +
" | " +
" | " +
"availability: 6 | " +
" " +
" " +
" | " +
"79 | " +
"79 | " +
"79 | " +
"237 | " +
"
" +
"" +
"Broadband & Buffet Breakfast Deal Suite 3 Nite Min" +
"" +
"" +
" | " +
" | " +
"availability: 6 | " +
" " +
" " +
" | " +
"85 | " +
"85 | " +
"85 | " +
"255 | " +
"
" +
"" +
"Broadband & Buffet Breakfast Poolside Suite" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"89 | " +
"89 | " +
"89 | " +
"267 | " +
"
" +
"" +
"Corporate Studio Hot Deal" +
"" +
"" +
" | " +
" | " +
"availability: 6 | " +
" " +
" " +
" | " +
"95 | " +
"95 | " +
"95 | " +
"285 | " +
"
" +
"" +
"Corporate Complete Studio" +
"" +
"" +
" | " +
" | " +
"availability: 6 | " +
" " +
" " +
" | " +
"99 | " +
"99 | " +
"99 | " +
"297 | " +
"
" +
"" +
"Apartment Poolside Hot Deal 3 Nite Min" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"100 | " +
"100 | " +
"100 | " +
"300 | " +
"
" +
"" +
"Stay Play Breakfast Suite 3 Nite Minimum Stay" +
"" +
"" +
" | " +
" | " +
"availability: 6 | " +
" " +
" " +
" | " +
"104 | " +
"104 | " +
"104 | " +
"312 | " +
"
" +
"" +
"Family Poolside Mini Kitchen Suite" +
"" +
"" +
" | " +
" " +
" " +
" | " +
"sold 105 | " +
"105 | " +
"105 | " +
"315 | " +
"
" +
"" +
"Deluxe Poolside Double Suite Deal 3 Nite Min" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"145 | " +
"145 | " +
"145 | " +
"435 | " +
"
" +
"" +
"Deluxe Poolside Double Suite" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"149 | " +
"149 | " +
"149 | " +
"447 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=38333&curr=AUD"
}