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("Stop over with us! FREE overnight carparking & FREE daily paper! WIFI in most rooms. Plans start from $10.00 per day. FREE access to outdoor pool, gym & sauna.", "WOW! You have to be up early to catch this special with full buffet breakfast for 1 adult in Places Cafe in the morning! FREE overnight carparking & FREE daily paper! ", "Newly redecorated rooms all on the 2nd floor with balcony & 32" LCD TV. FREE overnight carparking & FREE daily paper! WIFI in most rooms. Plans start from $10.00 per day. FREE use of gym & sauna!", "Bed & Breakfast for 2 adults in a Standard room. FREE overnight carparking & FREE daily paper! WIFI in most rooms. Plans start from $10.00 per day. FREE access to pool, gym & sauna!", "Studio with queen bed, Sky TV, pay TV movies & mini-bar. FREE overnight carparking & FREE daily paper! WIFI in most rooms. Plans start from $10 per day. FREE access to outdoor pool, sauna & gym.", "Newly refurbished deluxe room with queen twin configuration. FREE overnight carparking & FREE daily paper! WIFI in most rooms. Plans start from $10 per day. FREE access to outdoor pool, sauna & gym.")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, NZD | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"Best Available Room Rate" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"99 | " +
"99 | " +
"99 | " +
"297 | " +
"
" +
"" +
"Rise & Shine Package" +
"" +
"" +
" | " +
" | " +
"availability: 3 | " +
" " +
" " +
" | " +
"135 | " +
"135 | " +
"135 | " +
"405 | " +
"
" +
"" +
"Standard Room" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"139 | " +
"139 | " +
"139 | " +
"417 | " +
"
" +
"" +
"Deluxe Room" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"150 | " +
"150 | " +
"150 | " +
"450 | " +
"
" +
"" +
"Bed & Breakfast Package" +
"" +
"" +
" | " +
" | " +
"availability: 3 | " +
" " +
" " +
" | " +
"155 | " +
"155 | " +
"155 | " +
"465 | " +
"
" +
"" +
"Executive Business Room" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"155 | " +
"155 | " +
"155 | " +
"465 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=1753&curr=NZD"
}