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("ENJOY CONTEMPORARY HOTEL ROOMS IN THE HEART OF MELBOURNE’S CBD. Located close to Trams , Federation Square, Yarra River, shopping all a short walk. Don’t miss out on Melbourne’s Location Sensation!", "ENJOY STUNNING VIEWS OVER THE YARRA RIVER AND SOUTHBANK FROM YOUR WATERVIEW ROOM. Located close to Trams ,Federation Square,shopping all a short walk. Don’t miss out on Melbourne’s Location Sensation!", "Enjoy our stylish and comfortable Citigate room in the heart of the city.Including full Breakfast for 2 daily in Lobby restaurant.The bedding consists of 1 king bed, or 1 queen bed, or 2 single beds. ", "Cityview Rooms are located on floors 2 – 6 at the front of the hotel providing spectacular views of the CBD. Bedding consists of 1 King or 2 Single beds.") function GetLastMinOfferHTML() { var lmoHTML = "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "
RoomRoom Rate, AUDTotal
Mon
23-Nov
Tue
24-Nov
Wed
25-Nov
Citigate Room" + "" + "" + "" + "" + "
" + "
189sold
189
sold
159
537
Cityview Room" + "" + "" + "" + "" + "
" + "
209sold
209
sold
179
597
Citigate Bed & Breakfast Package" + "" + "" + "" + "" + "
" + "
219sold
219
sold
189
627
Waterview Room" + "" + "" + "" + "" + "
" + "
239sold
239
sold
209
687
" + "
"; return lmoHTML; } //book button redirection function LBook(rtID) { location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=9500&curr=AUD" }