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("Room Only", "Executive Queen with Continental Buffet Breakfast included", "For a Limited Time Includes Buffet Continental Breakfast each morning", "Brand New Rooms with views of the City of Melbourne and Continental Breakfast included") function GetLastMinOfferHTML() { var lmoHTML = "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "
RoomRoom Rate, AUDTotal
Mon
23-Nov
Tue
24-Nov
Wed
25-Nov
Executive Queen Room - 3 Night Minimum Stay" + "" + "" + "" + "" + "" + "" + "
  availability: 1
" + "
115130130375
Executive Queen Room" + "" + "" + "" + "" + "" + "" + "
  availability: 1
" + "
115135135385
Superior Twin Room - 2 Single Beds" + "" + "" + "" + "" + "" + "" + "
  availability: 2
" + "
130130130390
Winter Special - CityView Room 2 Night Stay" + "" + "" + "" + "" + "
" + "
120140sold
140
400
CityView Room" + "" + "" + "" + "" + "
" + "
125145sold
145
415
GrandView Room" + "" + "" + "" + "" + "
" + "
135150sold
150
435
" + "
"; return lmoHTML; } //book button redirection function LBook(rtID) { location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=5866&curr=AUD" }