calendarHREF='http://www.lastminute.com/site/main/calendar.html';
			document.write('<'+'iframe style="position:absolute;width:'+calWidth+'px;height:'+calHeight+'px;left:34px;top:-500px;z-index:100;" noresize frameborder="0" scrolling="no" id="cIframe" name="cIframe" src="javascript:\'Loading...\'"><'+'/iframe>');
			//start,end,form,day1,month1,day2,month2
			var theDate = new Date();
			var endDate = new Date();
			var millisecs = theDate.getTime() + 86400000;
			theDate = new Date(millisecs);
			theDate = theDate.getDate()+'/'+(theDate.getMonth()+1)+'/'+theDate.getFullYear()
			endDate = endDate.getDate()+'/'+(endDate.getMonth()+10)+'/'+endDate.getFullYear()
			startUpCalendar(theDate,endDate,cookieFormName,'date_out_day','date_out_month','date_in_day','date_in_month');
            if(typeof lm == 'object' && typeof lm.form == 'object'){
                var formUtility = new lm.form.utility(cookieFormName);
                formUtility.validate = [
	                {referring_element:'destination', message:'Please <strong class=\"text_highlight\">enter destination</strong>.', evaluate:nonValidDestination},
	                {referring_element:'date_in_day', message:'Sorry, you must choose a return date that occurs after your departure date.  Please also note that we can only take flight bookings 330 days in advance.', evaluate:nonValidReturnDate},
	                {referring_element:'DPNOA', message:'Please select less than 10 passengers - for larger groups please call 0871 222 5969.', evaluate:nonValidPassengersNumber},
	                {referring_element:'DPDAP', message:'Sorry, you seem to have selected the same destination and departure points.  Please change one and try again.', evaluate:Destination_equal_Departure}
                ];
                formUtility.remember = {
                    p:['DPDAP', 'DPCLS', 'DPNOA', 'DPNOS', 'DPNOC', 'DPNOI'],
                    s:['destination', 'date_out_day', 'date_out_month', 'DPODT', 'date_in_day', 'date_in_month', 'DPIDT', 'DPDIR']
                };
                formUtility.recentlySearch = true;
            }