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 =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, EUR | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"Standard single room" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"35 | " +
"35 | " +
"35 | " +
"105 | " +
"
" +
"" +
"Double / Twin Room" +
"" +
"" +
" | " +
" | " +
"availability: 7 | " +
" " +
" " +
" | " +
"49 | " +
"49 | " +
"49 | " +
"147 | " +
"
" +
"" +
"Triple Room" +
"" +
"" +
" | " +
" | " +
"availability: 3 | " +
" " +
" " +
" | " +
"60 | " +
"60 | " +
"60 | " +
"180 | " +
"
" +
"" +
"Cheap Standard Triple Room" +
"" +
"" +
" | " +
" | " +
"availability: 3 | " +
" " +
" " +
" | " +
"69 | " +
"69 | " +
"69 | " +
"207 | " +
"
" +
"" +
"Quadruple Room" +
"" +
"" +
" | " +
" | " +
"availability: 1 | " +
" " +
" " +
" | " +
"99 | " +
"99 | " +
"99 | " +
"297 | " +
"
" +
"" +
"Cheap standard Quadruple Room" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"105 | " +
"105 | " +
"105 | " +
"315 | " +
"
" +
"
" +
"
";
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"
}