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("The rate includes Full American Breakfast with eggs, hash browns, fruit, bacon or ham or sausage, toast or muffin. This package offer is for adults only. A surcharge applies for children's breakfast.", "This rate includes Full American Breakfast & overnight valet parking for a compact sized vehicle. Children 12 years or younger stay free of charge but the breakfast is not included in the final rate.") function GetLastMinOfferHTML() { var lmoHTML = "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "
RoomRoom Rate, USDTotal
Mon
23-Nov
Tue
24-Nov
Wed
25-Nov
Run of House" + "" + "" + "" + "" + "" + "" + "
  availability: 4
" + "
808080240
Bed & Full American Breakfast Package" + "" + "" + "" + "" + "" + "" + "
  availability: 2
" + "
100100100300
Parking and Breakfast Package" + "" + "" + "" + "" + "" + "" + "
  availability: 2
" + "
125125125375
" + "
"; return lmoHTML; } //book button redirection function LBook(rtID) { location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=1213&curr=USD" }