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("1 king or 2 single beds. Kitchenette, en-suite. Maximum of 2 people per room", "1 king & 1 single bed or 3 single beds. Kitchenette, en-suite. Maximum of 3 people per room", "2 king beds or 1 king & 2 single beds or 4 single beds. Two separate bedrooms adjoined by a kitchenette, two bathrooms but no lounge or laundry facilities. Rates are room only up to 4 people", "2 king beds or 1 king & 2 single beds or 4 single beds. Two separate bedrooms with full kitchen and laundry facilities, there is a lounge and one bathroom. Rates are room only up to 4 people", "1 king or 2 single beds. 32" LCD TV, black leather arm chair, laptop, kitchenette, en-suite. Maximum of 2 people per room", "LOCATION! LOCATION! Absolute City Centre, 50m to Queen St and 100m from Sky Tower. ALL short walking distance to Civic Theatre, Aotea Square, Viaduct Harbour and many more - Great value of money!")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, NZD | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"7 Nights Special - Standard Studio" +
"" +
"" +
"| - | " +
"For the Check-in date you selected, the Minimum Stay requirement is 7 nights. | " +
" " +
" " +
" | " +
"125 | " +
"125 | " +
"125 | " +
"375 | " +
"
" +
"" +
"3 Nights Special - Standard Studio" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"129 | " +
"129 | " +
"129 | " +
"387 | " +
"
" +
"" +
"President Special - Standard Studio" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"130 | " +
"130 | " +
"130 | " +
"390 | " +
"
" +
"" +
"Standard Studio (ST1/ST2)" +
"" +
"" +
" | " +
" | " +
"availability: 4 | " +
" " +
" " +
" | " +
"145 | " +
"125 | " +
"145 | " +
"415 | " +
"
" +
"" +
"Corporate Studio (SU1)" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"155 | " +
"155 | " +
"155 | " +
"465 | " +
"
" +
"" +
"One Bedroom Suite (BR1)" +
"" +
"" +
" | " +
" | " +
"availability: 3 | " +
" " +
" " +
" | " +
"165 | " +
"165 | " +
"165 | " +
"495 | " +
"
" +
"" +
"Bed and Breakfast - Standard Studio" +
"" +
"" +
" | " +
" | " +
"availability: 3 | " +
" " +
" " +
" | " +
"175 | " +
"175 | " +
"175 | " +
"525 | " +
"
" +
"" +
"Superior Triple Studio (SU3)" +
"" +
"" +
" | " +
" | " +
"availability: 3 | " +
" " +
" " +
" | " +
"175 | " +
"175 | " +
"175 | " +
"525 | " +
"
" +
"" +
"Two Bedroom Family Unit (BR2)" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"215 | " +
"215 | " +
"215 | " +
"645 | " +
"
" +
"" +
"Two Bedroom Apartment (APT2)" +
"" +
"" +
" | " +
" | " +
"availability: 1 | " +
" " +
" " +
" | " +
"235 | " +
"235 | " +
"235 | " +
"705 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=1758&curr=NZD"
}