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("Functionally decorated room equipped with all kind of facilities. Minibar, TV, pay TV, safe box, air conditioning, hair dryer, free access to the fitness room. Recently renovated hotel.", "Bedroom with private living room inside. Coffee and tea facilities. Free newsletter at reception- Free access to the fitness room. Recently renovated hotel.", "Free breakfast, free open bar, free spa and fitness room, free internet access in private lounge and free Spanish and international newspaper.", "Brekfast Buffet Included!!", "Bright and elegant rooms located on the upper floors and with spectacular panoramic views of Barcelona.
Suitable for one or two guests. Recently renovated.
")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, EUR | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"Double / Twin Room (1 or 2 people)" +
"" +
"" +
" | " +
" | " +
"availability: 10 | " +
" " +
" " +
" | " +
"171 | " +
"193 | " +
"171 | " +
"535 | " +
"
" +
"" +
"Double for Single Use Room with Breakfast Included" +
"" +
"" +
" | " +
" | " +
"availability: 10 | " +
" " +
" " +
" | " +
"187 | " +
"209 | " +
"187 | " +
"583 | " +
"
" +
"" +
"Room City View" +
"" +
"" +
" | " +
" | " +
"availability: 10 | " +
" " +
" " +
" | " +
"193 | " +
"214 | " +
"193 | " +
"600 | " +
"
" +
"" +
"Double/Twin Room with Breakfast Included" +
"" +
"" +
" | " +
" | " +
"availability: 10 | " +
" " +
" " +
" | " +
"203 | " +
"225 | " +
"203 | " +
"631 | " +
"
" +
"" +
"Room THE LEVEL" +
"" +
"" +
" | " +
" " +
" " +
" | " +
"203 | " +
"225 | " +
"sold 203 | " +
"631 | " +
"
" +
"" +
""Luxury" Junior Suite (1 or 2 people)" +
"" +
"" +
" | " +
" | " +
"availability: 3 | " +
" " +
" " +
" | " +
"300 | " +
"321 | " +
"300 | " +
"921 | " +
"
" +
"" +
"¨Luxury¨ Suite (1 or 2 people)" +
"" +
"" +
" | " +
" | " +
"availability: 3 | " +
" " +
" " +
" | " +
"385 | " +
"407 | " +
"385 | " +
"1,177 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=3866&curr=EUR"
}