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("Always busy with little time to spare. This room is perfect for Corporate Traveller who just has time for a quick breakfast. Includes a Continental Breakfast Pack per person ", "Best 3.5 star accommodation Adelaide has to offer! Centrally located and great value for money. Book today!! ", "BRING THE WHOLE FAMILY for this luxurious stay in the heart of the city. Make use of the spa and you might never want to leave the room. ", "Stay 2 nights and save! Great CBD location, just metres from fabulous shopping and restaurants.", "Warm up and indulge in your own private corner spa. Newly refurbished rooms in the heart of the city! Don't you deserve to spoil yourself?", "2 SINGLE BEDS ONLY", "Location, location, location, Stay where all the action is. Comfortable and affordable accommodation right in the heart of the city.") function GetLastMinOfferHTML() { var lmoHTML = "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "
RoomRoom Rate, AUDTotal
Mon
23-Nov
Tue
24-Nov
Wed
25-Nov
Standard Room 2n Special" + "" + "" + "" + "" + "
" + "
sold
114
sold
114
sold
114
342
Corporate/Government Room" + "" + "" + "" + "" + "
" + "
sold
124
sold
124
sold
124
372
Standard Queen room" + "" + "" + "" + "" + "
" + "
sold
124
sold
124
sold
124
372
Standard Twin Room" + "" + "" + "" + "" + "
" + "
124sold
124
sold
124
372
Standard Spa room" + "" + "" + "" + "" + "
" + "
sold
144
sold
144
sold
144
432
Standard Spa Family room" + "" + "" + "" + "" + "
" + "
sold
159
sold
159
sold
159
477
" + "
"; return lmoHTML; } //book button redirection function LBook(rtID) { location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=6895&curr=AUD" }