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("Continental Breakfast Included! The best location of the city, near Santiago Bernabeu Stadium and close to Puerta del Sol by metro.", "Continental Breakfast Included! Free Welcome Gift: Bottle of Water! The best location of the city, near Santiago Bernabeu Stadium and close to Puerta del Sol by metro.", "Continental Breakfast Included! The best location of the city, near Santiago Bernabeu Stadium and close to Puerta del Sol by metro.") function GetLastMinOfferHTML() { var lmoHTML = "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "
RoomRoom Rate, EURTotal
Mon
23-Nov
Tue
24-Nov
Wed
25-Nov
"Charming" Single Room" + "" + "" + "" + "" + "" + "" + "
  availability: 2
" + "
696997235
"Charming" Double / Twin Room" + "" + "" + "" + "" + "" + "" + "
  availability: 2
" + "
7474129277
" + "
"; return lmoHTML; } //book button redirection function LBook(rtID) { location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=73593&curr=EUR" }