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("Standard room, double bed, chocolates on arrival, cable TV, video player, CD player, ensuite bathroom, IDD telephones and room service.", "Premium room, Queen size bed, chocolates on arrival, tea and coffee, cable TV, video player, CD player, ensuite bathroom, IDD telephones, and room service", "Add a little French to your morning ritual! Enjoy breakfast at le Petit creme after staying in our Standard room.", "In town a while? Stay with us in one of our compact standard rooms for 3 nights or more and receive our long stay discount.", "Sensational rates that will put the spring back in your step. Book now and receive a late check out until 12pm, free fast speed internet for your whole stay and a complimentary room upgrade. ") function GetLastMinOfferHTML() { var lmoHTML = "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "
RoomRoom Rate, AUDTotal
Mon
23-Nov
Tue
24-Nov
Wed
25-Nov
Long Stay Room Deal" + "" + "" + "" + "" + "
" + "
sold
125
145sold
145
415
Blooming Spring Room Special" + "" + "" + "" + "" + "
" + "
sold
135
155sold
155
445
Standard Room" + "" + "" + "" + "" + "
" + "
sold
135
155sold
155
445
Room and Breakfast" + "" + "" + "" + "" + "
" + "
sold
145
165sold
165
475
Premium Room" + "" + "" + "" + "" + "
" + "
sold
155
sold
185
185525
" + "
"; return lmoHTML; } //book button redirection function LBook(rtID) { location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=11613&curr=AUD" }