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("Room only. Great location! Minutes walk from Darling Harbour, China Town, Entertainment Centre, ", "Room OnlyRoom only. Great location! Minutes walk from Darling Harbour, China Town, Entertainment Centre, ", "Located in a quiet tree lined street, we are in the middle of the action only minutes from Darling Harbour, Powerhouse Museum, Entertainment Centre, Paddy's Markets, Central, Monorail & Light Rail. ", "Sale, Sale, Sale!!! Sparkling wine on arrival. Located only minutes walk to Powerhouse Museum, Sydney Convention Centre and monorail station.", "STAY 2 NIGHTS AND SAVE! Large room to suit either family or business traveller needing space to spread out. 100% non-smoking Hotel.", "Over-sized comfortable rooms that let you spread out & relax. All rooms have balconies, in room safes and ensuite bathrooms. Great value for money and not as far away as you might think! ") function GetLastMinOfferHTML() { var lmoHTML = "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "
RoomRoom Rate, AUDTotal
Mon
23-Nov
Tue
24-Nov
Wed
25-Nov
Standard Room Fire Sale" + "" + "" + "" + "" + "
" + "
sold
90
90sold
119
299
Standard room" + "" + "" + "" + "" + "
" + "
sold
100
100sold
149
349
2 night Deluxe Room" + "" + "" + "" + "" + "
" + "
sold
110
110sold
139
359
Deluxe Room" + "" + "" + "" + "" + "
" + "
sold
120
120sold
149
389
Deluxe Package" + "" + "" + "" + "" + "
" + "
sold
155
155sold
184
494
" + "
"; return lmoHTML; } //book button redirection function LBook(rtID) { location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=1488&curr=AUD" }