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("Free shuttle service (6 am -midnight)- Free Internet Access & Hydromassage Shower !!!Swimming pool!!", "Free shuttle service (6 am-midnight)- Free Internet Access & Hydromassage Shower !!!PC with free Internet access,trousser press,static bicycle.Swimming pool!!", "Free shuttle service!!(6 am-midnight)Including 1 double bed and bunk beds,free Internet access,last generation hydro showers and free safe box with laptop capacity.Swimming pool!!", "Including 1 double bed and bunk beds,free Internet access,last generation hydro showers and free safe box with laptop capacity.Swimming pool")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, EUR | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"Single Economy room with Laptop and free WIFI" +
"" +
"" +
" | " +
" | " +
"availability: 15 | " +
" " +
" " +
" | " +
"107 | " +
"80 | " +
"80 | " +
"267 | " +
"
" +
"" +
"Double / Twin room with Laptop and free WIFI" +
"" +
"" +
" | " +
" | " +
"availability: 15 | " +
" " +
" " +
" | " +
"107 | " +
"86 | " +
"86 | " +
"279 | " +
"
" +
"" +
""High Tech" Double Room with Laptop and free WIFI" +
"" +
"" +
" | " +
" | " +
"availability: 10 | " +
" " +
" " +
" | " +
"145 | " +
"86 | " +
"86 | " +
"317 | " +
"
" +
"" +
"Family Triple room with Laptop and free WIFI" +
"" +
"" +
" | " +
" | " +
"availability: 10 | " +
" " +
" " +
" | " +
"145 | " +
"96 | " +
"96 | " +
"337 | " +
"
" +
"" +
""Family" Quadruple Room with Laptop and free WIFI" +
"" +
"" +
" | " +
" | " +
"availability: 10 | " +
" " +
" " +
" | " +
"204 | " +
"107 | " +
"107 | " +
"418 | " +
"
" +
"" +
"Special offer double room 10 % discount" +
"" +
"" +
" | " +
" " +
" " +
" | " +
"172 | " +
"sold 172 | " +
"sold 172 | " +
"516 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=9984&curr=EUR"
}