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("Nice Private room, Europeans decor in Union Square. Deluxe all you can eat Waffle Breafast Included! Fall special good till 28 December", "Choose a mixed, all male, all female deluxe 6 person room, hostel like !! pvt lockers, all rooms ensuite and enjoy waffle breakfast, FREE, You ca book whole room if available", "deluxe regular hotel room with twin size bunks! waffle breakfast, all the amenities of our hotel n hostel, room is private. Rates as lows $59 a room 2 people and 19.00 more each person, up to 6") function GetLastMinOfferHTML() { var lmoHTML = "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "
RoomRoom Rate, USDTotal
Mon
23-Nov
Tue
24-Nov
Wed
25-Nov
Dorm Style Bunk in Deluxe Ensuite BREAKFAST INCL." + "" + "" + "" + "" + "" + "" + "
  availability: 3
" + "
31313193
Deluxe Double Room save 35% Breakfast Included" + "" + "" + "" + "" + "" + "" + "
  availability: 3
" + "
100100100300
Youth Private Room Ensuite 2 to 6 ppl Breakfast" + "" + "" + "" + "" + "" + "" + "
  availability: 5
" + "
108108108324
" + "
"; return lmoHTML; } //book button redirection function LBook(rtID) { location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=66806&curr=USD" }