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("This Private Room has 2 twin size beds with pvt bathroom. Center add person per 15Location off Metro", "This is a single dorm bed in in a room of 6 beds with shared bathroom.", "pvt room for 1 person single bed add another person 15 Euro", "Basic private room for 2 people in 1 double bed, shared bathrrom")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, EUR | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"Mixed Dorm Bed in Shared Room" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"19 | " +
"19 | " +
"19 | " +
"57 | " +
"
" +
"" +
"Double Bed Pvt Room Shared bathroom" +
"" +
"" +
" | " +
" | " +
"availability: 3 | " +
" " +
" " +
" | " +
"53 | " +
"53 | " +
"53 | " +
"159 | " +
"
" +
"" +
"Pvt Single room shared bathroom" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"56 | " +
"56 | " +
"56 | " +
"168 | " +
"
" +
"" +
"2 Beds Private Room with Bathroom" +
"" +
"" +
" | " +
" | " +
"availability: 1 | " +
" " +
" " +
" | " +
"69 | " +
"69 | " +
"69 | " +
"207 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=55617&curr=EUR"
}