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("Spacious suite featuring a master bedroom & lounge area with a King or Twin Beds. Perfect for guests who prefer a separate bedroom with a single sofa bed option in the lounge.", "Two complimentary buffet breakfast, based on maximum of 2 adults per room. Children under 16 years eat breakfast for free, maximum of two children per room.", "Boasting direct views of Bondi Beach, featuring a master bedroom & lounge area with a King Bed. Perfect for guests who prefer a separate bedroom with a single sofa bed option in the lounge.", "Enjoy Sydney this Spring season, book & receive two complimentary full buffet breakfast daily.", "Stay in a Junior Suite with free parking & 2 full buffet breakfast with bonus offer of free bottle of wine upon arrival. (Kids under 16 years eat breakfast for free, maximum of 2 kids per room).", "Stay a minimum of 7 nights in a Junior King or Twin Suite & receive 20% discount off the accommodation rate. The displayed rate already includes the discount. ") function GetLastMinOfferHTML() { var lmoHTML = "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "
RoomRoom Rate, AUDTotal
Mon
23-Nov
Tue
24-Nov
Wed
25-Nov
Summer Holiday Saver Package" + "" + "" + "" + "" + "" + "
For the Check-in date you selected, the Minimum Stay requirement is 7 nights.
" + "
184208208600
Sydney Spring Package" + "" + "" + "" + "" + "
" + "
sold
207
sold
234
sold
234
675
School Holiday Package" + "" + "" + "" + "" + "
" + "
239sold
239
239717
Junior Suite" + "" + "" + "" + "" + "" + "" + "
  availability: 5
" + "
229259259747
The Free Breakfast Package" + "" + "" + "" + "" + "" + "" + "
  availability: 5
" + "
229259259747
Oceanview Suite" + "" + "" + "" + "" + "" + "" + "
  availability: 3
" + "
289319319927
" + "
"; return lmoHTML; } //book button redirection function LBook(rtID) { location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=89&curr=AUD" }