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("Room only. Standard room with private shower , toilette. Free city map included. Payment cash only at check-in. No breakfast .", "Room Only. Standard room with private shower , toilette. Free city map included. Payment cash only at check-in. No breakfast .", "Room only.. Standard room with private shower , toilette. Free city map included. Payment cash only at check-in. No breakfast .") function GetLastMinOfferHTML() { var lmoHTML = "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "" + "
RoomRoom Rate, EURTotal
Mon
23-Nov
Tue
24-Nov
Wed
25-Nov
Standard single room" + "" + "" + "" + "" + "" + "" + "
  availability: 5
" + "
353535105
Double / Twin Room" + "" + "" + "" + "" + "" + "" + "
  availability: 7
" + "
494949147
Triple Room" + "" + "" + "" + "" + "" + "" + "
  availability: 3
" + "
606060180
Cheap Standard Triple Room" + "" + "" + "" + "" + "" + "" + "
  availability: 3
" + "
696969207
Quadruple Room" + "" + "" + "" + "" + "" + "" + "
  availability: 1
" + "
999999297
Cheap standard Quadruple Room" + "" + "" + "" + "" + "" + "" + "
  availability: 2
" + "
105105105315
" + "
"; return lmoHTML; } //book button redirection function LBook(rtID) { location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=12130&curr=EUR" }