<!--
    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()
	category='citybreaks';
    startUpCalendar(theDate,endDate,cookieFormName,'date_out_day','date_out_month','date_in_day','date_in_month');
    CookieForms('open', cookieFormName, 'departurePoint', 'class', 'adults', 'seniors', 'children', 'infants', 'destination','departureDateDay','departureDateMonth','departure_time','returnDateDay','returnDateMonth','return_time','class','carrier');
  //-->
