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("MODERN, BRIGHT, AIRY and QUIET. Not only have all our rooms been refurbished, our Restaurant, Bar and Lobby are complete too! All rooms feature individual Air Conditioning , High Speed Internet Acces", "All the features of our Standard room with buffet breakfast for two in our completely refurbished Vapor restaurant. Breakfast runs from 5am to accommodate those on an early flight, through to 10.30am ", "OUTSTANDING, MODERN and QUIET rooms. All Deluxe King rooms face our internal courtyard with relaxing views of our gardens and pool. All rooms feature individual Air Conditioning, High Speed Internet", "EXQUISITE SUITES. Find room to relax with a separate bedroom and lounge. Soak away the day in the in-room Spa bath and watch an in-room movie from either your bedroom or the lounge. Our Tower Suite", "STAY, WORK and FLY. All the features of our Standard room with buffet breakfast for one. Work comfortably in your room or hire one of our board rooms for that important meeting. Breakfast runs from ", "RELAX and enjoy superior comfort in our King Spa rooms. Complete with King Bed, Desk and Ergonomic Chair, Lounge Suite and Spa Bath, these rooms offer the space to work or relax in style.", "Book early and take advantage of our Great Specials!", "PLANE TO CATCH. Take advantage of our great offer, rate includes overnight accommodation, 14 days of FREE parking, wait there is more and FREE RETURN airport transfers for 2.")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, NZD | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"Standard Room" +
"" +
"" +
" | " +
" | " +
"availability: 41 | " +
" " +
" " +
" | " +
"140 | " +
"140 | " +
"150 | " +
"430 | " +
"
" +
"" +
"Corporate Package" +
"" +
"" +
" | " +
" | " +
"availability: 41 | " +
" " +
" " +
" | " +
"157 | " +
"157 | " +
"167 | " +
"481 | " +
"
" +
"" +
"Stay Park and Fly Room" +
"" +
"" +
" | " +
" | " +
"availability: 41 | " +
" " +
" " +
" | " +
"160 | " +
"160 | " +
"170 | " +
"490 | " +
"
" +
"" +
"Deluxe King Room" +
"" +
"" +
" | " +
" | " +
"availability: 7 | " +
" " +
" " +
" | " +
"160 | " +
"160 | " +
"170 | " +
"490 | " +
"
" +
"" +
"Bed and Breakfast Room" +
"" +
"" +
" | " +
" | " +
"availability: 41 | " +
" " +
" " +
" | " +
"174 | " +
"174 | " +
"184 | " +
"532 | " +
"
" +
"" +
"King Spa Room" +
"" +
"" +
" | " +
" " +
" " +
" | " +
"sold 180 | " +
"180 | " +
"190 | " +
"550 | " +
"
" +
"" +
"Tower Suite" +
"" +
"" +
" | " +
" | " +
"availability: 4 | " +
" " +
" " +
" | " +
"230 | " +
"230 | " +
"240 | " +
"700 | " +
"
" +
"" +
"Grab a Deal Room" +
"" +
"" +
" | " +
" " +
" " +
" | " +
"sold 499 | " +
"sold 499 | " +
"sold 499 | " +
"1,497 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=1745&curr=NZD"
}