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("Spacious, Clean, Comfortable accommodation in a friendly environment at an affordable price. Closely situated near the Queen Victoria Market, City Centre and Dining Precincts.", "A spacious one bedroom apartment with a seperate bedroom, living area, ensuite bathroom and kitchenette", "*PERFECT FOR THE FAMILY* A two bedroom apartment with two seperate bedrooms (one queen bed and 2 king singles), living area, ensuite bathroom and kitchenette.") function GetLastMinOfferHTML() { var lmoHTML = "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "
RoomRoom Rate, AUDTotal
Mon
23-Nov
Tue
24-Nov
Wed
25-Nov
Standard Room" + "" + "" + "" + "" + "" + "" + "
  availability: 26
" + "
119149149417
One Bedroom Apartment" + "" + "" + "" + "" + "" + "" + "
  availability: 19
" + "
159189189537
Two Bedroom Apartment" + "" + "" + "" + "" + "" + "" + "
  availability: 14
" + "
229259259747
" + "
"; return lmoHTML; } //book button redirection function LBook(rtID) { location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=85&curr=AUD" }