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("Located in the HEART of the City Room Only", "Located in the HEART of the City ***NOW OPEN*** Massage & Relaxation Centre Free Parking Free Use of Guest Kitchen Tour Booking", "Buy 1 Breakfast get 1 Free. Valid for same day only. ", "Inc. Complimentary Airport Transfers when flight no. & arrival time provided at the time of booking", "Stay 3 Nights and recieve the 3rd Night half price Rooms not Serviced") function GetLastMinOfferHTML() { var lmoHTML = "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "
RoomRoom Rate, AUDTotal
Mon
23-Nov
Tue
24-Nov
Wed
25-Nov
Standard Room 5 Night Special" + "" + "" + "" + "" + "" + "
For the Check-in date you selected, the Minimum Stay requirement is 5 nights.
" + "
757575225
Standard Room" + "" + "" + "" + "" + "" + "" + "
  availability: 4
" + "
777777231
Standard Room- Special Offer" + "" + "" + "" + "" + "" + "" + "
  availability: 2
" + "
509999248
Standard Room- Airport Transfer" + "" + "" + "" + "" + "" + "" + "
  availability: 2
" + "
969696288
1 Bedroom Suite" + "" + "" + "" + "" + "" + "" + "
  availability: 1
" + "
119119119357
" + "
"; return lmoHTML; } //book button redirection function LBook(rtID) { location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=6578&curr=AUD" }