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("Absolute beachfront, 3 bed/ 2 bath with spa, luxury unit with stunning ocean views. Private balconies & dream kitchen. 22m heated pool under glass atrium. Min 3 night stay ", "Absolute beachfront, luxury 2 bed/2 bath with spa apartment with stunning ocean views. 22 m heated pool under glass atrium.", "Absolute beachfront Hi-Rise, 2 bed/2 bath with spa apartment with stunning ocean views. 22 m heated pool under glass atrium.", "Absolute beachfront Hi-Rise, 2 bed/2 bath with spa apartment with stunning ocean views. 22 m heated pool under glass atrium.") function GetLastMinOfferHTML() { var lmoHTML = "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "
RoomRoom Rate, AUDTotal
Mon
23-Nov
Tue
24-Nov
Wed
25-Nov
2 bedroom 1st floor" + "" + "" + "" + "" + "
" + "
sold
135
sold
135
sold
135
405
2 bedroom 5n" + "" + "" + "" + "" + "" + "
For the Check-in date you selected, the Minimum Stay requirement is 5 nights.
" + "
139139139417
2 bedroom 7n" + "" + "" + "" + "" + "" + "
For the Check-in date you selected, the Minimum Stay requirement is 7 nights.
" + "
139139139417
2 bedroom 3n" + "" + "" + "" + "" + "" + "" + "
  availability: 1
" + "
149149149447
2 bedroom Family Time" + "" + "" + "" + "" + "" + "
For the Check-in date you selected, the Minimum Stay requirement is 4 nights.
" + "
sold
185
sold
185
sold
185
555
2 bedroom 2n" + "" + "" + "" + "" + "
" + "
sold
195
sold
195
sold
195
585
3 bedroom 2 bathroom" + "" + "" + "" + "" + "" + "
For the Check-in date you selected, the Minimum Stay requirement is 5 nights.
" + "
sold
235
sold
235
sold
235
705
" + "
"; return lmoHTML; } //book button redirection function LBook(rtID) { location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=17842&curr=AUD" }