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("Right by the Beach! Deluxe King or Queen room with Kitchenette. Free car parking subject to availability.", "Right by the Beach! Deluxe King or Queen Ocean View room with balcony overlooking Coogee Beach. Free Car Park Subject to availability.", "Package is for 2 Adults & 2 Children aged up to 11 years and includes: a Courtyard Studio & your choice of either 4 cooked room service breakfasts or a family pass to the Sydney Aqaurium.", "Package Includes: accommodation in a Deluxe Studio, Dinner for 2 at a local restaurant to the value of $70, cooked room service breakfast, a bottle of sparkling wine & a small box of chocolates.", "Package Includes: Overnight accommodation in a Deluxe Ocean View Studio, continental room service breakfast for 2 & a $10 discount dinner voucher to a local restaurant.") function GetLastMinOfferHTML() { var lmoHTML = "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "
RoomRoom Rate, AUDTotal
Mon
23-Nov
Tue
24-Nov
Wed
25-Nov
Deluxe Studio Room" + "" + "" + "" + "" + "
" + "
155185sold
185
525
Deluxe Ocean View Studio" + "" + "" + "" + "" + "
" + "
200sold
230
sold
230
660
Family Focus Package" + "" + "" + "" + "" + "
" + "
215sold
245
sold
245
705
Romantic Escape Package" + "" + "" + "" + "" + "
" + "
270285sold
285
840
Affordable Luxury in an Ocean View Studio" + "" + "" + "" + "" + "
" + "
sold
480
sold
480
sold
480
1,440
" + "
"; return lmoHTML; } //book button redirection function LBook(rtID) { location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=48&curr=AUD" }