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("Includes French Breakfast for 2, access to Genesis Fitness Centre, free use of Internet Kiosk & complimentary off street parking (subject to availability)", "Includes access to Genesis Fitness Centre, free use of the Internet Kiosk & complimentary off street parking (subject to availability) ", "Access to Genesis Fitness Centre, free use of Internet Kiosk & complimentary off street parking(subject to availability)", "Use of internet kiosk, access to Genesis Fitness Centre and complimentary parking(subject to availability)", "$20 Food & Drink Voucher on arrival, access to Genesis Fitness Centre, free use of Internet Kiosk & complimentary off street parking (subject to availability) ", "$10 Food & Drink Voucher each night of stay, rooftop pool & deck access, Free use of Genesis Fitness Centre & Internet Kiosk & complimentary off street parking(subject to availability)") function GetLastMinOfferHTML() { var lmoHTML = "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "
RoomRoom Rate, AUDTotal
Mon
23-Nov
Tue
24-Nov
Wed
25-Nov
Original Standard Room" + "" + "" + "" + "" + "" + "" + "
  availability: 1
" + "
999999297
Original Standard 2+ Night Stay Room" + "" + "" + "" + "" + "" + "" + "
  availability: 1
" + "
100100100300
Original Standard Room Bed & Breakfast" + "" + "" + "" + "" + "" + "" + "
  availability: 4
" + "
110110110330
Superior Room" + "" + "" + "" + "" + "" + "" + "
  availability: 2
" + "
120120120360
Pool Club Room" + "" + "" + "" + "" + "" + "" + "
  availability: 5
" + "
159159159477
Pool Club Deluxe Room" + "" + "" + "" + "" + "" + "" + "
  availability: 2
" + "
179179179537
" + "
"; return lmoHTML; } //book button redirection function LBook(rtID) { location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=10500&curr=AUD" }