var FblibConf=[];FblibConf.FBRESA="https://redirect.fastbooking.com/DIRECTORY/";FblibConf.googleAnalytics={useGa:!1,asynch:!1,varName:"pageTracker"};FblibConf.bookingForms=[];var log={};log.toggle=log.move=log.resize=log.clear=log.debug=log.info=log.warn=log.error=log.err=log.profile=typeof console!=="undefined"&&typeof console.log!=="undefined"?console.log:function(){}; if(typeof console!=="undefined"&&typeof console.error!=="undefined"&&typeof console.debug!=="undefined"&&typeof console.info!=="undefined"&&typeof console.warn!=="undefined"&&typeof console.profile!=="undefined")log=console,log.err=console.error;log={};log.toggle=log.move=log.resize=log.clear=log.debug=log.info=log.warn=log.error=log.err=log.profile=function(){};function FBBFDates(){log.debug("FBBFDates.constructor")}FBBFDates.prototype.getDateObject=function(){log.debug("FBBFDates.getDateObject")}; FBBFDates.prototype.getDate=function(){log.debug("FBBFDates.getDate")};FBBFDates.prototype.getMonth=function(){log.debug("FBBFDates.getMonth")};FBBFDates.prototype.getFullYear=function(){log.debug("FBBFDates.getFullYear")};FBBFDates.prototype.setDateObject=function(a){log.debug("FBBFDates.setDateObject");return a===null?!1:(this.setDate(a.getDate()),this.setMonth(a.getMonth()),this.setFullYear(a.getFullYear()),!0)}; FBBFDates.prototype.addDays=function(a){typeof a!="number"&&(a=parseInt(a,10));log.debug("FBBFDates.addDays");var b=this.getDateObject();return b!==null?(b=FBBFDates.addDays(b,a),this.setDateObject(b)):!1};FBBFDates.prototype.setDate=function(){log.debug("FBBFDates.setDate")};FBBFDates.prototype.setMonth=function(){log.debug("FBBFDates.setMonth")};FBBFDates.prototype.setFullYear=function(){log.debug("FBBFDates.setFullYear")};FBBFDates.prototype.initializeBf=function(){log.debug("FBBFDates.initializeBf")}; FBBFDates.daysInMonth=function(a,b){log.debug("FBBFDates.daysInMonth ("+a+","+b+")");return 32-(new Date(b,a,32)).getDate()};FBBFDates.addDays=function(a,b){typeof b!="number"&&(b=parseInt(b,10));log.debug("FBBFDates.addDays("+b+")");a.setDate(a.getDate()+b);return a}; FBBFDates.parseDate=function(a,b){if(FBBFDates.constructor==Date)return new Date(a);for(var c=FBBFDates.split(/\W+/),d=b.split(/\W+/),e,f=0;f=12&&(e-=12);break;case "M":parseInt(c[f],10)}}; FBBFDates.formatDate=function(a,b){return(b||"dd/mm/yy").split("yyyy").join(a.getFullYear()).split("yy").join((a.getFullYear()+"").substring(2)).split("mm").join(FBBFDates._zeroPad(a.getMonth()+1)).split("dd").join(FBBFDates._zeroPad(a.getDate()))};FBBFDates._zeroPad=function(a){a="0"+a;return a.substring(a.length-2)};function ArrivalDate(a){this.fblib=a;log.debug("ArrivalDate.constructor");this.BFC=this.fblib.configuration;this.bookingForm=this.fblib.form}ArrivalDate.prototype=new FBBFDates; ArrivalDate.prototype.constructor=ArrivalDate;ArrivalDate.prototype.getDateObject=function(){log.debug("ArrivalDate.getDateObject");var a=new Date(this.getFullYear(),this.getMonth()-1,this.getDate());return this.getMonth()==a.getMonth()+1&&this.getDate()==a.getDate()&&this.getFullYear()==a.getFullYear()?a:null}; ArrivalDate.prototype.setDateObject=function(a){log.debug("ArrivalDate.setDateObject");return a===null?!1:(this.setDate(a.getDate()),this.setMonth(a.getMonth()+1),this.setFullYear(a.getFullYear()),!0)};ArrivalDate.prototype.getMonth=function(){log.debug("ArrivalDate.getMonth");return parseInt(this.bookingForm._getArrivalMonth().value,10)}; ArrivalDate.prototype.setMonth=function(a){log.debug("ArrivalDate.setMonth");this.BFC.type=="hidden"?this.bookingForm._getArrivalMonth().value=a:this.bookingForm._getArrivalMonth().selectedIndex=a-1};ArrivalDate.prototype.getDate=function(){log.debug("ArrivalDate.getDate");return parseInt(this.bookingForm._getArrivalDay().value,10)}; ArrivalDate.prototype.setDate=function(a){log.debug("ArrivalDate.setDate");this.BFC.type=="hidden"?this.bookingForm._getArrivalDay().value=a:this.bookingForm._getArrivalDay().selectedIndex=a-1};ArrivalDate.prototype.getFullYear=function(){log.debug("ArrivalDate.getFullYear");return parseInt(this.bookingForm._getArrivalYear().value,10)}; ArrivalDate.prototype.setFullYear=function(a){log.debug("ArrivalDate.setFullYear");this.BFC.type=="hidden"?this.bookingForm._getArrivalYear().value=a:this.bookingForm._getArrivalYear().selectedIndex=a-(new Date).getFullYear()}; ArrivalDate.prototype.initializeBf=function(){log.debug("ArrivalDate.initializeBf");var a=new Date;if(this.BFC.type=="hidden")this.setDate(a.getDate()),this.setMonth(a.getMonth()+1),this.setFullYear(a.getFullYear());else{var a=a.getFullYear(),b=new Option(a,a,!0,!0);this.bookingForm._getArrivalYear().options[0]=b;a=new Option(a+1,a+1,!1,!1);this.bookingForm._getArrivalYear().options[1]=a;this.bookingForm._getArrivalDay().length=0;for(a=1;a<=31;a++)b=null,b=a==1?new Option(a,a,!0,!0):new Option(a, a,!1,!1),this.bookingForm._getArrivalDay().options[a-1]=b}};function DepartureDate(a){log.debug("DepartureDate.constructor");this.arrivalDate=a.form.getArrivalDate();this.BFC=a.configuration;this.bookingForm=a.form;this.fblibInstance=a}DepartureDate.prototype=new FBBFDates;DepartureDate.prototype.constructor=DepartureDate; DepartureDate.prototype.getDateObject=function(){log.debug("DepartureDate.getDateObject");var a=new Date(this.getFullYear(),this.getMonth()-1,this.getDate());return this.getMonth()==a.getMonth()+1&&this.getDate()==a.getDate()&&this.getFullYear()==a.getFullYear()?a:null};DepartureDate.prototype.getMonth=function(){log.debug("DepartureDate.getMonth");return parseInt(this.bookingForm._getDepartureMonth().value,10)}; DepartureDate.prototype.setMonth=function(a){log.debug("DepartureDate.setMonth");this.BFC.type=="hidden"?this.bookingForm._getDepartureMonth().value=a:this.bookingForm._getDepartureMonth().selectedIndex=a-1};DepartureDate.prototype.getDate=function(){log.debug("DepartureDate.getDate");return parseInt(this.bookingForm._getDepartureDay().value,10)}; DepartureDate.prototype.setDate=function(a){log.debug("DepartureDate.setDate");this.BFC.type=="hidden"?this.bookingForm._getDepartureDay().value=a:this.bookingForm._getDepartureDay().selectedIndex=a-1};DepartureDate.prototype.getFullYear=function(){log.debug("DepartureDate.getFullYear");return parseInt(this.bookingForm._getDepartureYear().value,10)}; DepartureDate.prototype.setFullYear=function(a){log.debug("DepartureDate.setFullYear");this.BFC.type=="hidden"?this.bookingForm._getDepartureYear().value=a:this.bookingForm._getDepartureYear().selectedIndex=a-(new Date).getFullYear()};DepartureDate.prototype.setDateObject=function(a){log.debug("DepartureDate.setDateObject");return a===null?!1:(this.setDate(a.getDate()),this.setMonth(a.getMonth()+1),this.setFullYear(a.getFullYear()),!0)}; DepartureDate.prototype.initializeBf=function(){log.debug("DepartureDate.initializeBf");var a=new Date;if(this.BFC.type=="hidden")this.setDate(a.getDate()),this.setMonth(a.getMonth()+1),this.setFullYear(a.getFullYear());else{a=a.getFullYear();this.form.toyear.options[0]=new Option(a,a,!0,!0);this.form.toyear.options[1]=new Option(a+1,a+1,!1,!1);this.bookingForm._getDepartureDay().length=0;for(a=1;a<=31;a++){var b=null,b=a==1?new Option(a,a,!0,!0):new Option(a,a,!1,!1);this.bookingForm._getDepartureDay().options[a- 1]=b}var c=this.bookingForm._getDepartureDay().onchange,d=this.fblibInstance;this.bookingForm._getDepartureDay().onchange=function(){typeof c=="undefined"||c===null?log.debug("DepartureDateNbNights.iniitializeBf tmp1 is undefined"):c();d.updateDeparture()};var e=this.bookingForm._getDepartureMonth().onchange;this.bookingForm._getDepartureMonth().onchange=function(){typeof e=="undefined"||e===null?log.debug("DepartureDateNbNights.iniitializeBf tmp2 is undefined"):e();d.updateDeparture()};var f=this.bookingForm._getDepartureYear().onchange; this.bookingForm._getDepartureYear().onchange=function(){typeof f=="undefined"||f===null?log.debug("DepartureDateNbNights.iniitializeBf tmp3 is undefined"):f();d.updateDeparture()}}};function DepartureDateNbNights(a){log.debug("DepartureDateNbNights.constructor");this.bookingForm=a.form;this.fblibInstance=a;this.arrivalDate=a.form.getArrivalDate()}DepartureDateNbNights.prototype=new FBBFDates;DepartureDateNbNights.prototype.constructor=DepartureDateNbNights; DepartureDateNbNights.prototype.getDateObject=function(){log.debug("DepartureDateNbNights.getDateObject");var a=this.arrivalDate.getDateObject();if(a===null)return null;var b=this.bookingForm._getDepartureNbNights().options[this.bookingForm._getDepartureNbNights().selectedIndex].value;return a=FBBFDates.addDays(a,b)}; DepartureDateNbNights.prototype.setDateObject=function(a){log.debug("DepartureDateNbNights.setDateObject");if(a===null)return!1;a-=this.bookingForm._getArrivalDate().getDateObject();if(a<0)this.bookingForm._getDepartureNbNights().selectedIndex=0;else for(var a=Math.round(a/864E5),b=this.bookingForm._getDepartureNbNights().options,c=0;chookEvent called with element undefined: fireName="+c);else{var f=this;typeof a[b]!="undefined"?typeof d!="undefined"&&e===!0?f.formEventsManager.add(c,d):f.formEventsManager.add(c,a[b]):typeof d!="undefined"&&f.formEventsManager.add(c,d);a[b]=function(){f.formEventsManager.fire(c)}}};FBForm.prototype.getDomForm=function(){return this.domEl}; FBForm.getElementsByClassName=function(a,b){b||(b=document.getElementsByTagName("body")[0]);for(var c=[],d=RegExp("\\b"+a+"\\b"),e=b.getElementsByTagName("*"),f=0,j=e.length;f0&&(this.cache[a]=b[0])));return this.cache[a]}; FBForm.prototype._getAdults=function(){return this.getElement("adults","bf_adults","adulteresa")};FBForm.prototype._getIata=function(){return this.getElement("iata","bf_iatacode","AccessCode")};FBForm.prototype._getChildrens=function(){return this.getElement("children","bf_childrens","enfantresa")};FBForm.prototype._getArrivalDate=function(){return this.arrivalDate};FBForm.prototype._getDepartureDate=function(){return this.departureDate}; FBForm.prototype._getOptions=function(){return this.getElement("options","bf_options")};FBForm.prototype._getBookNow=function(){return this.getElement("booknow","bf_booknow")};FBForm.prototype._getCancel=function(){return this.getElement("cancel","bf_cancel")};FBForm.prototype._getArrivalDay=function(){return this.getElement("arrival_day","bf_arrival_day","fromday")};FBForm.prototype._getArrivalMonth=function(){return this.getElement("arrival_month","bf_arrival_month","frommonth")}; FBForm.prototype._getArrivalYear=function(){return this.getElement("arrival_year","bf_arrival_year","fromyear")};FBForm.prototype._getDepartureDay=function(){return this.getElement("departure_day","bf_departure_day","today")};FBForm.prototype._getDepartureMonth=function(){return this.getElement("departure_month","bf_departure_month","tomonth")};FBForm.prototype._getDepartureYear=function(){return this.getElement("departure_year","bf_departure_year","toyear")}; FBForm.prototype._getDepartureNbNights=function(){return this.getElement("departure_nbnights","bf_departure_nbnights","nbdays")};FBForm.prototype._getClusterName=function(){return this.getElement("clusternames","bf_clusternames","Clusternames")};FBForm.prototype._getHotelName=function(){return this.getElement("clusternames","bf_clusternames","Hotelnames")};FBForm.prototype.getHotelName=function(){return typeof this._getHotelName()!="undefined"?this._getHotelName().value:""}; FBForm.prototype.getAdults=function(){return typeof this._getAdults()!="undefined"?this._getAdults().value:1};FBForm.prototype.getChildrens=function(){return typeof this._getChildrens()!="undefined"?this._getChildrens().value:0};FBForm.prototype.getArrivalDate=function(){return this.arrivalDate};FBForm.prototype.getDepartureDate=function(){return this.departureDate};FBForm.prototype.getIata=function(){return typeof this._getIata()!="undefined"?this._getIata().value:""}; FBForm.prototype.getClusterName=function(){return typeof this._getClusterName()!="undefined"?this._getClusterName().value:""};FBForm.prototype.getHotelName=function(){return typeof this._getHotelName()!="undefined"?this._getHotelName().value:""};FBForm.prototype.setAction=function(a){this.domEl.action=a};FBForm.prototype.getAction=function(){return this.domEl.action}; FBForm.prototype.getUrl=function(){for(var a=this.getAction(),b=0;b0&&FbFulltrack.dname.length>0)FbFulltrack.refname=escape(FbFulltrack.refname),FbFulltrack.dname=escape(FbFulltrack.dname),FbFulltrack.crefname=escape(FbFulltrack.crefname),FbFulltrack.cdname=escape(FbFulltrack.cdname),FbFulltrack.image=new Image(1,1),FbFulltrack.image.src="https://tracking.fastbooking.net/fullorigin.phtml?origin="+FbFulltrack.refname+"&dname="+FbFulltrack.dname+"&crefname="+FbFulltrack.crefname+"&cdname="+FbFulltrack.cdname; if(FbFulltrack.dname!=FbFulltrack.refname&&FbFulltrack.dname.length>0)FbFulltrack.image=new Image(1,1),FbFulltrack.image.src="https://tracking.fastbooking.net/visit.phtml?dname="+FbFulltrack.dname;log.profile("fbfulltrack");function DOM_helper(){}DOM_helper.getFirstElementByClassName=function(a,b){if(typeof jQuery!=="undefined"){var c=jQuery(b).find("."+a).eq(0);if(typeof c!=="undefined"&&c.length>0)return c[0]}else return c=FBForm.getElementsByClassName(a,b),c[0]}; function inject_html(a,b,c){typeof a==="undefined"||a==null?log.error("container is null or undefined"):c=="before"?a.innerHTML=b+a.innerHTML:a.innerHTML+=b}DOM_helper.inject_html=inject_html; DOM_helper.inject_attribute=function(a,b,c){if(typeof a==="undefined"||a==null)log.error("element is null or undefined"+a+" attr_name: "+b);else if(typeof jQuery!=="undefined")jQuery(a).attr(b,c);else if(a.setAttribute(b,c),typeof a[b]==="undefined"||a[b]!=c)try{a[b]=c}catch(d){b=="style"?(a.style.cssText=c,log.warn("IE Fallback"+b)):log.error("IE Error :(")}}; DOM_helper.import_js=function(a,b,c){var d=document.getElementsByTagName("script");if(typeof d!=="undefined")for(var e=d.length-1;e>=0&&(typeof jsScript==="undefined"||jsScript==null);e--)if(d[e].src==a){DOM_helper.wait_for_script_load(b,c);return}typeof c!=="undefined"&&DOM_helper.wait_for_script_load(b,c);b=document.createElement("script");b.setAttribute("type","text/javascript");b.setAttribute("src",a);(a=document.getElementsByTagName("head")[0])?a.appendChild(b):document.body.appendChild(b)}; DOM_helper.import_css=function(a){var b=document.createElement("link");b.setAttribute("rel","stylesheet");b.setAttribute("type","text/css");b.setAttribute("media","screen");b.setAttribute("href",a);(a=document.getElementsByTagName("head")[0])?a.appendChild(b):document.body.appendChild(b)};DOM_helper.isLoaded=function(a){if(typeof a==="string"){if(typeof document[a]!=="undefined"||typeof window[a]!=="undefined")return!0}else if(a())return!0;return!1}; DOM_helper.wait_for_script_load=function(a,b){var c=setInterval(function(){DOM_helper.isLoaded(a)&&(clearInterval(c),b())},50)};function BookingFormType(a){this.type=typeof BookingFormType.types[a]==="undefined"?BookingFormType.types.one_line_nbdays:BookingFormType.types[a]}BookingFormType.types={};BookingFormType.prototype.getHTML=function(a){var b=this.type.html,c;for(c in a)b=b.replace(":"+c+":",a[c]);return b};BookingFormType.prototype.hasNBDays=function(){return this.type.nbdays}; BookingFormType.prototype.selectType=function(){return this.type.select_type}; BookingFormType.types.one_line_nbdays={html:'

',select_type:"select", nbdays:!0}; BookingFormType.types.one_line_nbdays_with_labels={html:'

:arrival:
:nights:
:adults:
:children:
:iata:
',select_type:"select", nbdays:!0}; BookingFormType.types.one_line_simplest={html:'

',select_type:"select", nbdays:!0}; BookingFormType.types.one_line_nbdays_2datepickers={html:'

',select_type:"select", nbdays:!0};function BF_languages(){}BF_languages.lingue={en:{arrival:"Arrival",all:"Select an Hotel",nights:"Nights",adults:"Adults",children:"Children",iata:"IATA Code",onlinebooking:"Online Booking",fblangcode:"uk",booknow:"Book Now",options:"Options",cancel:"Cancel",cancel_error:"Please select an hotel first!",mese:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]}}; BF_languages.getLanguage=function(a){return typeof a==="undefined"?BF_languages.getLanguage(BF_languages.getBrowserLanguage()):typeof BF_languages.lingue[a]==="undefined"?BF_languages.lingue.en:BF_languages.lingue[a]}; BF_languages.getBrowserLanguage=function(){var a="en";if(typeof document.navigator!=="undefined")if(typeof document.navigator.userLanguage!=="undefined")a=document.navigator.userLanguage,a=a.indexOf("-")!=-1?a.substring(0,a.indexOf("-")):a;else if(typeof document.navigator.browserLanguage!=="undefined")a=document.navigator.browserLanguage,a=a.indexOf("-")!=-1?a.substring(0,a.indexOf("-")):a;return a};BF_languages.prototype._$_=BF_languages.getLanguage; BF_languages.lingue.ar={arrival:"\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0648\u0635\u0648\u0644",nights:"\u0644\u064a\u0627\u0644",adults:"\u0627\u0644\u0643\u0628\u0627\u0631",children:"\u0627\u0644\u0623\u0637\u0641\u0627\u0644",iata:"IATA \u0631\u0645\u0632",onlinebooking:"\u0627\u0644\u062d\u062c\u0632 \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a",fblangcode:"arab",booknow:"\u0627\u0644\u0643\u062a\u0627\u0628 \u0627\u0644\u0622\u0646",options:"\u062e\u064a\u0627\u0631\u0627\u062a", cancel:"\u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u062d\u062c\u0632",cancel_error:"",mese:[]};BF_languages.lingue.cz={arrival:"Pr\u00edjezd",all:"V\u0161e",nights:"Noc\u00ed",adults:"Dospel\u00ed",children:"Deti",iata:"IATA k\u00f3d",onlinebooking:"On-line rezervace",fblangcode:"czech",booknow:"Rezervovat",options:"Mo\u017enosti",cancel:"Zru\u0161it",cancel_error:"Pros\u00edm vyberte hotel!",mese:["Led","\u00fano","Bre","Dub","Kve","cer","cer","Srp","z\u00e1r","r\u00edj","Lis","Pro"]}; BF_languages.lingue.de={arrival:"Ankunft",all:"Alle Hotels",nights:"N\u00e4chte",adults:"Erwach",children:"Kinder",iata:"IATA-Code",onlinebooking:"Buchen Sie online",fblangcode:"germany",booknow:"Buchen",options:"Optionen",cancel:"L\u00f6schen",cancel_error:"Bitte w\u00e4hlen Sie einen Hotel First!",mese:["Jan","Febr","M\u00e4rz","April","Mai","Juni","Juli","Aug","Sept","Okt","Nov","Dez"]}; BF_languages.lingue.dk={arrival:"Ankomst",all:"Alle",nights:"N\u00e6tter",adults:"Voksne",children:"B\u00f8rn",iata:"IATA-koden",onlinebooking:"Booking online",fblangcode:"dansk",booknow:"book nu",options:"Valgmuligheder",cancel:"Afbestil",cancel_error:"V\u00e6lg et hotel!",mese:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Aug","Sep","Okt","Nov","Dec"]}; BF_languages.lingue.es={arrival:"D\u00eda de Llegada",all:"Todos",nights:"Noches",adults:"Adultos",children:"Ni\u00f1o",iata:"C\u00f3digo IATA",onlinebooking:"Reservas Online",fblangcode:"spain",booknow:"Reserva",options:"Opciones",cancel:"Cancelar",cancel_error:"Por favor, seleccione un hotel de primera!",mese:["Jan","Feb","Mar","Abr","May","Jun","Jul","Ago","Sep","Oct","Nov","Dic"]}; BF_languages.lingue.fa={arrival:"\u0648\u0631\u0648\u062f",all:"\u062a\u0645\u0627\u0645",nights:"\u0634\u0628",adults:"\u0628\u0632\u0631\u06af\u0633\u0627\u0644\u0627\u0646",children:"\u0641\u0631\u0632\u0646\u062f\u0627\u0646",iata:"\u06a9\u062f IATA",onlinebooking:"\u0631\u0632\u0631\u0648 \u0622\u0646\u0644\u0627\u06cc\u0646",fblangcode:"uk",booknow:"\u0627\u06cc\u0646 \u06a9\u062a\u0627\u0628 \u062f\u0631 \u062d\u0627\u0644 \u062d\u0627\u0636\u0631",options:"\u06af\u0632\u06cc\u0646\u0647 \u0647\u0627", cancel:"\u0644\u063a\u0648",cancel_error:"\u0644\u0637\u0641\u0627 \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0646\u06cc\u062f \u0647\u062a\u0644!",mese:["Jan","Feb","Maa","Apr","Mei","Jun","Jul","Aug","Sep","Okt","Nov","Dec"]}; BF_languages.lingue.fi={arrival:"Saapuminen",all:"Kaikki",nights:"Nights",adults:"Aikuiset",children:"Lapset",iata:"IATA koodi",onlinebooking:"Online varaukset",fblangcode:"finnish",booknow:"Varaa nyt",options:"Options",cancel:"Peruuttaa",cancel_error:"Valitse hotelli!",mese:["Tam","Hel","Maa","Huh","Tou","Kes","Hei","Elo","Syy","Lok","Mar","Jou"]}; BF_languages.lingue.fr={arrival:"Arriv\u00e9e",all:"Les H\u00f4tels",nights:"Nuits",adults:"Adultes",children:"Enfants",iata:"Code Promo",onlinebooking:"R\u00e9servez en Ligne",fblangcode:"france",booknow:"R\u00e9server",options:"Options",cancel:"Annuler",cancel_error:"S'il vous pla\u00eet s\u00e9lectionner un h\u00f4tel!",mese:["Jan","Fev","Mars","Avr","Mai","Juin","Juil","Aout","Sept","Oct","Nov","Dec"]}; BF_languages.lingue.gr={arrival:"\u03ac\u03c6\u03b9\u03be\u03b7",all:"\u03cc\u03bb\u03b1",nights:"\u039d\u03cd\u03c7\u03c4\u03b5\u03c2",adults:"\u0395\u03bd\u03ae\u03bb\u03b9\u03ba\u03b5\u03c2",children:"\u03c0\u03b1\u03b9\u03b4\u03b9\u03ac",iata:"IATA \u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2",onlinebooking:"\u039a\u03c1\u03b1\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2",fblangcode:"greek",booknow:"\u039a\u03ac\u03bd\u03c4\u03b5 \u03ba\u03c1\u03ac\u03c4\u03b7\u03c3\u03b7 \u03c4\u03ce\u03c1\u03b1",options:"\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03c2", cancel:"\u0391\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7",cancel_error:"\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03be\u03b5\u03bd\u03bf\u03b4\u03bf\u03c7\u03b5\u03af\u03bf!",mese:["\u0399\u03b1\u03bd","\u03a6\u03b5\u03b2","\u039c\u03ac\u03c1","\u0391\u03c0\u03c1","\u039c\u03ac\u03b9","\u0399\u03bf\u03cd","\u0399\u03bf\u03cd","\u0391\u03cd\u03b3","\u03a3\u03b5\u03c0","\u039f\u03ba\u03c4","\u039d\u03bf\u03ad","\u0394\u03b5\u03ba"]}; BF_languages.lingue.hk={arrival:"\u5230\u9054",all:"\u6240\u6709",nights:"\u591c",adults:"\u6210\u4eba",children:"\u5152\u7ae5",iata:"\u63a8\u5ee3\u4ee3\u78bc",onlinebooking:"\u5728\u7dda \u9810\u8a02",fblangcode:"chinatrad",booknow:"\u9810\u8a02",options:"\u9078\u9805",cancel:"\u53d6\u6d88",cancel_error:"\u8acb\u9996\u5148\u9078\u64c7\u4e00\u500b\u9152\u5e97!",mese:["\u4e00\u6708","\u4e8c\u6708","\u4e09\u6708","\u56db\u6708","\u4e94\u6708","\u516d\u6708","\u4e03\u6708","\u516b\u6708","\u4e5d\u6708", "\u5341\u6708","\u5341\u4e00\u6708","\u5341\u4e8c\u6708"]};BF_languages.lingue.hr={arrival:"Dolazak",all:"Sve",nights:"Noci",adults:"Odrasle",children:"Dijete",iata:"IATA kod",onlinebooking:"Online Rezervacija",fblangcode:"croate",booknow:"Rezervirajte",options:"Opcije",cancel:"Otkazati",cancel_error:"Odaberite hotel!",mese:["Sij","Vel","O\u017eu","Tra","Svi","Lip","Srp","Kol","Ruj","Lis","Stu","Pro"]}; BF_languages.lingue.hu={arrival:"\u00e9rkez\u00e9s",all:"minden",nights:"\u00e9jszaka",adults:"Feln\u0151ttek",children:"Gyerekek",iata:"IATA k\u00f3d",onlinebooking:"Online foglal\u00e1s",fblangcode:"hungria",booknow:"Foglaljon most",options:"Be\u00e1ll\u00edt\u00e1sok",cancel:"M\u00e9gse",cancel_error:"K\u00e9rj\u00fck, v\u00e1lasszon ki egy sz\u00e1llod\u00e1ban!",mese:["Jan","Feb","M\u00e1r","\u00e1pr","M\u00e1j","J\u00fan","j\u00fal","Aug","Sze","Okt","Nov","Dec"]}; BF_languages.lingue.is={arrival:"Koma",all:"Allar",nights:"n\u00e6tur",adults:"Fullor\u00f0nir",children:"B\u00f6rn",iata:"IATA k\u00f3\u00f0i",onlinebooking:"Innbl\u00e1stur",fblangcode:"islensk",booknow:"B\u00f3ka\u00f0u n\u00fana",options:"Valkostir",cancel:"H\u00e6tta",cancel_error:"Vinsamlegast veldu h\u00f3tel!",mese:["Jan","Feb","Mar","Apr","Ma\u00ed","j\u00fan","j\u00fal","\u00e1g\u00fa","Sep","Okt","N\u00f3v","Des"]}; BF_languages.lingue.it={arrival:"Arrivo",all:"Tutti",nights:"Notti",adults:"Adulti",children:"Bambini",iata:"Codice IATA",onlinebooking:"Prenota Online",fblangcode:"italy",booknow:"Prenota Ora",options:"Opzioni",cancel:"Cancella",cancel_error:"Perfavore seleziona un hotel!",mese:["Gen","Feb","Mar","Apr","Mag","Giu","Lug","Ago","Set","Ott","Nov","Dic"]}; BF_languages.lingue.jp={arrival:"\u5230\u7740",all:"\u3059\u3079\u3066",nights:"\u591c",adults:"\u5927\u4eba",children:"\u5b50\u4f9b",iata:"IATA\u30b3\u30fc\u30c9",onlinebooking:"\u30aa\u30f3\u30e9\u30a4\u30f3\u4e88\u7d04",fblangcode:"japan",booknow:"\u4eca\u3059\u3050\u4e88\u7d04\u3059\u308b",options:"\u30aa\u30d7\u30b7\u30e7\u30f3",cancel:"\u30ad\u30e3\u30f3\u30bb\u30eb",cancel_error:"\u30db\u30c6\u30eb\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044",mese:["\u4e00\u6708","\u4e8c\u6708","\u4e09\u6708", "\u56db\u6708","\u4e94\u6708","\u516d\u6708","\u4e03\u6708","\u516b\u6708","\u4e5d\u6708","\u5341\u6708","\u5341\u4e00\u6708","\u5341\u4e8c\u6708"]};BF_languages.lingue.ja=BF_languages.lingue.jp; BF_languages.lingue.ko={arrival:"\ub3c4\ucc29",all:"\uc804\uccb4",nights:"\ub098\uc774\ud2b8",adults:"\uc131\uc778",children:"\uc5b4\ub9b0\uc774",iata:"IATA \ucf54\ub4dc",onlinebooking:"\uc628\ub77c\uc778 \uc608\uc57d",fblangcode:"coreen",booknow:"\uc9c0\uae08 \uc608\uc57d",options:"\uc635\uc158",cancel:"\ucde8\uc18c",cancel_error:"! \uba3c\uc800 \ud638\ud154\uc744 \uc120\ud0dd\ud558\uc2ed\uc2dc\uc624",mese:["1\u00ec\u203a\u201d(JAN)","2\u00ec\u203a\u201d(FEB)","3\u00ec\u203a\u201d(MAR)","4\u00ec\u203a\u201d(APR)", "5\u00ec\u203a\u201d(MAY)","6\u00ec\u203a\u201d(JUN)","7\u00ec\u203a\u201d(JUL)","8\u00ec\u203a\u201d(AUG)","9\u00ec\u203a\u201d(SEP)","10\u00ec\u203a\u201d(OCT)","11\u00ec\u203a\u201d(NOV)","12\u00ec\u203a\u201d(DEC)"]}; BF_languages.lingue.nl={arrival:"Aankomst",all:"Alle",nights:"Nachten",adults:"Volwassenen",children:"Kinderen",iata:"IATA Code",onlinebooking:"Online boeken",fblangcode:"nether",booknow:"Boeken",options:"Opties",cancel:"Annuleren",cancel_error:"Selecteer eerst een hotel!",mese:["Jan","Feb","Maa","Apr","Mei","Jun","Jul","Aug","Sep","Okt","Nov","Dec"]}; BF_languages.lingue.no={arrival:"ankomst",all:"Alle",nights:"Netter",adults:"Voksne",children:"Barn",iata:"IATA-koden",onlinebooking:"Booking online",fblangcode:"norsk",booknow:"Bestill n\u00e5",options:"Opsjoner",cancel:"Avbryte",cancel_error:"Velg et hotell!",mese:["Jan","Feb","Mar","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Des"]}; BF_languages.lingue.pl={arrival:"Przyjazd",all:"Wszystko",nights:"Nocy",adults:"Doroslych",children:"Dziecko",iata:"Kod klienta",onlinebooking:"Rezerwacja",fblangcode:"poland",booknow:"zarezerwuj teraz",options:"Opcje",cancel:"anulowac",cancel_error:"Prosze wybrac hotel!",mese:["Sty","Mut","Mar","Kwi","Maj","Cze","Lip","Sie","Wrz","paz","Lis","Gru"]}; BF_languages.lingue.pt={arrival:"Chegada",all:"Todos",nights:"Noites",adults:"Adultos",children:"Crian\u00e7as",iata:"Iata C\u00f3digo",onlinebooking:"Reservas Online",fblangcode:"portuguese",booknow:"Reserve agora",options:"Op\u00e7\u00f5es",cancel:"Cancelar",cancel_error:"Por favor seleccione um hotel!",mese:["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez"]};BF_languages.lingue["pt-pt"]=BF_languages.lingue.pt; BF_languages.lingue.ru={arrival:"\u041f\u0440\u0438\u0435\u0437\u0434",all:"\u0432\u0441\u0435",nights:"\u043d\u043e\u0447\u044c\u044e",adults:"\u0412\u0437\u0440\u043e\u0441\u043b\u044b\u0435",children:"\u0434\u0435\u0442\u0438",iata:"\u041a\u043e\u0434 IATA",onlinebooking:"\u041e\u043d\u043b\u0430\u0439\u043d-\u0431\u0440\u043e\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435",fblangcode:"russian",booknow:"\u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u043d\u0430\u043b\u0438\u0447\u0438\u0435 \u043c\u0435\u0441\u0442", options:"\u043e\u043f\u0446\u0438\u0438",cancel:"\u041e\u0442\u043c\u0435\u043d\u0430",cancel_error:"\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043e\u0442\u0435\u043b\u044c \u043f\u0435\u0440\u0432\u044b\u043c!",mese:["\u042f\u043d\u0432","\u0424\u0435\u0432","\u041c\u0430\u0440","\u0410\u043f\u0440","\u041c\u0430\u0439","\u0418\u044e\u043d","\u0418\u044e\u043b","\u0410\u0432\u0433","\u0421\u0435\u043d","\u041e\u043a\u0442","\u041d\u043e\u044f", "\u0414\u0435\u043a"]};BF_languages.lingue.se={arrival:"Ankomst",all:"Alla",nights:"N\u00e4tter",adults:"Vuxna",children:"Barn",iata:"Kampanjkod",onlinebooking:"Boka online",fblangcode:"svensk",booknow:"Boka nu",options:"Alternativ",cancel:"Radera",cancel_error:"V\u00e4lj ett Hotel First!",mese:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Aug","Sep","Okt","Nov","Dec"]}; BF_languages.lingue.sl={arrival:"Prihod",all:"vse",nights:"No\u010di",adults:"Odrasli",children:"Otroci",iata:"IATA koda",onlinebooking:"Online Booking",fblangcode:"slovenian",booknow:"Knjiga zdaj",options:"Mo\u017enosti",cancel:"Prekli\u010di",cancel_error:"Prosimo, izberite hotel!",mese:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Avg","Sep","Okt","Nov","Dec"]}; BF_languages.lingue.tr={arrival:"Var\u0131\u015f",all:"T\u00fcm",nights:"Gece",adults:"Aeti\u015fkin",children:"\u00e7ocuklar",iata:"IATA Kodu",onlinebooking:"Online Rezervasyon",fblangcode:"turk",booknow:"\u015eimdi kitap",options:"Se\u00e7enekleri",cancel:"iptal",cancel_error:"Bir otel se\u00e7in!",mese:["Oca","\u015fub","Mar","nis","May","Haz","Tem","a\u011fu","Eyl","Eki","Kas","Ara"]}; BF_languages.lingue.sk={arrival:"Pr\u00edchod",all:"All",nights:"Po\u010det noc\u00ed",adults:"Po\u010det dospel\u00fdch",children:"Po\u010det det\u00ed",iata:"IATA kod",onlinebooking:"Rezervuj",fblangcode:"",booknow:"Rezervuj",options:"Mo\u017enosti",cancel:"Zru\u0161i\u0165",cancel_error:"Chyba",mese:["Jan","Feb","Mar","Apr","M\u00e1j","J\u00fan","Jul","Avg","Sep","Okt","Nov","Dec"]}; BF_languages.lingue.zh={arrival:"\u7684\u5230\u6765",all:"\u6240\u6709",nights:"\u591c",adults:"\u5927\u4eba",children:"\u5b69\u5b50",iata:"\u56fd\u9645\u822a\u7a7a\u8fd0\u8f93\u534f\u4f1a\uff08IATA\uff09\u4ee3\u7801",onlinebooking:"\u7f51\u4e0a\u9884\u8ba2",fblangcode:"china",booknow:"\u73b0\u5728\u9884\u8ba2",options:"\u9009\u9879",cancel:"\u53d6\u6d88",cancel_error:"\u8bf7\u9996\u5148\u9009\u62e9\u4e00\u4e2a\u9152\u5e97",mese:["\u4e00\u6708","\u4e8c\u6708","\u4e09\u6708","\u56db\u6708","\u4e94\u4e00", "\u541b","\u4e03\u6708","\u516b\u6708","\u4e5d\u6708","\u5341\u6708","\u5341\u4e00\u6708","\u5341\u4e8c\u6708"]};function FB_hotelname(a,b){this.hotelname=a;this.fb_hotelname=b}log.profile("bookingform"); function BookingForm(a){if(typeof a!=="undefined"){this.form_id=typeof Fblib.getFblibInstance("defaultBf")==="undefined"&&BookingForm.configurations.length==0?"defaultBf":"fbbf_"+Math.floor(Math.random()*1E6);this.type=new BookingFormType(a.type);this.customizations=typeof a.customizations==="undefined"?[]:a.customizations;if(typeof a.numberOfPeople!=="undefined"){var b={};b.minAdults=typeof a.numberOfPeople.minAdults!=="undefined"?a.numberOfPeople.minAdults:1;b.maxAdults=typeof a.numberOfPeople.maxAdults!== "undefined"?a.numberOfPeople.maxAdults:4;b.minChildrens=typeof a.numberOfPeople.minChildrens!=="undefined"?a.numberOfPeople.minChildrens:0;b.maxChildrens=typeof a.numberOfPeople.maxChildrens!=="undefined"?a.numberOfPeople.maxChildrens:2;this.numberOfPeople=b}else this.numberOfPeople={minAdults:1,maxAdults:4,minChildrens:0,maxChildrens:2};this.numberOfNights=typeof a.numberOfNights!="undefined"?a.numberOfNights:31;log.profile("Booking Form config: ");log.debug(this);BookingForm.addConf(this)}} BookingForm.configurations=[];BookingForm.addConf=function(a){BookingForm.configurations.push(a)};BookingForm.renderAll=function(){if(typeof BookingForm.configurations!=="undefined")for(var a=0;a=0&&(typeof a==="undefined"||a==null);c--)b[c].src.match(/^[^\?]+\?/)&&b[c].src.match(/callbackScriptURL/)&&(a=b[c])}if(typeof a!=="undefined"||a==null)a=a.src.replace(/^[^\?]+\??/,""),a=parseQuery(a),typeof a.callbackScriptURL!=="undefined"&&DOM_helper.import_js(a.callbackScriptURL)} Fblib.windowEventsManager.add("onWindowLoad",loadCallbackScript,!0);Fblib.init();