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("Great location near Central Station. Includes "FREE" use of pool and gym, Children under 15 stay and eat breakfast "FREE" using existing bedding and "FREE" A|Club Membership - Ask us on check in!", "Enjoy a Vista Room located on high floors with an espresso machine, Complimentary bottle of Evian water and daily newspaper.", "Sensational views of the Brisbane Skyline from our top floor balcony rooms! Novotel Brisbane is in a great location along side Central Station within walking distance of all the Brisbane attractions.") function GetLastMinOfferHTML() { var lmoHTML = "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "
RoomRoom Rate, AUDTotal
Mon
23-Nov
Tue
24-Nov
Wed
25-Nov
Standard Room" + "" + "" + "" + "" + "
" + "
239249sold
299
787
Vista Room" + "" + "" + "" + "" + "
" + "
269sold
279
sold
329
877
Balcony Room" + "" + "" + "" + "" + "
" + "
279289sold
339
907
" + "
"; return lmoHTML; } //book button redirection function LBook(rtID) { location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=5233&curr=AUD" }