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("Relax in our Terrace Courtyard. Free Secure undercover car parking, Free Foxtel. Checkout our other great deals", "Enjoy continental breakfast for 2 in gt's restaurant. Relax in the courtyard terrace. Free Secure undercover car-parking, Free Foxtel. Checkout our other great deals.", "Free 3hr internet time, free foxtel, free parking. Plus when dining in gt's restaurant recieve $10 off your meals.") function GetLastMinOfferHTML() { var lmoHTML = "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "
RoomRoom Rate, AUDTotal
Mon
23-Nov
Tue
24-Nov
Wed
25-Nov
Standard Room" + "" + "" + "" + "" + "
" + "
sold
150
130130410
Double or Twin Room Bed and Breakfast!!" + "" + "" + "" + "" + "
" + "
sold
160
140140440
Manager Special Room" + "" + "" + "" + "" + "
" + "
sold
165
150150465
" + "
"; return lmoHTML; } //book button redirection function LBook(rtID) { location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=10322&curr=AUD" }