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("Cold continental buffet open from 7.30 to 11.00am, all taxes, daily service and city map. Car parking ONLY 10 Eur (instead of 20) with ratestogo bookings.", "ROOM ONLY - BREAKFAST NOT INCLUDED.
Car parking in the garage EUR 20,00.
CANCELLATION AND OR MODIFY NOT ALLOWED, 100% OF PENALTY OF TOTAL AMOUNT OF BOOKING IN CASE OF NO-SHOW OR CANCELLATION.", "Buffet breakfast, Iva Tax, service and city map. Car parking in the garage below of the hotel EUR 20.00 per day 0/24hours", "Buffet breakfast, Iva Tax, service, city map and FREE car parking, FREE room service, FREE internet connection, FREE local calls, FREE minibar drinks and bisquits", "buffet breakfast, taxes, service, city map. car parking 20 EUR per day.", "Self/catering, Bed and bath linen, all taxes, elettrical and water consumptions, final cleaning, 1 weekly change ONLY.
CANCELLATIONS NOT ALLOWED, NO CHANGE, PENALTY FULL AMOUNT FULL LENGHT OF STAY", "PACKAGE: breakfast, 1 time x person ticket with res for UFFIZI Gallery, 1 time x person ticket for turistic bus valid 24hours, 1 time x person Diner in trattoria local wine included, taxes & service.", "Daily self breakfast equipments, car parking, internet access, selection of wines and soft drink, all taxes and service.", "Cold continental buffet from 7.30 to 11am, all taxes and service, city map. Car parking Eur 20,00 per day, WI-FI Eur 15,00 per lenght of stay.")
function GetLastMinOfferHTML()
{
var lmoHTML =
"" +
"
" +
"" +
"| Room | " +
"Room Rate, EUR | " +
"Total | " +
"
" +
"" +
"Mon 23-Nov | " +
"Tue 24-Nov | " +
"Wed 25-Nov | " +
"
" +
"" +
"Single Room - Business" +
"" +
"" +
" | " +
" " +
" " +
" | " +
"39 | " +
"39 | " +
"sold 39 | " +
"117 | " +
"
" +
"" +
"Unit Seasonal Special OFFER" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"55 | " +
"55 | " +
"10 | " +
"120 | " +
"
" +
"" +
"Run of the HOUSE - NON REFUNDABLE - UP 6 pax" +
"" +
"" +
" | " +
" | " +
"availability: 4 | " +
" " +
" " +
" | " +
"45 | " +
"45 | " +
"50 | " +
"140 | " +
"
" +
"" +
"Small Apartment - NON REFUNDABLE (Up to 6 people)" +
"" +
"" +
" | " +
" | " +
"availability: 4 | " +
" " +
" " +
" | " +
"45 | " +
"45 | " +
"60 | " +
"150 | " +
"
" +
"" +
"Double/Twin Room - Standard hotel room" +
"" +
"" +
" | " +
" | " +
"availability: 1 | " +
" " +
" " +
" | " +
"56 | " +
"56 | " +
"75 | " +
"187 | " +
"
" +
"" +
"Triple Room classic" +
"" +
"" +
" | " +
" | " +
"availability: 2 | " +
" " +
" " +
" | " +
"70 | " +
"70 | " +
"80 | " +
"220 | " +
"
" +
"" +
"Quadruple classic room" +
"" +
"" +
" | " +
" | " +
"availability: 1 | " +
" " +
" " +
" | " +
"81 | " +
"81 | " +
"120 | " +
"282 | " +
"
" +
"" +
"Classic standard room, Uffizi PACKAGE" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"98 | " +
"98 | " +
"98 | " +
"294 | " +
"
" +
"" +
"Double/Twin Room - Executive" +
"" +
"" +
" | " +
" | " +
"availability: 5 | " +
" " +
" " +
" | " +
"105 | " +
"105 | " +
"105 | " +
"315 | " +
"
" +
"" +
"SUITE EXECUTIVE - up to 6 pax sleep" +
"" +
"" +
" | " +
" | " +
"availability: 1 | " +
" " +
" " +
" | " +
"155 | " +
"155 | " +
"188 | " +
"498 | " +
"
" +
"
" +
"
";
return lmoHTML;
}
//book button redirection
function LBook(rtID) {
location = "/SelectionsLinkRTG.asp?RoomTypeID=" + rtID + "&inDate=2009-11-23&outDate=2009-11-26&hotelid=10199&curr=EUR"
}