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("Superb Paddington location. Free use of internet and fitness suite. All rooms non smoking.", "Superb location! All the attractions of fashionable Paddington at your doorstep! FREE WIRELESS BROADBAND!! All rooms non smoking.", "Superb Paddington location. Free use of internet booth and fitness room. All rooms non smoking.", "Superb Paddington location. Free use of internet and fitness room. All rooms non smoking.") function GetLastMinOfferHTML() { var lmoHTML = "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "
RoomRoom Rate, AUDTotal
Mon
23-Nov
Tue
24-Nov
Wed
25-Nov
4 Night Stay Std room" + "" + "" + "" + "" + "" + "
For the Check-in date you selected, the Minimum Stay requirement is 4 nights.
" + "
135135135405
Standard Room - min stay" + "" + "" + "" + "" + "" + "" + "
  availability: 2
" + "
140140140420
Standard room" + "" + "" + "" + "" + "" + "" + "
  availability: 2
" + "
145145145435
Triple room" + "" + "" + "" + "" + "
" + "
sold
165
165165495
Garden room" + "" + "" + "" + "" + "" + "" + "
  availability: 2
" + "
185185185555
" + "
"; return lmoHTML; } //book button redirection function LBook(rtID) { location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=314&curr=AUD" }