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("All local taxes, service and free city map. Payment cash only .", "All local taxes, service and a rich breakfast buffet.", "All local taxes, service and free city map. Payment cash only.", "All local taxes, service and a free city map . Payment cash only", "All local taxes, service and a rich breakfast buffet", "All local taxes, service and a free city map. Payment cash only")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, EUR | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"Special Offer Double Room (ONLY CASH PAYMENT)" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"50 | " +
"50 | " +
"50 | " +
"150 | " +
"
" +
"" +
"Standard Double / Twin Room" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"100 | " +
"100 | " +
"100 | " +
"300 | " +
"
" +
"" +
"Standard Triple Room" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"120 | " +
"120 | " +
"120 | " +
"360 | " +
"
" +
"" +
"Standard Quadruple Room" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"150 | " +
"150 | " +
"150 | " +
"450 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=12129&curr=EUR"
}