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("A hotel style room with Queen Bed, own balcony, dinning table, full kitchen, laundry and separate bathroom. Minimum 3 night stay!", "One Bedroom fully self contained unit. Resort has a great Pool, Spa, Sauna and BBQ entertaining Area. Minimum 3 night stay!", "One Bedroom fully self contained unit. Resort has a great Pool, Spa, Sauna and BBQ entertaining Area.", "Two Bedroom fully self contained unit. Resort has a great Pool, Spa, Sauna and BBQ entertaining Area.", "Two Bedroom fully self contained unit. Resort has a great Pool, Spa, Sauna and BBQ entertaining Area. Minimum 2 night stay!") function GetLastMinOfferHTML() { var lmoHTML = "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "
RoomRoom Rate, AUDTotal
Mon
23-Nov
Tue
24-Nov
Wed
25-Nov
Two Bedroom - 4 Night Stay" + "" + "" + "" + "" + "" + "
For the Check-in date you selected, the Minimum Stay requirement is 4 nights.
" + "
125sold
125
sold
150
400
Studio Apartment - 3 Nights" + "" + "" + "" + "" + "
" + "
sold
135
sold
135
sold
135
405
One Bedroom - 3 Nights" + "" + "" + "" + "" + "
" + "
sold
145
sold
145
sold
125
415
One Bedroom - 7 Nights" + "" + "" + "" + "" + "
" + "
sold
140
sold
140
sold
140
420
One Bedroom - 1 Night" + "" + "" + "" + "" + "
" + "
sold
178
sold
178
sold
178
534
Two Bedroom - 2 Nights" + "" + "" + "" + "" + "
" + "
195176sold
175
546
Two Bedroom - 1 Night" + "" + "" + "" + "" + "
" + "
205sold
205
sold
205
615
" + "
"; return lmoHTML; } //book button redirection function LBook(rtID) { location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=69083&curr=AUD" }