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("A Standard room for 2 adults, with small kithenette and ensuite", "This family room has 1 Queen and 2 singles it has a small kitchenette and ensuite larger family suites available which incur extra chages for the extra persons", "Purchase a continental or Hot breakfast and recieve the second FREE", "This standard single room has a kitchenette with TV Fridge And ensuite, Extra adult $15.00", "This room has a queen and single bed with ensuite TV microwave and a small kitchenette, Extra person $15.00 sleep", "This family room has 2 Queen and 2 singles it has a small kitchenette and ensuite, itis close to the shops, clubs and pubs and many other places to be enjoyed by all", "This family room has 2 Queen and 2 singles, suited for 4 Adult and 2 Children it has a small kitchenette and ensuite, close to the shops and other interesting things for the family to enjoy") function GetLastMinOfferHTML() { var lmoHTML = "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "
RoomRoom Rate, AUDTotal
Mon
23-Nov
Tue
24-Nov
Wed
25-Nov
Standard Single Room" + "" + "" + "" + "" + "" + "" + "
  availability: 2
" + "
797979237
Standard Double room" + "" + "" + "" + "" + "" + "" + "
  availability: 1
" + "
898989267
Twin share Room" + "" + "" + "" + "" + "" + "" + "
  availability: 2
" + "
999999297
Deluxe Double Room" + "" + "" + "" + "" + "" + "" + "
  availability: 2
" + "
105105105315
Small Family Room" + "" + "" + "" + "" + "" + "" + "
  availability: 1
" + "
120120120360
Farge Family Room (4 Ad/2 Ch)" + "" + "" + "" + "" + "" + "" + "
  availability: 1
" + "
140140140420
Spa room" + "" + "" + "" + "" + "" + "" + "
  availability: 1
" + "
140140140420
Large Family Room (6 Adults)" + "" + "" + "" + "" + "" + "" + "
  availability: 1
" + "
160160160480
" + "
"; return lmoHTML; } //book button redirection function LBook(rtID) { location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=26742&curr=AUD" }