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("Simple Pleasures-Pure Relaxation. At the beach & beautiful gdns.Rates are for 2. Max guests is 4. Xtra guest $20 pn. Min 3 night stay. Apts are 1 BR self contained with balconies and garden views.", "Simple Pleasures-Pure Relaxation. At the beach & beautiful gdns.Rates are for 2. Max guests is 4. Xtra guest $20 pn.Apts are 1 BR self contained with balconies and garden views.") function GetLastMinOfferHTML() { var lmoHTML = "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "
RoomRoom Rate, AUDTotal
Mon
23-Nov
Tue
24-Nov
Wed
25-Nov
One Bedroom Apartment - Stay 4 Pay for 3" + "" + "" + "" + "" + "" + "
For the Check-in date you selected, the Minimum Stay requirement is 4 nights.
" + "
878787261
One bedrm apartment - Stay 7 nights and pay for 5" + "" + "" + "" + "" + "" + "
For the Check-in date you selected, the Minimum Stay requirement is 7 nights.
" + "
919191273
One Bedroom Apartment - 3 Night Minimum" + "" + "" + "" + "" + "" + "" + "
  availability: 3
" + "
115115115345
One Bedroom Apartment" + "" + "" + "" + "" + "" + "" + "
  availability: 3
" + "
125125125375
1 BR Apartment-5 night stay +1 day free car hire" + "" + "" + "" + "" + "" + "
For the Check-in date you selected, the Minimum Stay requirement is 5 nights.
" + "
127127127381
One Bedroom Apartment - Seaview" + "" + "" + "" + "" + "" + "" + "
  availability: 5
" + "
135135135405
" + "
"; return lmoHTML; } //book button redirection function LBook(rtID) { location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=11703&curr=AUD" }