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("Rate is for up to 2 Adults & 2 Children. Room includes Double bed and two single Bunk Beds with private ensuite with shower. Rates are based on two adults", "Best Value! Great location right on vibrant Fitzroy St! Room inc.tv, fridge, tea/coffee, phone & private ensuite with shower.") function GetLastMinOfferHTML() { var lmoHTML = "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "
RoomRoom Rate, AUDTotal
Mon
23-Nov
Tue
24-Nov
Wed
25-Nov
Double Room" + "" + "" + "" + "" + "" + "" + "
  availability: 5
" + "
898989267
Family Room" + "" + "" + "" + "" + "" + "" + "
  availability: 3
" + "
898989267
Twin Room" + "" + "" + "" + "" + "
" + "
sold
89
8989267
" + "
"; return lmoHTML; } //book button redirection function LBook(rtID) { location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=2923&curr=AUD" }