function FRError(n){var t=this;return t.name="Generic Error",t.message="Unknown",n&&typeof n=="string"&&(this.message=n),n&&typeof n=="object"&&(n.name&&(t.name=n.name),n.Name&&(t.name=n.Name),n.message&&(t.message=n.message),n.Message&&(t.message=n.Message),FRConfiguration.Environment=="Development"&&((n.ExceptionType||n.StackTrace)&&(t.message=t.message+"<br>"),n.ExceptionType&&(t.message=t.message+n.ExceptionType+" "),n.StackTrace&&(t.message=t.message+n.StackTrace+" "),(n.className||n.methodName)&&(t.message=t.message+"<br>"),n.className&&(t.message=t.message+n.className+" "),n.methodName&&(t.message=t.message+n.methodName+" "))),FRLog.error(t.name+": "+t.message),t}function getFrontiersApi(n,t){if($.browser.msie&&parseInt($.browser.version,10)<10&&window.XDomainRequest){var i=new window.XDomainRequest;i.open("get",n);i.onload=function(){t(eval("json = "+i.responseText))};i.onerror=function(){return};i.ontimeout=function(){return};i.onprogress=function(){return};setTimeout(function(){i.send()},0)}else $.getJSON(n,function(n){t(n)})}function ucfirst(n){return n.charAt(0).toUpperCase()+n.slice(1)}function killWhiteSpace(n){return n.replace(/\s/g,"")}function getProfileUrl(n,t){return siteUrl+"/Community/WhosWhoActivity.aspx?sname="+t+"&UID="+n}function showLoadingStatus(n,t){n?$("#"+t).show():$("#"+t).hide()}function getTrimmedFullName(n){if(n!=null)return n.length>40&&(n=n.substring(0,39)+"..."),n}function getTimeNow(){var n=new Date;return n.getMonth()+1+"/"+n.getDate()+"/"+n.getFullYear()+" "+n.getHours()+":"+n.getMinutes()+":"+n.getSeconds()}function getTimezoneOffsetInHours(){var n=(new Date).getTimezoneOffset()/-60;return(n%1==0||n==0)&&(n=n+".0"),n}function return2br(n){return n.replace(/(\r\n|[\r\n])/g,"<br/>")}function Create2DArray(n){for(var i=[],t=0;t<n;t++)i[t]=[];return i}function StringBuilder(){this._array=[];this._index=0;this.append.apply(this,arguments)}function htmlEntities(n){return n.replace(/[<>]/g,function(n){return n==="<"?"&lt;":"&gt;"})}function formatTextContent(n){var t=n.replace(/\n/g,"<br/>");return t=htmlEntities(t),$("<div/>").html(t).text()}function getQueryString(n){var i=window.location.search.substring(1),r,t,u;if(!i||!i.length)return"";for(r=i.split("&"),t=0;t<r.length;t++)if(u=r[t].split("="),u[0]==n)return u[1]}function getHashTag(n){var r=window.location.hash.substring(1),i,t;if(!r||!r.length)return"";for(i=r.split("/"),t=0;t<i.length;t++)if(i[t]==n)return i[t+1]}function makeLinks(n){var t,i,r,u;return i=/(\b(https?|ftp):\/\/[-A-Z0-9+&@#\/%?=~_|!:,.;]*[-A-Z0-9+&@#\/%=~_|])/gim,t=n.replace(i,'<a href="$1" target="_blank">$1<\/a>'),r=/(^|[^\/])(www\.[\S]+(\b|$))/gim,t=t.replace(r,'$1<a href="http://$2" target="_blank">$2<\/a>'),u=/(\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*)/gim,t.replace(u,'<a href="mailto:$1">$1<\/a>')}function removeHTMLTags(n){return n!=""?n.replace(/(<([^>]+)>)/ig,""):""}function removeWhiteSpaces(n){return n!=""?n.replace(/&nbsp;/gi,"").replace(/\/n/g,""):""}function FRModal(n){var e=this,f={modalId:"",modalClass:"",emitter:null,contentHeader:$("<h3>This is a modal!<\/h3>"),contentBody:$("<p>There is no content...<\/p>"),contentFooter:$('<button class="btn btn-gray-light" data-dismiss="modal">Close<\/button>'),hasClose:!1,hasHeader:!0,hasBody:!0,hasFooter:!0,backdrop:"static",show:!0,keyboard:!1,onshown:function(){},onshow:function(){},onhide:function(){},onhidden:function(){}},t,i,r,u;n=$.extend({},f,n);t=$('<div class="modal simple hide fade" tabindex="-1" data-focus-on="input:first" />');t.addClass(n.modalClass);t.attr("id",n.modalId);n.hasClose&&t.append('<div class="close"><a class="close" data-dismiss="modal" href="#">&times;<\/a><\/div>');n.hasHeader&&(i=$("<div/>"),i.addClass("modal-header"),i.append(n.contentHeader),t.append(i));n.hasBody&&(r=$("<div/>"),r.addClass("modal-body"),r.append(n.contentBody),t.append(r));n.hasFooter&&(u=$("<div/>"),u.addClass("modal-footer"),u.append(n.contentFooter),t.append(u));t.on("show",function(){n.onshow()});t.on("shown",function(){n.onshown()});t.on("hide",function(){n.onhide()});t.on("hidden",function(){n.onhidden()});t.on("click","button",function(){var n=$(this).data("action");n&&$(document).trigger(n)});return t.modal({keyboard:n.keyboard,show:n.show,backdrop:n.backdrop}),t}function showUserImage(n){FRSocialActivity.showUserImage(n)}function hideUserImage(n){FRSocialActivity.hideUserImage(n)}function showAllUsersFeedActivityPopup(n,t,i){FRSocialActivity.showAllUsersFeedActivityPopup(n,t,i)}function hideAllUsersFeedActivityPopup(n,t,i){FRSocialActivity.hideAllUsersFeedActivityPopup(n,t,i)}function AddComments(n){FRSocialActivity.comment.add(n)}function EditComments(n,t){FRSocialActivity.comment.edit(n,t)}function MarkerClusterer(n,t,i){var r,u;this.extend(MarkerClusterer,google.maps.OverlayView);this.map_=n;this.markers_=[];this.clusters_=[];this.sizes=[53,56,66,78,90];this.styles_=[];this.ready_=!1;r=i||{};this.gridSize_=r.gridSize||60;this.minClusterSize_=r.minimumClusterSize||2;this.maxZoom_=r.maxZoom||null;this.styles_=r.styles||[];this.imagePath_=r.imagePath||this.MARKER_CLUSTER_IMAGE_PATH_;this.imageExtension_=r.imageExtension||this.MARKER_CLUSTER_IMAGE_EXTENSION_;this.zoomOnClick_=!0;r.zoomOnClick!=undefined&&(this.zoomOnClick_=r.zoomOnClick);this.averageCenter_=!1;r.averageCenter!=undefined&&(this.averageCenter_=r.averageCenter);this.setupStyles_();this.setMap(n);this.prevZoom_=this.map_.getZoom();u=this;google.maps.event.addListener(this.map_,"zoom_changed",function(){var n=u.map_.getZoom(),t=u.map_.minZoom||0,i=Math.min(u.map_.maxZoom||100,u.map_.mapTypes[u.map_.getMapTypeId()].maxZoom);n=Math.min(Math.max(n,t),i);u.prevZoom_!=n&&(u.prevZoom_=n,u.resetViewport())});google.maps.event.addListener(this.map_,"idle",function(){u.redraw()});t&&(t.length||Object.keys(t).length)&&this.addMarkers(t,!1)}function Cluster(n){this.markerClusterer_=n;this.map_=n.getMap();this.gridSize_=n.getGridSize();this.minClusterSize_=n.getMinClusterSize();this.averageCenter_=n.isAverageCenter();this.center_=null;this.markers_=[];this.bounds_=null;this.clusterIcon_=new ClusterIcon(this,n.getStyles(),n.getGridSize())}function ClusterIcon(n,t,i){n.getMarkerClusterer().extend(ClusterIcon,google.maps.OverlayView);this.styles_=t;this.padding_=i||0;this.cluster_=n;this.center_=null;this.map_=n.getMap();this.div_=null;this.sums_=null;this.visible_=!1;this.setMap(this.map_)}function inherits(n,t){function i(){}i.prototype=t.prototype;n.superClass_=t.prototype;n.prototype=new i;n.prototype.constructor=n}function MarkerLabel_(n,t){this.marker_=n;this.handCursorURL_=n.handCursorURL;this.labelDiv_=document.createElement("div");this.labelDiv_.style.cssText="position: absolute; overflow: hidden;";this.eventDiv_=document.createElement("div");this.eventDiv_.style.cssText=this.labelDiv_.style.cssText;this.eventDiv_.setAttribute("onselectstart","return false;");this.eventDiv_.setAttribute("ondragstart","return false;");this.crossDiv_=MarkerLabel_.getSharedCross(t)}function MarkerWithLabel(n){n=n||{};n.labelContent=n.labelContent||"";n.labelAnchor=n.labelAnchor||new google.maps.Point(0,0);n.labelClass=n.labelClass||"markerLabels";n.labelStyle=n.labelStyle||{};n.labelInBackground=n.labelInBackground||!1;typeof n.labelVisible=="undefined"&&(n.labelVisible=!0);typeof n.raiseOnDrag=="undefined"&&(n.raiseOnDrag=!0);typeof n.clickable=="undefined"&&(n.clickable=!0);typeof n.draggable=="undefined"&&(n.draggable=!1);typeof n.optimized=="undefined"&&(n.optimized=!1);n.crossImage=n.crossImage||"http"+(document.location.protocol==="https:"?"s":"")+"://maps.gstatic.com/intl/en_us/mapfiles/drag_cross_67_16.png";n.handCursor=n.handCursor||"http"+(document.location.protocol==="https:"?"s":"")+"://maps.gstatic.com/intl/en_us/mapfiles/closedhand_8_8.cur";n.optimized=!1;this.label=new MarkerLabel_(this,n.crossImage,n.handCursor);google.maps.Marker.apply(this,arguments)}var FRAlert=function(){var n=this;n.alert=$('<li class="alert"><a class="close bypassSecurityPopup" href="javascript:void(0)">×<\/a><div class="icon"><\/div><div class="content"><\/div><\/li>');n.alert.on("click",".close",function(){n.destroy();$(document).trigger("afterClose.alert")});return n},FRLog,FRSafe,FRTemplate;FRAlert.prototype.init=function(n){var t=this;n&&(typeof n=="string"&&t.alert.find(".content").html(n),typeof n=="object"&&t.alert.find(".content").html(JSON.stringify(n)));n&&n.content&&t.alert.find(".content").html(n.content);n&&n.type&&t.alert.addClass(n.type)};FRAlert.prototype.show=function(){var n=this;n.alert.css({top:"-100px"});$("#alerts").prepend(n.alert);n.alert.animate({top:0},"slow")};FRAlert.prototype.destroy=function(){var n=this;n.alert.remove()};FRAlert.prototype.basic=function(n){var t=this;t.init(n);t.alert.find(".icon").html('<i class="fr-icon-v2-info-circled"><\/i>');t.show()};FRAlert.prototype.success=function(n){var t=this;t.init(n);t.alert.addClass("success");t.alert.find(".icon").html('<i class="fr-icon-v2-ok-circle"><\/i>');t.show();t.alert.delay(6e3).fadeOut(500,function(){$(this).remove()})};FRAlert.prototype.warning=function(n){var t=this;t.init(n);t.alert.addClass("warning");t.alert.find(".icon").html('<i class="fr-icon-v2-attention-circled"><\/i>');t.show()};FRAlert.prototype.error=function(n){var t=this;t.init(n);t.alert.addClass("error");t.alert.find(".icon").html('<i class="fr-icon-v2-cancel-circle"><\/i>');t.show()};$(document).ready(function(){$(document).on("alert.success",function(n,t){var i=new FRAlert;i.success(t)});$(document).on("alert.error",function(n,t){var i=new FRAlert;i.error(t)});$(document).on("alert.basic",function(n,t){var i=new FRAlert;i.basic(t)});$(document).on("alert.warning",function(n,t){var i=new FRAlert;i.warning(t)})});FRLog=function(){function s(){e||$(".ibar .loading").show()}function h(){e||$(".ibar .loading").hide()}function u(){e=!0;$(".ibar .loading").show();$(".ibar .loading").html('<i class="fr-icon-v2-attention-circled"><\/i>')}function o(){}function n(n,e){if(FRConfiguration.Environment=="Development"&&(f.push(e),o(n,e)),n=="log"&&console.log(e),n=="basic"){var s=new FRAlert;s.basic(e)}n=="success"&&(t&&t.destroy(),t=new FRAlert,t.success(e));n=="warning"&&(u(),i&&i.destroy(),i=new FRAlert,i.warning(e));n=="error"&&(u(),r&&r.destroy(),r=new FRAlert,r.error(e))}function c(){console.log("FRLog | This is the full stack...");for(var n=0;n<f.length;n++)console.log(f[n])}var f=[],e=!1,t,i,r;return $(document).ajaxSend(function(){s()}),$(document).ajaxStop(function(){h()}),$(document).ajaxError(function(n,t,i,r){r=="abort"||r=="Abort"||u()}),{print:c,notify:o,basic:function(t){n("basic",t)},success:function(t){n("success",t)},warning:function(t){n("warning",t)},error:function(t){n("error",t)},debug:function(t){FRConfiguration.Environment=="Development"&&(console.log(t),n("basic",t))}}}(),function(){window.d=FRLog.debug}();FRError.prototype=new Error;FRError.prototype.constructor=FRError;$(document).ajaxError(function(n,t,i,r){if(t&&t.responseText){var u=$.parseJSON(t.responseText);throw new FRError({name:"Server Error",message:u.Message,ExceptionType:u.ExceptionType,StackTrace:u.StackTrace});}else if(r=="timeout"||r=="Timeout")throw new FRError({name:"Connection Error",message:"Timeout"});else r=="abort"||r=="Abort"||FRConfiguration.Environment=="Development"});window.onerror=function(){return FRConfiguration.Environment=="Development"?!1:FRConfiguration.Environment=="Test"?!1:FRConfiguration.Environment=="Live"?!0:void 0};FRSafe=function(){return{boolean:function(n){return n=="True"?!0:!1}}}();$.extend({getFrontiersApi:function(n,t){return getFrontiersApi(n,t)},getHTML:function(n,t){return jQuery.get(n,undefined,t,"html")},getText:function(n,t){return jQuery.get(n,undefined,t,"text")}});$.extend({ajaxCrossDomain:function(n){var t=$.extend({url:"",data:{},type:"GET",success:function(){}},n),r,i;t.data&&t.data.cookies&&$.isArray(t.data.cookies)&&t.data.cookies.length&&(r=FRCookie.getAll(t.data.cookies),t.data.cookies=FRBase64.encode(r));$.browser.msie&&parseInt($.browser.version,10)<10&&window.XDomainRequest?(document.location.protocol=="http:"&&(t.url=t.url.replace("https:","http:")),i=new window.XDomainRequest,i.open(t.type,t.url),i.onload=function(){i.responseText&&i.responseText.length&&t.success(eval("json = "+i.responseText))},i.onerror=function(){return},i.ontimeout=function(){return},i.onprogress=function(){return},setTimeout(function(){i.send(JSON.stringify(t.data))},0)):$.ajax({dataType:"json",url:t.url,data:t.data,type:t.type}).done(function(n){t.success(n)})}}),function(n){var t={check:function(){var n=this.first();return n.data("disabled")?!0:(n.data("disabled",!0),!1)},clear:function(){return this.data("disabled",!1)}};n.fn.checkDuplicateEvent=function(n){return t[n]?t[n].apply(this):t.check.apply(this)}}(jQuery);StringBuilder.prototype.append=function(){for(var n=0;n<arguments.length;n++)this._array[this._index]=arguments[n],this._index++};StringBuilder.prototype.toString=function(){return this._array.join("")};$.fn.justtext=function(){return $(this).clone().children().remove().end().text()};$.fn.hasAttr=function(n){return this.attr(n)!==undefined};$.fn.capitalize=function(){return this.charAt(0).toUpperCase()+this.slice(1)};String.prototype.capitalize=function(){return this.charAt(0).toUpperCase()+this.slice(1)};String.prototype.leftTrim=function(){return this.replace(/^\s+/,"")};String.prototype.truncate=function(n){var t=this.toString();return t?t.length<=n?t:(t=t.substring(0,n),t.indexOf(" ")>0?t.replace(/\W*\s(\S)*$/,"..."):t+"..."):""};String.prototype.truncateKeywords=function(n,t){var r=this.length>n,i=r?this.substr(0,n-1):this;return i=t&&r?i.substr(0,i.lastIndexOf(" ")):i,r?i+"&nbsp;&hellip;":i};FRTemplate=function(){function i(i,r){if(!n||!n.length)return"";var u=t(i),f=_.template(u);return f(r)}function t(t){return n.map(function(){if(this.id==t)return $(this).html()}).get(0)}var n=$("#divTemplates").children();return{get:function(n){return t(n)},bind:function(n,t){return i(n,t)}}}();$(document).ready(function(){$(document).on("ui.refresh",function(){$("select:not(select[multiple]).pretty").each(function(){$(this).hasClass("is-pretty")||($(this).select2({placeholder:"Select",width:"element"}),$(this).addClass("is-pretty"),$(this).css("display","none"))});$(".frUIMouse").each(function(){$(this).hasClass("is-ui")||($(this).mouseover(function(){$(this).addClass("open")}),$(this).mouseout(function(){$(this).removeClass("open")}),$(this).addClass("is-ui"))});$(".frUIAccordion").each(function(){var n=$(this);n.hasClass("is-ui")||(n.children(".header").click(function(){n.children(".content").toggleClass("hide");n.children(".content").hasClass("hide")?(n.children(".header").find("i").removeClass("rounded-arrow-down"),n.children(".header").find("i").addClass("rounded-arrow-right")):(n.children(".header").find("i").removeClass("rounded-arrow-right"),n.children(".header").find("i").addClass("rounded-arrow-down"))}),$(this).addClass("is-ui"))});$(".frUIToolTip").each(function(){$(this).hasClass("is-ui")||($(this).tooltip(),$(this).addClass("is-ui"))});$(".frUIResizeTextArea").each(function(){$(this).hasClass("is-ui")||($(this).autosize(),$(this).addClass("is-ui animated-resize"))});$(".frUIFitString").each(function(){if(!$(this).hasClass("is-ui")){var t=$(this),i=t.height(),n=t.children("span");for($(this).data("frUIFitString",$(n).text());$(n).outerHeight()>i;)$(n).text(function(n,t){return t.replace(/\W*\s(\S)*$/,"...")});$(this).addClass("is-ui")}});$(".frUIFitStringWithTooltip").each(function(){var r,n,u,i,t,f;if(!$(this).hasClass("is-ui")){if(r=$(this),n=r.children("span"),n.text(n.data("original-title")),u=n.html(),i=n.html().length,i>0)while(parseInt(n.height())>parseInt(r.css("height")))i--,t=u.substr(0,i-1),t=t.substr(0,t.lastIndexOf(" ")),f=t+"&nbsp;&hellip;",n.html(f),n.tooltip({placement:"bottom",template:'<div class="tooltip"><div class="tooltip-arrow"><\/div><div class="tooltip-inner keywordTooltip"><\/div><\/div>'});$(this).addClass("is-ui")}});$(".input-prepend input, .input-append input").each(function(){$(this).hasClass("is-ui")||($(this).focus(function(){$(this).parent().find(".add-on").addClass("selected")}),$(this).blur(function(){$(this).parent().find(".add-on").removeClass("selected")}),$(this).addClass("is-ui"))})})});$(document).ready(function(){$(document).on("string.refresh",function(){$(".frUIStringFit").each(function(){var i,n,r,t,u;if(!$(this).hasClass("is-ui")){if(i=$(this),n=i.children("span"),$(this).data("frUIStringFit",$(n).html()),r=$(n).html(),t=$(n).html().length,t>0)while(parseInt($(n).height())>parseInt(i.css("height")))t--,u=r.truncateKeywords(t,!0),$(n).html(u);$(this).addClass("is-ui")}})})});$.fn.extend({frUIToggle:function(){return $(this).toggleClass("hide"),$(this)}});$.fn.extend({frUIToggleActivityBoxFromBelow:function(){var t=$("#activityBoxAnimationEnd"),n;return $(this).hasClass("hide")?($("div.element.review.activityBox").addClass("hide"),$(this).css({x:"0px",y:"400px",scale:.1,opacity:.4}),$(this).removeClass("hide"),$(this).transition({x:"0px",y:"0px",scale:1,opacity:1},800,"ease"),n=t.offset().top-36-($(window).height()-$(this).outerHeight(!1))/2+$(window).height()/1e3*75,$(window).height()<$(this).outerHeight(!1)+72&&(n=t.offset().top-82),$("html, body").animate({scrollTop:n},800)):$(this).addClass("hide"),$(this)}});$(document).ajaxComplete(function(){$(document).trigger("ui.refresh")});$(document).ready(function(){$(document).on("ui.lock",function(){var t=$("body"),n;t.find("#overlay").length||(n=$('<div id="overlay"><div class="loading"><div class="icon"><span class="fr-icon-v2-spin1 animate-spin"><\/span><\/div><div class="caption"><span>Please wait...<\/span><\/div><\/div><\/div>'),t.prepend(n),setTimeout(function(){n.parent().length&&(n.remove(),FRLog.warning("An error occoured. If the problem persists, please contact the Frontiers support."))},6e4))});$(document).on("ui.unlock",function(){$("body").find("#overlay").remove()})});$.extend({FRModal:function(n){return new FRModal(n)}});$(document).ready(function(){$(document).on("click",".frModal",function(){var n=new FRModal({emitter:$(this)})})});$(function(){var n=BrowserDetect.init();if(n.browser=="Explorer"){$("body").addClass("ie");$(document).on("ui.refresh",function(){$("input[type='text']:disabled, textarea:disabled").each(function(){var n=$(this);n.removeAttr("disabled");n.prop("readonly",!0)});$("input, textarea").each(function(){var n=$(this),t;(n.val()==""||n.val()==null)&&(t=n.attr("placeholder"),n.val(t));n.attr("placeholder")!=""&&$(this).val()==$(this).attr("placeholder")&&n.addClass("hasPlaceholder");$("input, textarea").focus(function(){$(this).attr("placeholder")!=""&&$(this).val()==$(this).attr("placeholder")&&$(this).val("").removeClass("hasPlaceholder")}).blur(function(){$(this).attr("placeholder")!=""&&($(this).val()==""||$(this).val()==$(this).attr("placeholder"))&&$(this).val($(this).attr("placeholder")).addClass("hasPlaceholder")});$("form").submit(function(){$(this).find(".hasPlaceholder").each(function(){$(this).val("")})})})})}});var FRTracking=function(){function n(n,t,i,r,u){window._gaq||window.ga||(d({category:n,action:t,opt_label:i,opt_value:r,opt_noninteraction:u}),FRLog.warning("Google Analytics is not active on this page!"))}$(document).on("click","a[data-tracking]",function(){var t=$(this).data("tracking");n(t.category,t.action,t.label)});var t=function(n,t,i,r){ga.hasOwnProperty("loaded")&&ga.loaded===!0||(document.location=r)};return{event:n,trackOutboundLink:t}}(),BrowserDetect={init:function(){return this.browser=this.searchString(this.dataBrowser)||"An unknown browser",this.version=this.searchVersion(navigator.userAgent)||this.searchVersion(navigator.appVersion)||"an unknown version",this.OS=this.searchString(this.dataOS)||"an unknown OS",this},searchString:function(n){for(var i,r,t=0;t<n.length;t++)if(i=n[t].string,r=n[t].prop,this.versionSearchString=n[t].versionSearch||n[t].identity,i){if(i.indexOf(n[t].subString)!=-1)return n[t].identity}else if(r)return n[t].identity},searchVersion:function(n){var t=n.indexOf(this.versionSearchString);if(t!=-1)return parseFloat(n.substring(t+this.versionSearchString.length+1))},dataBrowser:[{string:navigator.userAgent,subString:"Chrome",identity:"Chrome"},{string:navigator.userAgent,subString:"OmniWeb",versionSearch:"OmniWeb/",identity:"OmniWeb"},{string:navigator.vendor,subString:"Apple",identity:"Safari",versionSearch:"Version"},{prop:window.opera,identity:"Opera",versionSearch:"Version"},{string:navigator.vendor,subString:"iCab",identity:"iCab"},{string:navigator.vendor,subString:"KDE",identity:"Konqueror"},{string:navigator.userAgent,subString:"Firefox",identity:"Firefox"},{string:navigator.vendor,subString:"Camino",identity:"Camino"},{string:navigator.userAgent,subString:"Netscape",identity:"Netscape"},{string:navigator.userAgent,subString:"MSIE",identity:"Explorer",versionSearch:"MSIE"},{string:navigator.userAgent,subString:"Gecko",identity:"Mozilla",versionSearch:"rv"},{string:navigator.userAgent,subString:"Mozilla",identity:"Netscape",versionSearch:"Mozilla"}],dataOS:[{string:navigator.platform,subString:"Win",identity:"Windows"},{string:navigator.platform,subString:"Mac",identity:"Mac"},{string:navigator.userAgent,subString:"iPhone",identity:"iPhone/iPod"},{string:navigator.platform,subString:"Linux",identity:"Linux"}]},FRCookie=function(){function n(n,t,i){var r=new Date,u;r.setDate(r.getDate()+i);u=JSON.stringify(t)+(i==null?"":"; expires="+r.toUTCString());document.cookie=n+"="+u}function t(n){var t=document.cookie,i=t.indexOf(" "+n+"="),r;return i==-1&&(i=t.indexOf(n+"=")),i==-1?t=null:(i=t.indexOf("=",i)+1,r=t.indexOf(";",i),r==-1&&(r=t.length),t=t.substring(i,r)),t}function i(n){if(n&&n.length){var t=[];return $(n).each(function(n,i){var r=FRCookie.get(i);r&&r.length&&t.push(i+"="+r)}),t.join("; ")}}return{set:n,get:t,getAll:i}}(),FRBase64=function(){function t(n){var i,r,t;for(n=n.replace(/\r\n/g,"\n"),i="",r=0;r<n.length;r++)t=n.charCodeAt(r),t<128?i+=String.fromCharCode(t):t>127&&t<2048?(i+=String.fromCharCode(t>>6|192),i+=String.fromCharCode(t&63|128)):(i+=String.fromCharCode(t>>12|224),i+=String.fromCharCode(t>>6&63|128),i+=String.fromCharCode(t&63|128));return i}function i(n){for(var r="",t=0,i=c1=c2=0;t<n.length;)i=n.charCodeAt(t),i<128?(r+=String.fromCharCode(i),t++):i>191&&i<224?(c2=n.charCodeAt(t+1),r+=String.fromCharCode((i&31)<<6|c2&63),t+=2):(c2=n.charCodeAt(t+1),c3=n.charCodeAt(t+2),r+=String.fromCharCode((i&15)<<12|(c2&63)<<6|c3&63),t+=3);return r}var n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";return{encode:function(i){var o="",s,r,u,c,l,h,f,e=0;for(i=t(i);e<i.length;)s=i.charCodeAt(e++),r=i.charCodeAt(e++),u=i.charCodeAt(e++),c=s>>2,l=(s&3)<<4|r>>4,h=(r&15)<<2|u>>6,f=u&63,isNaN(r)?h=f=64:isNaN(u)&&(f=64),o=o+n.charAt(c)+n.charAt(l)+n.charAt(h)+n.charAt(f);return o},decode:function(t){var r="",s,h,c,l,e,f,o,u=0;for(t=t.replace(/[^A-Za-z0-9\+\/\=]/g,"");u<t.length;)l=n.indexOf(t.charAt(u++)),e=n.indexOf(t.charAt(u++)),f=n.indexOf(t.charAt(u++)),o=n.indexOf(t.charAt(u++)),s=l<<2|e>>4,h=(e&15)<<4|f>>2,c=(f&3)<<6|o,r=r+String.fromCharCode(s),f!=64&&(r=r+String.fromCharCode(h)),o!=64&&(r=r+String.fromCharCode(c));return i(r)}}}(),FRSocialActivity=function(){var u=$(".page-container"),t=u.find(".article-share-count"),n=u.find(".social-feed"),f=getTimeNow(),e=getTimezoneOffsetInHours(),o=FRConfiguration.SharepointWebsiteUrl.replace("http://",""),i=function(){function v(){$(document).on("focus",".setfocus",function(){$(this).removeClass("grey_70").addClass("grey_90");this.value==this.defaultValue&&(this.value="");this.value!=this.defaultValue&&this.select()});$(document).on("blur",".setfocus",function(){$.trim(this.value).length||($(this).removeClass("grey_90").addClass("grey_70"),this.value=this.defaultValue?this.defaultValue:"")});$(document).click(function(t){var r=t.target?$(t.target):$(t.srcElement),f,e,o;r.parents().andSelf().is(".bubbleInfo,.fontnormal trigger")?(e=$("table.popup").filter(function(){return $(this).css("display")==="block"}),e.length>1&&(o=$("table.popup").filter(function(){return $(this).css("display")==="block"&&$(this).css("opacity")==1}),o.css("display","none"))):(f=$("table.popup"),i&&clearTimeout(i),i=setTimeout(function(){i=null;f.animate({top:"-="+h+"px",opacity:0},s,"swing",function(){u=!1;f.css("display","none")})},200),setTimeout(function(){f.css("filter")!="none"&&f.css("opacity")>0&&f.css({opacity:"0",filter:"alpha(opacity = 0)",top:"17px"})},300));(r.is(n.find("a.showComment"))||r.is(n.find("a.showComment span"))||r.is(n.find("a.btmArrow span")))&&(r.parents("div.commentsWrapper").children("div.moreComments").css("display")=="none"?(r.is("a.showComment span.float_right")?r.removeClass("downArrow").addClass("upArrow"):r.parents("a.showComment").children("span.float_right").removeClass("downArrow").addClass("upArrow"),r.parents("div.CommentsHolder").children("div.commentBox:last").children("div.wrapper").children("div.content").children("ul.toolbar").children("li.float_right").html("<a href='javascript:void(0);' class='fontnormal btmArrow'><span class='upArrow float_right'><\/span><\/a>")):(r.is("a.showComment span.float_right")?r.removeClass("upArrow").addClass("downArrow"):r.parents("a.showComment").children("span.float_right").removeClass("upArrow").addClass("downArrow"),r.parent().is("a.btmArrow")?(r.parents("div.CommentsHolder").children("div.commentsWrapper").find("a.showComment span.float_right").removeClass("upArrow").addClass("downArrow"),r.parents("div.CommentsHolder").children("div.commentsWrapper").children("div.moreComments").toggle("slow"),r.parents("div.CommentsHolder").children("div.commentsWrapper").children("div.commentBox").children("div.float_left").children("a.showComment").focus(),r.parents("div.CommentsHolder").children("div.commentBox:last").children("div.wrapper").children("div.content").children("ul.toolbar").children("li.float_right").html("")):(r.is("a.showComment span.float_right")?r.removeClass("upArrow").addClass("downArrow"):r.parents("a.showComment").children("span.float_right").removeClass("upArrow").addClass("downArrow"),r.parents("div.CommentsHolder").children("div.commentBox:last").children("div.wrapper").children("div.content").children("ul.toolbar").children("li.float_right").html(""))),r.parents("div.commentsWrapper").children("div.moreComments").toggle("slow"),r.parents("div.CommentsHolder").children("div.commentsWrapper").children("div.commentBox").children("div.float_left").children("a.showComment").focus())})}function y(){var n={timeNow:f,itemId:FRSocial.itemId,ownerId:FRSocial.ownerId,currentHostName:o,entityId:FRSocial.entityId,itemTypeId:FRSocial.itemTypeId,ownerNwDbId:FRSocial.ownerNWDBId,timeOffset:e,conTemplateNetworkFeedKeyText:r,cookies:FRBase64.encode(FRCookie.getAll([FRConfiguration.FrontiersCookieRememberMe,FRConfiguration.FrontiersCookie]))};$.browser.msie&&parseInt($.browser.version)<=8&&$.ajax({type:"POST",dataType:"json",traditional:!0,data:JSON.stringify(n),url:"/proxy/Network/GetEntityActivity"}).done(function(n){p(n)})}function p(i){var r=$.parseJSON(i);if(r&&r.length){t.find(".frontiers-network").show();n.html(r[0]);var u=0,e=0,f=0;parseInt(r[1])>0&&(u=parseInt(r[1]));parseInt(r[2])>0&&(e=parseInt(r[2]));parseInt(r[3])>0&&(f=parseInt(r[3]));t.find(".frontiers-network .button-likes .final-counts").text(u);t.find(".frontiers-network .button-shares .final-counts").text(f);r[4]=="1"&&(t.find(".frontiers-network .like").text("Liked").addClass("liked").removeClass("like"),t.find(".frontiers-network .button-likes button").off("click"));$("#divmc_"+FRSocial.entityId+"_"+FRSocial.itemId).children().size()>0&&$("a.showComment").parents("div.CommentsHolder").children("div.commentBox:last").children("div.wrapper").children("div.content").children("ul.toolbar").children("li.float_right").html("<a href='javascript:void(0);' class='fontnormal btmArrow'><span class='upArrow float_right'><\/span><\/a>");w();$(".setfocus").addClass("grey_70");n.find("textarea").addClass("frUIResizeTextArea");$(document).trigger("ui.refresh")}}function w(){if($("div.bubbleInfo").length>0){var n=300;$("div.bubbleInfo").each(function(){$(this).css("zIndex",n);n-=1})}}function b(n,t,r){var e,o,f;if(!l){if(l=!0,h=10,s=250,nt=200,a=27,i=null,c=!1,u=!1,e=n+"_"+t+"_"+r,$("#pAllUsers_"+e).text().indexOf(",...")!=-1)return(o=$("#aAllUsers_"+e),f=$("#tblAllUsers_"+e).css("opacity",0),i&&clearTimeout(i),c||u)?void 0:(c=!0,f.css({top:a,left:2,display:"block"}).animate({top:"-="+h+"px",opacity:1},s,"swing",function(){c=!1;u=!0}),setTimeout(function(){f.css("filter")!="none"&&f.css("opacity")<1&&f.css({opacity:"1",filter:"alpha(opacity = 100)",top:"17px"});l=!1},300),!1);l=!1}}function k(n,t,r){var f=$("#tblAllUsers_"+n+"_"+t+"_"+r);return i&&clearTimeout(i),i=setTimeout(function(){i=null;f.animate({top:"-="+h+"px",opacity:0},s,"swing",function(){u=!1;f.css("display","none")})},200),setTimeout(function(){f.css("filter")!="none"&&f.css("opacity")>0&&f.css({opacity:"0",filter:"alpha(opacity = 0)",top:"17px"})},300),!1}function d(){if(!$(".popup-login").length){var n=FRConfiguration.SharepointWebsiteUrl+"/Login.aspx?returnurl="+document.location.href;$.FRModal({modalClass:"popup-login",contentHeader:$("<h3>Login Required<\/h3>"),contentBody:$("<p>This action requires you to be registered with Frontiers and logged in. To register or login click <a href="+n+">here.<\/a> <\/p>")})}}function g(n,t){switch(parseInt(n)){case 14:switch(parseInt(t)){case 3:r="ART_SUBJL";break;case 6:r="ART_ACCEPT";break;case 35:r="PUB_EV_ABS";break;case 8:r="ART_PUBLSH";break;case 39:r="ART_PAPEND";break;default:r="ART_SUBJL"}break;case 12:r="RT_LAUNCH"}return r}var s,u,h,a,nt,c,i,l=!1,r="";return $(function(){if(typeof FRSocial=="undefined"||FRSocial.itemId<=0){n&&!n.length;return}g(FRSocial.itemId,FRSocial.subItemId);v();y()}),{showLoginPopUp:d,showAllUsersFeedActivityPopup:b,hideAllUsersFeedActivityPopup:k,getFeedTemplateKeyText:function(){return r}}}(),r=function(){function r(){n.find(".write-area").on("focus",function(){$(".profile-thumbnail").show();n.find(".write-area").css("width","603px;")});n.find(".write-area").on("blur",function(){$(".profile-thumbnail").hide();n.find(".write-area").css("width","653px;")});t.on("click",".frontiers-network .comment",function(){var t=document.getElementById("txtComment");t&&t.length!=0&&(FRSocial.loginUserId==0?i.showLoginPopUp():($("html, body").animate({scrollTop:$(t).offset().top-100},500),n.find("#txtComment").focus()))});$(document).on("click","a.show-comment ,li.bottom-arrow ",function(){$(".comments-holder .more-comment-box").hasClass("hide")?($(".comments-holder .more-comment-box").show(),$(".comments-holder .more-comment-box").removeClass("hide"),$(".bottom-arrow a").show(),$(".comments-holder .show-comment span").removeClass("down-arrow"),$(".comments-holder .show-comment span").addClass("up-arrow")):($(".comments-holder .more-comment-box").addClass("hide"),$(".comments-holder .more-comment-box").hide(),$(".bottom-arrow a").hide(),$(".comments-holder .show-comment span").removeClass("up-arrow"),$(".comments-holder .show-comment span").addClass("down-arrow"))})}function u(n,t){var i=n.id.split("_"),r=i[1]+"_"+i[2]+"_"+i[3]+"_"+i[4],u;$("#div_"+t).append('<div id="divCommentTemp" style="display:none;">'+$("#div_"+t+" p.mtm3").html()+"<\/div>");$("#div_"+t+" #divCommentTemp a.fontnormal").first().remove();u=o($("#div_"+t+" #divCommentTemp").html());$("#div_"+t+" #divCommentTemp").remove();var f=$("#div_"+t+" .toolbar  a.btmArrow").length?1:0,e=$("#div_"+t+" p:last").text(),s=$(['<div class="wrapper pt4 pb4 wAuto">','<textarea onfocus="showUserImage(this)" onblur="hideUserImage(this)" id="txtUpdate_'+r+"_"+t+'" style="overflow: hidden;" cols="2" rows="1" class="grey_90 write nrsize frUIResizeTextArea h15a fs11"> ',u+"<\/textarea> ",'<\/div><div class="commentAddWrap"><div>','<a class="addBtnComment" href="javascript:void(0);" data-date="date" onClick="FRSocialActivity.comment.update(this,\''+e+"','"+t+"',"+f+')" id="btnUpdatecom_'+r+'">',"<span>Add<\/span>","<\/a>","<\/div>","<\/div>"].join(""));$("#div_"+t).html(s);$(document).trigger("ui.refresh");$("#txtUpdate_"+r+"_"+t).focus()}function f(n){if(parseInt(FRSocial.loginUserId)==0)return i.showLoginPopUp(),!1;if($(n).parent().prev().length)$(n).parent().prev().show();else{var t='<div class="imgTn32" style="display: block;"><img src="'+FRSocial.sanPath+"/Profile%20Library/"+FRSocial.loginUserId+"/Thumb_32.jpg?date="+new Date+'" alt="" onerror="if (!this.src.endsWith(\'/Areas/Research-Topics/Images/Frontiers/Common/Profile/default_profile_32.jpg\')) this.src=\'/Areas/Research-Topics/Images/Frontiers/Common/Profile/default_profile_32.jpg\';"><\/div>';$(n).parent().before(t)}$(n).removeClass("w605").addClass("w603")}function e(n){$(n).parent().prev().attr("style","display:none");$(n).removeClass("w603").addClass("w605")}function o(n){return s(n.replace(/<br\s*[\/]?>/gi,"\n"))}function s(n){for(var i=new RegExp("<a[^>]*>(.*?)<\/a>","i"),t;i.test(n);)t=i.exec(n),t!=null&&t.length>1&&(n=n.replace(i,t[1]));return n}var h=$('<a class="fontnormal btmArrow" href="javascript:void(0);"><span class="upArrow float_right"><\/span><\/a>');return $(function(){r()}),{showUserImage:f,hideUserImage:e,editComment:u}}();return{showUserImage:r.showUserImage,hideUserImage:r.hideUserImage,showAllUsersFeedActivityPopup:i.showAllUsersFeedActivityPopup,hideAllUsersFeedActivityPopup:i.hideAllUsersFeedActivityPopup,comment:{edit:r.editComment}}}();MarkerClusterer.prototype.MARKER_CLUSTER_IMAGE_PATH_="http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/images/m";MarkerClusterer.prototype.MARKER_CLUSTER_IMAGE_EXTENSION_="png";MarkerClusterer.prototype.extend=function(n,t){return function(n){for(var t in n.prototype)this.prototype[t]=n.prototype[t];return this}.apply(n,[t])};MarkerClusterer.prototype.onAdd=function(){this.setReady_(!0)};MarkerClusterer.prototype.draw=function(){};MarkerClusterer.prototype.setupStyles_=function(){if(!this.styles_.length)for(var n=0,t;t=this.sizes[n];n++)this.styles_.push({url:this.imagePath_+(n+1)+"."+this.imageExtension_,height:t,width:t})};MarkerClusterer.prototype.fitMapToMarkers=function(){for(var r=this.getMarkers(),n=new google.maps.LatLngBounds,t=0,i;i=r[t];t++)n.extend(i.getPosition());this.map_.fitBounds(n)};MarkerClusterer.prototype.setStyles=function(n){this.styles_=n};MarkerClusterer.prototype.getStyles=function(){return this.styles_};MarkerClusterer.prototype.isZoomOnClick=function(){return this.zoomOnClick_};MarkerClusterer.prototype.isAverageCenter=function(){return this.averageCenter_};MarkerClusterer.prototype.getMarkers=function(){return this.markers_};MarkerClusterer.prototype.getTotalMarkers=function(){return this.markers_.length};MarkerClusterer.prototype.setMaxZoom=function(n){this.maxZoom_=n};MarkerClusterer.prototype.getMaxZoom=function(){return this.maxZoom_};MarkerClusterer.prototype.calculator_=function(n,t){for(var i=0,u=n.length,r=u;r!==0;)r=parseInt(r/10,10),i++;return i=Math.min(i,t),{text:u,index:i}};MarkerClusterer.prototype.setCalculator=function(n){this.calculator_=n};MarkerClusterer.prototype.getCalculator=function(){return this.calculator_};MarkerClusterer.prototype.addMarkers=function(n,t){var r,i;if(n.length)for(r=0;i=n[r];r++)this.pushMarkerTo_(i);else if(Object.keys(n).length)for(i in n)this.pushMarkerTo_(n[i]);t||this.redraw()};MarkerClusterer.prototype.pushMarkerTo_=function(n){if(n.isAdded=!1,n.draggable){var t=this;google.maps.event.addListener(n,"dragend",function(){n.isAdded=!1;t.repaint()})}this.markers_.push(n)};MarkerClusterer.prototype.addMarker=function(n,t){this.pushMarkerTo_(n);t||this.redraw()};MarkerClusterer.prototype.removeMarker_=function(n){var t=-1,i,r;if(this.markers_.indexOf)t=this.markers_.indexOf(n);else for(i=0;r=this.markers_[i];i++)if(r==n){t=i;break}return t==-1?!1:(n.setMap(null),this.markers_.splice(t,1),!0)};MarkerClusterer.prototype.removeMarker=function(n,t){var i=this.removeMarker_(n);return!t&&i?(this.resetViewport(),this.redraw(),!0):!1};MarkerClusterer.prototype.removeMarkers=function(n,t){for(var r,i=!1,u=0,f;f=n[u];u++)r=this.removeMarker_(f),i=i||r;if(!t&&i)return this.resetViewport(),this.redraw(),!0};MarkerClusterer.prototype.setReady_=function(n){this.ready_||(this.ready_=n,this.createClusters_())};MarkerClusterer.prototype.getTotalClusters=function(){return this.clusters_.length};MarkerClusterer.prototype.getMap=function(){return this.map_};MarkerClusterer.prototype.setMap=function(n){this.map_=n};MarkerClusterer.prototype.getGridSize=function(){return this.gridSize_};MarkerClusterer.prototype.setGridSize=function(n){this.gridSize_=n};MarkerClusterer.prototype.getMinClusterSize=function(){return this.minClusterSize_};MarkerClusterer.prototype.setMinClusterSize=function(n){this.minClusterSize_=n};MarkerClusterer.prototype.getExtendedBounds=function(n){var t=this.getProjection(),e=new google.maps.LatLng(n.getNorthEast().lat(),n.getNorthEast().lng()),o=new google.maps.LatLng(n.getSouthWest().lat(),n.getSouthWest().lng()),r=t.fromLatLngToDivPixel(e),i,u,f;return r.x+=this.gridSize_,r.y-=this.gridSize_,i=t.fromLatLngToDivPixel(o),i.x-=this.gridSize_,i.y+=this.gridSize_,u=t.fromDivPixelToLatLng(r),f=t.fromDivPixelToLatLng(i),n.extend(u),n.extend(f),n};MarkerClusterer.prototype.isMarkerInBounds_=function(n,t){return t.contains(n.getPosition())};MarkerClusterer.prototype.clearMarkers=function(){this.resetViewport(!0);this.markers_=[]};MarkerClusterer.prototype.resetViewport=function(n){for(var r,i,t=0;r=this.clusters_[t];t++)r.remove();for(t=0;i=this.markers_[t];t++)i.isAdded=!1,n&&i.setMap(null);this.clusters_=[]};MarkerClusterer.prototype.repaint=function(){var n=this.clusters_.slice();this.clusters_.length=0;this.resetViewport();this.redraw();window.setTimeout(function(){for(var t=0,i;i=n[t];t++)i.remove()},0)};MarkerClusterer.prototype.redraw=function(){this.createClusters_()};MarkerClusterer.prototype.distanceBetweenPoints_=function(n,t){if(!n||!t)return 0;var i=(t.lat()-n.lat())*Math.PI/180,r=(t.lng()-n.lng())*Math.PI/180,u=Math.sin(i/2)*Math.sin(i/2)+Math.cos(n.lat()*Math.PI/180)*Math.cos(t.lat()*Math.PI/180)*Math.sin(r/2)*Math.sin(r/2),f=2*Math.atan2(Math.sqrt(u),Math.sqrt(1-u));return 6371*f};MarkerClusterer.prototype.addToClosestCluster_=function(n){for(var r,u,t,f=4e4,i=null,o=n.getPosition(),e=0;t=this.clusters_[e];e++)r=t.getCenter(),r&&(u=this.distanceBetweenPoints_(r,n.getPosition()),u<f&&(f=u,i=t));i&&i.isMarkerInClusterBounds(n)?i.addMarker(n):(t=new Cluster(this),t.addMarker(n),this.clusters_.push(t))};MarkerClusterer.prototype.createClusters_=function(){var i,r,t,n;if(this.ready_)for(i=new google.maps.LatLngBounds(this.map_.getBounds().getSouthWest(),this.map_.getBounds().getNorthEast()),r=this.getExtendedBounds(i),t=0;n=this.markers_[t];t++)!n.isAdded&&this.isMarkerInBounds_(n,r)&&this.addToClosestCluster_(n)};Cluster.prototype.isMarkerAlreadyAdded=function(n){if(this.markers_.indexOf)return this.markers_.indexOf(n)!=-1;for(var t=0,i;i=this.markers_[t];t++)if(i==n)return!0;return!1};Cluster.prototype.addMarker=function(n){var t,i;if(this.isMarkerAlreadyAdded(n))return!1;if(this.center_){if(this.averageCenter_){var r=this.markers_.length+1,u=(this.center_.lat()*(r-1)+n.getPosition().lat())/r,f=(this.center_.lng()*(r-1)+n.getPosition().lng())/r;this.center_=new google.maps.LatLng(u,f);this.calculateBounds_()}}else this.center_=n.getPosition(),this.calculateBounds_();if(n.isAdded=!0,this.markers_.push(n),t=this.markers_.length,t<this.minClusterSize_&&n.getMap()!=this.map_&&n.setMap(this.map_),t==this.minClusterSize_)for(i=0;i<t;i++)this.markers_[i].setMap(null);return t>=this.minClusterSize_&&n.setMap(null),this.updateIcon(),!0};Cluster.prototype.getMarkerClusterer=function(){return this.markerClusterer_};Cluster.prototype.getBounds=function(){for(var n=new google.maps.LatLngBounds(this.center_,this.center_),r=this.getMarkers(),t=0,i;i=r[t];t++)n.extend(i.getPosition());return n};Cluster.prototype.remove=function(){this.clusterIcon_.remove();this.markers_.length=0;delete this.markers_};Cluster.prototype.getSize=function(){return this.markers_.length};Cluster.prototype.getMarkers=function(){return this.markers_};Cluster.prototype.getCenter=function(){return this.center_};Cluster.prototype.calculateBounds_=function(){var n=new google.maps.LatLngBounds(this.center_,this.center_);this.bounds_=this.markerClusterer_.getExtendedBounds(n)};Cluster.prototype.isMarkerInClusterBounds=function(n){return this.bounds_.contains(n.getPosition())};Cluster.prototype.getMap=function(){return this.map_};Cluster.prototype.updateIcon=function(){var f=this.map_.getZoom(),t=this.markerClusterer_.getMaxZoom(),n,i,r,u;if(t&&f>t){for(n=0;i=this.markers_[n];n++)i.setMap(this.map_);return}if(this.markers_.length<this.minClusterSize_){this.clusterIcon_.hide();return}r=this.markerClusterer_.getStyles().length;u=this.markerClusterer_.getCalculator()(this.markers_,r);this.clusterIcon_.setCenter(this.center_);this.clusterIcon_.setSums(u);this.clusterIcon_.show()};ClusterIcon.prototype.triggerClusterClick=function(){var n=this.cluster_.getMarkerClusterer();google.maps.event.trigger(n,"clusterclick",this.cluster_);n.isZoomOnClick()&&this.map_.fitBounds(this.cluster_.getBounds())};ClusterIcon.prototype.onAdd=function(){var n,t,i;this.div_=document.createElement("DIV");this.visible_&&(n=this.getPosFromLatLng_(this.center_),this.div_.style.cssText=this.createCss(n),this.div_.innerHTML=this.sums_.text);t=this.getPanes();t.overlayMouseTarget.appendChild(this.div_);i=this;google.maps.event.addDomListener(this.div_,"click",function(){i.triggerClusterClick()})};ClusterIcon.prototype.getPosFromLatLng_=function(n){var t=this.getProjection().fromLatLngToDivPixel(n);return t.x-=parseInt(this.width_/2,10),t.y-=parseInt(this.height_/2,10),t};ClusterIcon.prototype.draw=function(){if(this.visible_){var n=this.getPosFromLatLng_(this.center_);this.div_.style.top=n.y+"px";this.div_.style.left=n.x+"px"}};ClusterIcon.prototype.hide=function(){this.div_&&(this.div_.style.display="none");this.visible_=!1};ClusterIcon.prototype.show=function(){if(this.div_){var n=this.getPosFromLatLng_(this.center_);this.div_.style.cssText=this.createCss(n);this.div_.style.display=""}this.visible_=!0};ClusterIcon.prototype.remove=function(){this.setMap(null)};ClusterIcon.prototype.onRemove=function(){this.div_&&this.div_.parentNode&&(this.hide(),this.div_.parentNode.removeChild(this.div_),this.div_=null)};ClusterIcon.prototype.setSums=function(n){this.sums_=n;this.text_=n.text;this.index_=n.index;this.div_&&(this.div_.innerHTML=n.text);this.useStyle()};ClusterIcon.prototype.useStyle=function(){var t=Math.max(0,this.sums_.index-1),n;t=Math.min(this.styles_.length-1,t);n=this.styles_[t];this.url_=n.url;this.height_=n.height;this.width_=n.width;this.textColor_=n.textColor;this.anchor_=n.anchor;this.textSize_=n.textSize;this.backgroundPosition_=n.backgroundPosition};ClusterIcon.prototype.setCenter=function(n){this.center_=n};ClusterIcon.prototype.createCss=function(n){var t=[],i,r,u;return t.push("background-image:url("+this.url_+");"),i=this.backgroundPosition_?this.backgroundPosition_:"0 0",t.push("background-position:"+i+";"),typeof this.anchor_=="object"?(typeof this.anchor_[0]=="number"&&this.anchor_[0]>0&&this.anchor_[0]<this.height_?t.push("height:"+(this.height_-this.anchor_[0])+"px; padding-top:"+this.anchor_[0]+"px;"):t.push("height:"+this.height_+"px; line-height:"+this.height_+"px;"),typeof this.anchor_[1]=="number"&&this.anchor_[1]>0&&this.anchor_[1]<this.width_?t.push("width:"+(this.width_-this.anchor_[1])+"px; padding-left:"+this.anchor_[1]+"px;"):t.push("width:"+this.width_+"px; text-align:center;")):t.push("height:"+this.height_+"px; line-height:"+this.height_+"px; width:"+this.width_+"px; text-align:center;"),r=this.textColor_?this.textColor_:"black",u=this.textSize_?this.textSize_:11,t.push("cursor:pointer; top:"+n.y+"px; left:"+n.x+"px; color:"+r+"; position:absolute; font-size:"+u+"px; font-family:Arial,sans-serif; font-weight:bold"),t.join("")};window.MarkerClusterer=MarkerClusterer;MarkerClusterer.prototype.addMarker=MarkerClusterer.prototype.addMarker;MarkerClusterer.prototype.addMarkers=MarkerClusterer.prototype.addMarkers;MarkerClusterer.prototype.clearMarkers=MarkerClusterer.prototype.clearMarkers;MarkerClusterer.prototype.fitMapToMarkers=MarkerClusterer.prototype.fitMapToMarkers;MarkerClusterer.prototype.getCalculator=MarkerClusterer.prototype.getCalculator;MarkerClusterer.prototype.getGridSize=MarkerClusterer.prototype.getGridSize;MarkerClusterer.prototype.getExtendedBounds=MarkerClusterer.prototype.getExtendedBounds;MarkerClusterer.prototype.getMap=MarkerClusterer.prototype.getMap;MarkerClusterer.prototype.getMarkers=MarkerClusterer.prototype.getMarkers;MarkerClusterer.prototype.getMaxZoom=MarkerClusterer.prototype.getMaxZoom;MarkerClusterer.prototype.getStyles=MarkerClusterer.prototype.getStyles;MarkerClusterer.prototype.getTotalClusters=MarkerClusterer.prototype.getTotalClusters;MarkerClusterer.prototype.getTotalMarkers=MarkerClusterer.prototype.getTotalMarkers;MarkerClusterer.prototype.redraw=MarkerClusterer.prototype.redraw;MarkerClusterer.prototype.removeMarker=MarkerClusterer.prototype.removeMarker;MarkerClusterer.prototype.removeMarkers=MarkerClusterer.prototype.removeMarkers;MarkerClusterer.prototype.resetViewport=MarkerClusterer.prototype.resetViewport;MarkerClusterer.prototype.repaint=MarkerClusterer.prototype.repaint;MarkerClusterer.prototype.setCalculator=MarkerClusterer.prototype.setCalculator;MarkerClusterer.prototype.setGridSize=MarkerClusterer.prototype.setGridSize;MarkerClusterer.prototype.setMaxZoom=MarkerClusterer.prototype.setMaxZoom;MarkerClusterer.prototype.onAdd=MarkerClusterer.prototype.onAdd;MarkerClusterer.prototype.draw=MarkerClusterer.prototype.draw;Cluster.prototype.getCenter=Cluster.prototype.getCenter;Cluster.prototype.getSize=Cluster.prototype.getSize;Cluster.prototype.getMarkers=Cluster.prototype.getMarkers;ClusterIcon.prototype.onAdd=ClusterIcon.prototype.onAdd;ClusterIcon.prototype.draw=ClusterIcon.prototype.draw;ClusterIcon.prototype.onRemove=ClusterIcon.prototype.onRemove;Object.keys=Object.keys||function(n){var t=[];for(var i in n)n.hasOwnProperty(i)&&t.push(i);return t};inherits(MarkerLabel_,google.maps.OverlayView);MarkerLabel_.getSharedCross=function(n){var t;return typeof MarkerLabel_.getSharedCross.crossDiv=="undefined"&&(t=document.createElement("img"),t.style.cssText="position: absolute; z-index: 1000002; display: none;",t.style.marginLeft="-8px",t.style.marginTop="-9px",t.src=n,MarkerLabel_.getSharedCross.crossDiv=t),MarkerLabel_.getSharedCross.crossDiv};MarkerLabel_.prototype.onAdd=function(){var n=this,r=!1,t=!1,o,s,h,f,i,c,l,u=20,a="url("+this.handCursorURL_+")",e=function(n){n.preventDefault&&n.preventDefault();n.cancelBubble=!0;n.stopPropagation&&n.stopPropagation()},v=function(){n.marker_.setAnimation(null)};this.getPanes().overlayImage.appendChild(this.labelDiv_);this.getPanes().overlayMouseTarget.appendChild(this.eventDiv_);typeof MarkerLabel_.getSharedCross.processed=="undefined"&&(this.getPanes().overlayImage.appendChild(this.crossDiv_),MarkerLabel_.getSharedCross.processed=!0);this.listeners_=[google.maps.event.addDomListener(this.eventDiv_,"mouseover",function(t){(n.marker_.getDraggable()||n.marker_.getClickable())&&(this.style.cursor="pointer",google.maps.event.trigger(n.marker_,"mouseover",t))}),google.maps.event.addDomListener(this.eventDiv_,"mouseout",function(i){(n.marker_.getDraggable()||n.marker_.getClickable())&&!t&&(this.style.cursor=n.marker_.getCursor(),google.maps.event.trigger(n.marker_,"mouseout",i))}),google.maps.event.addDomListener(this.eventDiv_,"mousedown",function(i){t=!1;n.marker_.getDraggable()&&(r=!0,this.style.cursor=a);(n.marker_.getDraggable()||n.marker_.getClickable())&&(google.maps.event.trigger(n.marker_,"mousedown",i),e(i))}),google.maps.event.addDomListener(document,"mouseup",function(e){var s;if(r&&(r=!1,n.eventDiv_.style.cursor="pointer",google.maps.event.trigger(n.marker_,"mouseup",e)),t){if(i){s=n.getProjection().fromLatLngToDivPixel(n.marker_.getPosition());s.y+=u;n.marker_.setPosition(n.getProjection().fromDivPixelToLatLng(s));try{n.marker_.setAnimation(google.maps.Animation.BOUNCE);setTimeout(v,1406)}catch(h){}}n.crossDiv_.style.display="none";n.marker_.setZIndex(o);f=!0;t=!1;e.latLng=n.marker_.getPosition();google.maps.event.trigger(n.marker_,"dragend",e)}}),google.maps.event.addListener(n.marker_.getMap(),"mousemove",function(f){var e;r&&(t?(f.latLng=new google.maps.LatLng(f.latLng.lat()-s,f.latLng.lng()-h),e=n.getProjection().fromLatLngToDivPixel(f.latLng),i&&(n.crossDiv_.style.left=e.x+"px",n.crossDiv_.style.top=e.y+"px",n.crossDiv_.style.display="",e.y-=u),n.marker_.setPosition(n.getProjection().fromDivPixelToLatLng(e)),i&&(n.eventDiv_.style.top=e.y+u+"px"),google.maps.event.trigger(n.marker_,"drag",f)):(s=f.latLng.lat()-n.marker_.getPosition().lat(),h=f.latLng.lng()-n.marker_.getPosition().lng(),o=n.marker_.getZIndex(),c=n.marker_.getPosition(),l=n.marker_.getMap().getCenter(),i=n.marker_.get("raiseOnDrag"),t=!0,n.marker_.setZIndex(1e6),f.latLng=n.marker_.getPosition(),google.maps.event.trigger(n.marker_,"dragstart",f)))}),google.maps.event.addDomListener(document,"keydown",function(r){t&&r.keyCode===27&&(i=!1,n.marker_.setPosition(c),n.marker_.getMap().setCenter(l),google.maps.event.trigger(document,"mouseup",r))}),google.maps.event.addDomListener(this.eventDiv_,"click",function(t){(n.marker_.getDraggable()||n.marker_.getClickable())&&(f?f=!1:(google.maps.event.trigger(n.marker_,"click",t),e(t)))}),google.maps.event.addDomListener(this.eventDiv_,"dblclick",function(t){(n.marker_.getDraggable()||n.marker_.getClickable())&&(google.maps.event.trigger(n.marker_,"dblclick",t),e(t))}),google.maps.event.addListener(this.marker_,"dragstart",function(){t||(i=this.get("raiseOnDrag"))}),google.maps.event.addListener(this.marker_,"drag",function(){t||i&&(n.setPosition(u),n.labelDiv_.style.zIndex=1e6+(this.get("labelInBackground")?-1:1))}),google.maps.event.addListener(this.marker_,"dragend",function(){t||i&&n.setPosition(0)}),google.maps.event.addListener(this.marker_,"position_changed",function(){n.setPosition()}),google.maps.event.addListener(this.marker_,"zindex_changed",function(){n.setZIndex()}),google.maps.event.addListener(this.marker_,"visible_changed",function(){n.setVisible()}),google.maps.event.addListener(this.marker_,"labelvisible_changed",function(){n.setVisible()}),google.maps.event.addListener(this.marker_,"title_changed",function(){n.setTitle()}),google.maps.event.addListener(this.marker_,"labelcontent_changed",function(){n.setContent()}),google.maps.event.addListener(this.marker_,"labelanchor_changed",function(){n.setAnchor()}),google.maps.event.addListener(this.marker_,"labelclass_changed",function(){n.setStyles()}),google.maps.event.addListener(this.marker_,"labelstyle_changed",function(){n.setStyles()})]};MarkerLabel_.prototype.onRemove=function(){var n;if(this.labelDiv_.parentNode!==null&&this.labelDiv_.parentNode.removeChild(this.labelDiv_),this.eventDiv_.parentNode!==null&&this.eventDiv_.parentNode.removeChild(this.eventDiv_),this.listeners_!=null)for(n=0;n<this.listeners_.length;n++)google.maps.event.removeListener(this.listeners_[n])};MarkerLabel_.prototype.draw=function(){this.setContent();this.setTitle();this.setStyles()};MarkerLabel_.prototype.setContent=function(){var n=this.marker_.get("labelContent");typeof n.nodeType=="undefined"?(this.labelDiv_.innerHTML=n,this.eventDiv_.innerHTML=this.labelDiv_.innerHTML):(this.labelDiv_.innerHTML="",this.labelDiv_.appendChild(n),n=n.cloneNode(!0),this.eventDiv_.innerHTML="",this.eventDiv_.appendChild(n))};MarkerLabel_.prototype.setTitle=function(){this.eventDiv_.title=this.marker_.getTitle()||""};MarkerLabel_.prototype.setStyles=function(){var n,t;this.labelDiv_.className=this.marker_.get("labelClass");this.eventDiv_.className=this.labelDiv_.className;this.labelDiv_.style.cssText="";this.eventDiv_.style.cssText="";t=this.marker_.get("labelStyle");for(n in t)t.hasOwnProperty(n)&&(this.labelDiv_.style[n]=t[n],this.eventDiv_.style[n]=t[n]);this.setMandatoryStyles()};MarkerLabel_.prototype.setMandatoryStyles=function(){this.labelDiv_.style.position="absolute";this.labelDiv_.style.overflow="hidden";typeof this.labelDiv_.style.opacity!="undefined"&&this.labelDiv_.style.opacity!==""&&(this.labelDiv_.style.MsFilter='"progid:DXImageTransform.Microsoft.Alpha(opacity='+this.labelDiv_.style.opacity*100+')"',this.labelDiv_.style.filter="alpha(opacity="+this.labelDiv_.style.opacity*100+")");this.eventDiv_.style.position=this.labelDiv_.style.position;this.eventDiv_.style.overflow=this.labelDiv_.style.overflow;this.eventDiv_.style.opacity=.01;this.eventDiv_.style.MsFilter='"progid:DXImageTransform.Microsoft.Alpha(opacity=1)"';this.eventDiv_.style.filter="alpha(opacity=1)";this.setAnchor();this.setPosition();this.setVisible()};MarkerLabel_.prototype.setAnchor=function(){var n=this.marker_.get("labelAnchor");this.labelDiv_.style.marginLeft=-n.x+"px";this.labelDiv_.style.marginTop=-n.y+"px";this.eventDiv_.style.marginLeft=-n.x+"px";this.eventDiv_.style.marginTop=-n.y+"px"};MarkerLabel_.prototype.setPosition=function(n){var t=this.getProjection().fromLatLngToDivPixel(this.marker_.getPosition());typeof n=="undefined"&&(n=0);this.labelDiv_.style.left=Math.round(t.x)+"px";this.labelDiv_.style.top=Math.round(t.y-n)+"px";this.eventDiv_.style.left=this.labelDiv_.style.left;this.eventDiv_.style.top=this.labelDiv_.style.top;this.setZIndex()};MarkerLabel_.prototype.setZIndex=function(){var n=this.marker_.get("labelInBackground")?-1:1;typeof this.marker_.getZIndex()=="undefined"?(this.labelDiv_.style.zIndex=parseInt(this.labelDiv_.style.top,10)+n,this.eventDiv_.style.zIndex=this.labelDiv_.style.zIndex):(this.labelDiv_.style.zIndex=this.marker_.getZIndex()+n,this.eventDiv_.style.zIndex=this.labelDiv_.style.zIndex)};MarkerLabel_.prototype.setVisible=function(){this.labelDiv_.style.display=this.marker_.get("labelVisible")?this.marker_.getVisible()?"block":"none":"none";this.eventDiv_.style.display=this.labelDiv_.style.display};inherits(MarkerWithLabel,google.maps.Marker);MarkerWithLabel.prototype.setMap=function(n){google.maps.Marker.prototype.setMap.apply(this,arguments);this.label.setMap(n)},function(n,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.header=t():n.header=t()}(window,function(){return function(n){function t(r){if(i[r])return i[r].exports;var u=i[r]={i:r,l:!1,exports:{}};return n[r].call(u.exports,u,u.exports,t),u.l=!0,u.exports}var i={};return t.m=n,t.c=i,t.d=function(n,i,r){t.o(n,i)||Object.defineProperty(n,i,{enumerable:!0,get:r})},t.r=function(n){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(n,Symbol.toStringTag,{value:"Module"});Object.defineProperty(n,"__esModule",{value:!0})},t.t=function(n,i){var r,u;if((1&i&&(n=t(n)),8&i)||4&i&&"object"==typeof n&&n&&n.__esModule)return n;if(r=Object.create(null),t.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:n}),2&i&&"string"!=typeof n)for(u in n)t.d(r,u,function(t){return n[t]}.bind(null,u));return r},t.n=function(n){var i=n&&n.__esModule?function(){return n["default"]}:function(){return n};return t.d(i,"a",i),i},t.o=function(n,t){return Object.prototype.hasOwnProperty.call(n,t)},t.p="",t(t.s=21)}([function(n,t,i){(function(t){var i=function(n){return n&&n.Math==Math&&n};n.exports=i("object"==typeof globalThis&&globalThis)||i("object"==typeof window&&window)||i("object"==typeof self&&self)||i("object"==typeof t&&t)||Function("return this")()}).call(this,i(27))},function(n){n.exports=function(n){try{return!!n()}catch(n){return!0}}},function(n){n.exports=function(n){return"object"==typeof n?null!==n:"function"==typeof n}},function(n,t,i){var r=i(1);n.exports=!r(function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})},function(n){n.exports=function(n,t){return{enumerable:!(1&n),configurable:!(2&n),writable:!(4&n),value:t}}},function(n,t,i){var r=i(2);n.exports=function(n,t){if(!r(n))return n;var i,u;if(t&&"function"==typeof(i=n.toString)&&!r(u=i.call(n))||"function"==typeof(i=n.valueOf)&&!r(u=i.call(n))||!t&&"function"==typeof(i=n.toString)&&!r(u=i.call(n)))return u;throw TypeError("Can't convert object to primitive value");}},function(n){var t={}.hasOwnProperty;n.exports=function(n,i){return t.call(n,i)}},function(n){n.exports={}},function(n,t,i){var r=i(11);n.exports=Array.isArray||function(n){return"Array"==r(n)}},function(n,t,i){var e=i(0),o=i(42),f=i(6),s=i(46),h=i(16),c=i(47),u=o("wks"),r=e.Symbol,l=c?r:r&&r.withoutSetter||s;n.exports=function(n){return f(u,n)||(u[n]=h&&f(r,n)?r[n]:l("Symbol."+n)),u[n]}},function(n,t,i){"use strict";var u=i(0),s=i(28).f,h=i(33),r=i(7),e=i(34),f=i(14),o=i(6),c=function(n){var t=function(t,i,r){if(this instanceof n){switch(arguments.length){case 0:return new n;case 1:return new n(t);case 2:return new n(t,i)}return new n(t,i,r)}return n.apply(this,arguments)};return t.prototype=n.prototype,t};n.exports=function(n,t){var it,a,y,i,l,p,w,k,d,v=n.target,g=n.global,rt=n.stat,ut=n.proto,b=g?u:rt?u[v]:(u[v]||{}).prototype,nt=g?r:r[v]||(r[v]={}),tt=nt.prototype;for(i in t)it=h(g?i:v+(rt?".":"#")+i,n.forced),a=!it&&b&&o(b,i),p=nt[i],a&&(n.noTargetGet?(d=s(b,i),w=d&&d.value):w=b[i]),l=a&&w?w:t[i],a&&typeof p==typeof l||(k=n.bind&&a?e(l,u):n.wrap&&a?c(l):ut&&"function"==typeof l?e(Function.call,l):l,(n.sham||l&&l.sham||p&&p.sham)&&f(k,"sham",!0),nt[i]=k,ut&&(y=v+"Prototype",!o(r,y)&&f(r,y,{}),r[y][i]=l,n.real&&tt&&!tt[i]&&f(tt,i,l)))}},function(n){var t={}.toString;n.exports=function(n){return t.call(n).slice(8,-1)}},function(n){n.exports=function(n){if(n==void 0)throw TypeError("Can't call method on "+n);return n}},function(n,t,i){var r=i(3),u=i(1),f=i(32);n.exports=!r&&!u(function(){return 7!=Object.defineProperty(f("div"),"a",{get:function(){return 7}}).a})},function(n,t,i){var r=i(3),u=i(15),f=i(4);n.exports=r?function(n,t,i){return u.f(n,t,f(1,i))}:function(n,t,i){return n[t]=i,n}},function(n,t,i){var f=i(3),e=i(13),r=i(36),o=i(5),u=Object.defineProperty;t.f=f?u:function(n,t,i){if(r(n),t=o(t,!0),r(i),e)try{return u(n,t,i)}catch(n){}if("get"in i||"set"in i)throw TypeError("Accessors not supported");return"value"in i&&(n[t]=i.value),n}},function(n,t,i){var r=i(1);n.exports=!!Object.getOwnPropertySymbols&&!r(function(){return!(Symbol()+"")})},function(n,t,i){var r,u,h=i(0),f=i(49),e=h.process,o=e&&e.versions,s=o&&o.v8;s?(r=s.split("."),u=r[0]+r[1]):f&&(r=f.match(/Edge\/(\d+)/),(!r||74<=r[1])&&(r=f.match(/Chrome\/(\d+)/),r&&(u=r[1])));n.exports=u&&+u},function(n,t,i){var r=i(7);n.exports=function(n){return r[n+"Prototype"]}},function(n,t,i){n.exports=i(23)},function(n,t,i){n.exports=i(51)},function(n,t,i){n.exports=i(22)},function(n,t,i){"use strict";i.r(t);var r=i(19),u=i.n(r),f=i(20),e=i.n(f);t["default"]={Render:function(n,t){function f(n,t){var r=document.getElementsByTagName("body")[0],i=document.createElement("script");i.src=n;t&&(i.onload=function(){return t(i)});r.appendChild(i)}function h(n){var i=document.getElementsByTagName("head")[0],t=document.createElement("link");t.rel="stylesheet";t.href=n;i.appendChild(t)}var i="",o,s,r;if(!t){if(r=e()(o=window.location.hostname.split(".")).call(o),2>r.length)throw"Invalid hostname ".concat(window.location.hostname);i=u()(s="".concat(r[1],".")).call(s,r[0]);t={userInfoUrl:"https://navigation-plugins-api.".concat(i,"/plugins-api/get-user-info"),baseUrl:"".concat(i),headerApiUrl:"https://navigation-plugins-api.".concat(i,"/plugins-api/get-header-resource")}}f(t.headerApiUrl,function(){h(headerNavigationPluginResource.info.StyleUrl);f(headerNavigationPluginResource.info.ScriptUrl,function(){headerNavigationPlugin.Render(n,t,headerNavigationPluginResource.menuConfiguration)})})}}},function(n,t,i){var r=i(24);n.exports=r},function(n,t,i){var u=i(25),r=Array.prototype;n.exports=function(n){var t=n.concat;return n===r||n instanceof Array&&t===r.concat?u:t}},function(n,t,i){i(26);var r=i(18);n.exports=r("Array").concat},function(n,t,i){"use strict";var o=i(10),s=i(1),h=i(8),c=i(2),l=i(37),a=i(38),r=i(40),v=i(41),y=i(48),p=i(9),w=i(17),u=p("isConcatSpreadable"),f=9007199254740991,e="Maximum allowed index exceeded",b=51<=w||!s(function(){var n=[];return n[u]=!1,n.concat()[0]!==n}),k=y("concat"),d=function(n){if(!c(n))return!1;var t=n[u];return t===void 0?h(n):!!t};o({target:"Array",proto:!0,forced:!b||!k},{concat:function(){for(var i,s,n,h=l(this),u=v(h,0),t=0,o=-1,c=arguments.length;o<c;o++)if(n=-1===o?h:arguments[o],d(n)){if(s=a(n.length),t+s>f)throw TypeError(e);for(i=0;i<s;i++,t++)i in n&&r(u,t,n[i])}else{if(t>=f)throw TypeError(e);r(u,t++,n)}return u.length=t,u}})},function(n){var t=function(){return this}();try{t=t||new Function("return this")()}catch(n){"object"==typeof window&&(t=window)}n.exports=t},function(n,t,i){var u=i(3),f=i(29),e=i(4),o=i(30),s=i(5),h=i(6),c=i(13),r=Object.getOwnPropertyDescriptor;t.f=u?r:function(n,t){if(n=o(n),t=s(t,!0),c)try{return r(n,t)}catch(n){}if(h(n,t))return e(!f.f.call(n,t),n[t])}},function(n,t){"use strict";var i={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,u=r&&!i.call({1:2},1);t.f=u?function(n){var t=r(this,n);return!!t&&t.enumerable}:i},function(n,t,i){var r=i(31),u=i(12);n.exports=function(n){return r(u(n))}},function(n,t,i){var r=i(1),u=i(11),f="".split;n.exports=r(function(){return!Object("z").propertyIsEnumerable(0)})?function(n){return"String"==u(n)?f.call(n,""):Object(n)}:Object},function(n,t,i){var f=i(0),u=i(2),r=f.document,e=u(r)&&u(r.createElement);n.exports=function(n){return e?r.createElement(n):{}}},function(n,t,i){var u=i(1),f=/#|\.prototype\./,r=function(n,t){var i=o[e(n)];return!(i!=h)||i!=s&&("function"==typeof t?u(t):!!t)},e=r.normalize=function(n){return(n+"").replace(f,".").toLowerCase()},o=r.data={},s=r.NATIVE="N",h=r.POLYFILL="P";n.exports=r},function(n,t,i){var r=i(35);n.exports=function(n,t,i){return(r(n),void 0===t)?n:0===i?function(){return n.call(t)}:1===i?function(i){return n.call(t,i)}:2===i?function(i,r){return n.call(t,i,r)}:3===i?function(i,r,u){return n.call(t,i,r,u)}:function(){return n.apply(t,arguments)}}},function(n){n.exports=function(n){if("function"!=typeof n)throw TypeError(n+" is not a function");return n}},function(n,t,i){var r=i(2);n.exports=function(n){if(!r(n))throw TypeError(n+" is not an object");return n}},function(n,t,i){var r=i(12);n.exports=function(n){return Object(r(n))}},function(n,t,i){var r=i(39),u=Math.min;n.exports=function(n){return 0<n?u(r(n),9007199254740991):0}},function(n){var t=Math.ceil,i=Math.floor;n.exports=function(n){return isNaN(n=+n)?0:(0<n?i:t)(n)}},function(n,t,i){"use strict";var r=i(5),u=i(15),f=i(4);n.exports=function(n,t,i){var e=r(t);e in n?u.f(n,e,f(0,i)):n[e]=i}},function(n,t,i){var u=i(2),r=i(8),f=i(9),e=f("species");n.exports=function(n,t){var i;return r(n)&&(i=n.constructor,"function"==typeof i&&(i===Array||r(i.prototype))?i=void 0:u(i)&&(i=i[e],null===i&&(i=void 0))),new(void 0===i?Array:i)(0===t?0:t)}},function(n,t,i){var u=i(43),r=i(44);(n.exports=function(n,t){return r[n]||(r[n]=t===void 0?{}:t)})("versions",[]).push({version:"3.6.2",mode:u?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(n){n.exports=!0},function(n,t,i){var u=i(0),f=i(45),r="__core-js_shared__",e=u[r]||f(r,{});n.exports=e},function(n,t,i){var r=i(0),u=i(14);n.exports=function(n,t){try{u(r,n,t)}catch(i){r[n]=t}return t}},function(n){var t=0,i=Math.random();n.exports=function(n){return"Symbol("+((n===void 0?"":n)+"")+")_"+(++t+i).toString(36)}},function(n,t,i){var r=i(16);n.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(n,t,i){var r=i(1),u=i(9),f=i(17),e=u("species");n.exports=function(n){return 51<=f||!r(function(){var t=[],i=t.constructor={};return i[e]=function(){return{foo:1}},1!==t[n](Boolean).foo})}},function(n,t,i){var r=i(50);n.exports=r("navigator","userAgent")||""},function(n,t,i){var r=i(7),u=i(0),f=function(n){if("function"==typeof n)return n};n.exports=function(n,t){return 2>arguments.length?f(r[n])||f(u[n]):r[n]&&r[n][t]||u[n]&&u[n][t]}},function(n,t,i){var r=i(52);n.exports=r},function(n,t,i){var u=i(53),r=Array.prototype;n.exports=function(n){var t=n.reverse;return n===r||n instanceof Array&&t===r.reverse?u:t}},function(n,t,i){i(54);var r=i(18);n.exports=r("Array").reverse},function(n,t,i){"use strict";var u=i(10),f=i(8),e=[].reverse,r=[1,2];u({target:"Array",proto:!0,forced:r+""==r.reverse()+""},{reverse:function(){return f(this)&&(this.length=this.length),e.call(this)}})}])["default"]}),function(n,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.footer=t():n.footer=t()}(window,function(){var n=Math.min;return function(n){function t(r){if(i[r])return i[r].exports;var u=i[r]={i:r,l:!1,exports:{}};return n[r].call(u.exports,u,u.exports,t),u.l=!0,u.exports}var i={};return t.m=n,t.c=i,t.d=function(n,i,r){t.o(n,i)||Object.defineProperty(n,i,{enumerable:!0,get:r})},t.r=function(n){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(n,Symbol.toStringTag,{value:"Module"});Object.defineProperty(n,"__esModule",{value:!0})},t.t=function(n,i){var r,u;if((1&i&&(n=t(n)),8&i)||4&i&&"object"==typeof n&&n&&n.__esModule)return n;if(r=Object.create(null),t.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:n}),2&i&&"string"!=typeof n)for(u in n)t.d(r,u,function(t){return n[t]}.bind(null,u));return r},t.n=function(n){var i=n&&n.__esModule?function(){return n["default"]}:function(){return n};return t.d(i,"a",i),i},t.o=function(n,t){return Object.prototype.hasOwnProperty.call(n,t)},t.p="",t(t.s=31)}([function(n,t,i){(function(t){var i=function(n){return n&&n.Math==Math&&n};n.exports=i("object"==typeof globalThis&&globalThis)||i("object"==typeof window&&window)||i("object"==typeof self&&self)||i("object"==typeof t&&t)||Function("return this")()}).call(this,i(34))},function(n){n.exports=function(n){try{return!!n()}catch(n){return!0}}},function(n){n.exports=function(n){return"object"==typeof n?null!==n:"function"==typeof n}},function(n){var t={}.hasOwnProperty;n.exports=function(n,i){return t.call(n,i)}},function(n,t,i){var e=i(0),o=i(24),f=i(3),s=i(25),h=i(29),c=i(55),u=o("wks"),r=e.Symbol,l=c?r:r&&r.withoutSetter||s;n.exports=function(n){return f(u,n)||(u[n]=h&&f(r,n)?r[n]:l("Symbol."+n)),u[n]}},function(n,t,i){var r=i(7),u=i(14),f=i(11);n.exports=r?function(n,t,i){return u.f(n,t,f(1,i))}:function(n,t,i){return n[t]=i,n}},function(n,t,i){var r=i(2);n.exports=function(n){if(!r(n))throw TypeError(n+" is not an object");return n}},function(n,t,i){var r=i(1);n.exports=!r(function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})},function(n){var t={}.toString;n.exports=function(n){return t.call(n).slice(8,-1)}},function(n){n.exports=function(n){if(n==void 0)throw TypeError("Can't call method on "+n);return n}},function(n,t,i){"use strict";var h=i(61),e=i(62),r=RegExp.prototype.exec,c=String.prototype.replace,o=r,u=function(){var n=/a/,t=/b*/g;return r.call(n,"a"),r.call(t,"a"),0!==n.lastIndex||0!==t.lastIndex}(),s=e.UNSUPPORTED_Y||e.BROKEN_CARET,f=/()??/.exec("")[1]!==void 0;(u||f||s)&&(o=function(n){var w,l,t,o,i=this,y=s&&i.sticky,e=h.call(i),a=i.source,p=0,v=n;return y&&(e=e.replace("y",""),-1===e.indexOf("g")&&(e+="g"),v=(n+"").slice(i.lastIndex),0<i.lastIndex&&(!i.multiline||i.multiline&&"\n"!==n[i.lastIndex-1])&&(a="(?: "+a+")",v=" "+v,p++),l=new RegExp("^(?:"+a+")",e)),f&&(l=new RegExp("^"+a+"$(?!\\s)",e)),u&&(w=i.lastIndex),t=r.call(y?l:i,v),y?t?(t.input=t.input.slice(p),t[0]=t[0].slice(p),t.index=i.lastIndex,i.lastIndex+=t[0].length):i.lastIndex=0:u&&t&&(i.lastIndex=i.global?t.index+t[0].length:w),f&&t&&1<t.length&&c.call(t[0],l,function(){for(o=1;o<arguments.length-2;o++)void 0===arguments[o]&&(t[o]=void 0)}),t});n.exports=o},function(n){n.exports=function(n,t){return{enumerable:!(1&n),configurable:!(2&n),writable:!(4&n),value:t}}},function(n,t,i){var r=i(36),u=i(9);n.exports=function(n){return r(u(n))}},function(n,t,i){var r=i(2);n.exports=function(n,t){if(!r(n))return n;var i,u;if(t&&"function"==typeof(i=n.toString)&&!r(u=i.call(n))||"function"==typeof(i=n.valueOf)&&!r(u=i.call(n))||!t&&"function"==typeof(i=n.toString)&&!r(u=i.call(n)))return u;throw TypeError("Can't convert object to primitive value");}},function(n,t,i){var f=i(7),e=i(20),r=i(6),o=i(13),u=Object.defineProperty;t.f=f?u:function(n,t,i){if(r(n),t=o(t,!0),r(i),e)try{return u(n,t,i)}catch(n){}if("get"in i||"set"in i)throw TypeError("Accessors not supported");return"value"in i&&(n[t]=i.value),n}},function(n,t,i){var r=i(0),u=i(5);n.exports=function(n,t){try{u(r,n,t)}catch(i){r[n]=t}return t}},function(t,i,r){var u=r(17);t.exports=function(t){return 0<t?n(u(t),9007199254740991):0}},function(n){var t=Math.ceil,i=Math.floor;n.exports=function(n){return isNaN(n=+n)?0:(0<n?i:t)(n)}},function(n,t,i){var r=i(0),u=i(19).f,f=i(5),e=i(21),o=i(15),s=i(42),h=i(51);n.exports=function(n,t){var p,l,i,c,a,y,v=n.target,w=n.global,b=n.stat;if(l=w?r:b?r[v]||o(v,{}):(r[v]||{}).prototype,l)for(i in t){if(a=t[i],n.noTargetGet?(y=u(l,i),c=y&&y.value):c=l[i],p=h(w?i:v+(b?".":"#")+i,n.forced),!p&&void 0!==c){if(typeof a==typeof c)continue;s(a,c)}(n.sham||c&&c.sham)&&f(a,"sham",!0);e(l,i,a,n)}}},function(n,t,i){var u=i(7),f=i(35),e=i(11),o=i(12),s=i(13),h=i(3),c=i(20),r=Object.getOwnPropertyDescriptor;t.f=u?r:function(n,t){if(n=o(n),t=s(t,!0),c)try{return r(n,t)}catch(n){}if(h(n,t))return e(!f.f.call(n,t),n[t])}},function(n,t,i){var r=i(7),u=i(1),f=i(37);n.exports=!r&&!u(function(){return 7!=Object.defineProperty(f("div"),"a",{get:function(){return 7}}).a})},function(n,t,i){var f=i(0),r=i(5),e=i(3),o=i(15),s=i(22),u=i(38),h=u.get,c=u.enforce,l=(String+"").split("String");(n.exports=function(n,t,i,u){var h=!!u&&!!u.unsafe,s=!!u&&!!u.enumerable,a=!!u&&!!u.noTargetGet;return("function"==typeof i&&("string"==typeof t&&!e(i,"name")&&r(i,"name",t),c(i).source=l.join("string"==typeof t?t:"")),n===f)?void(s?n[t]=i:o(t,i)):void(h?!a&&n[t]&&(s=!0):delete n[t],s?n[t]=i:r(n,t,i))})(Function.prototype,"toString",function(){return"function"==typeof this&&h(this).source||s(this)})},function(n,t,i){var r=i(23),u=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(n){return u.call(n)});n.exports=r.inspectSource},function(n,t,i){var u=i(0),f=i(15),r="__core-js_shared__",e=u[r]||f(r,{});n.exports=e},function(n,t,i){var u=i(41),r=i(23);(n.exports=function(n,t){return r[n]||(r[n]=t===void 0?{}:t)})("versions",[]).push({version:"3.6.2",mode:u?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(n){var t=0,i=Math.random();n.exports=function(n){return"Symbol("+((n===void 0?"":n)+"")+")_"+(++t+i).toString(36)}},function(n){n.exports={}},function(n,t,i){var r=i(44),u=i(0),f=function(n){if("function"==typeof n)return n};n.exports=function(n,t){return 2>arguments.length?f(r[n])||f(u[n]):r[n]&&r[n][t]||u[n]&&u[n][t]}},function(n,t,i){var r=i(8);n.exports=Array.isArray||function(n){return"Array"==r(n)}},function(n,t,i){var r=i(1);n.exports=!!Object.getOwnPropertySymbols&&!r(function(){return!(Symbol()+"")})},function(n,t,i){var r,u,h=i(0),f=i(57),e=h.process,o=e&&e.versions,s=o&&o.v8;s?(r=s.split("."),u=r[0]+r[1]):f&&(r=f.match(/Edge\/(\d+)/),(!r||74<=r[1])&&(r=f.match(/Chrome\/(\d+)/),r&&(u=r[1])));n.exports=u&&+u},function(n,t,i){n.exports=i(32)},function(n,t,i){"use strict";i.r(t);var r=i(33),f=i.n(r),u=i(58),e=i.n(u);t["default"]={Render:function(n,t){function r(n,t){var r=document.getElementsByTagName("body")[0],i=document.createElement("script");i.src=n;t&&(i.onload=function(){return t(i)});r.appendChild(i)}function f(n){var i=document.getElementsByTagName("head")[0],t=document.createElement("link");t.rel="stylesheet";t.href=n;i.appendChild(t)}var u="",i;if(!t){if(i=window.location.hostname.split(".").reverse(),2>i.length)throw"Invalid hostname ".concat(window.location.hostname);u="".concat(i[1],".").concat(i[0]);t={footerApiUrl:"https://navigation-plugins-api.".concat(u,"/plugins-api/get-footer-resource")}}r(t.footerApiUrl,function(){f(footerNavigationPluginResource.info.StyleUrl);r(footerNavigationPluginResource.info.ScriptUrl,function(){footerNavigationPlugin.Render(n,footerNavigationPluginResource.menuConfiguration)})})}}},function(n,t,i){"use strict";var o=i(18),s=i(1),h=i(28),c=i(2),l=i(52),a=i(16),r=i(53),v=i(54),y=i(56),p=i(4),w=i(30),u=p("isConcatSpreadable"),f=9007199254740991,e="Maximum allowed index exceeded",b=51<=w||!s(function(){var n=[];return n[u]=!1,n.concat()[0]!==n}),k=y("concat"),d=function(n){if(!c(n))return!1;var t=n[u];return t===void 0?h(n):!!t};o({target:"Array",proto:!0,forced:!b||!k},{concat:function(){for(var i,s,n,h=l(this),u=v(h,0),t=0,o=-1,c=arguments.length;o<c;o++)if(n=-1===o?h:arguments[o],d(n)){if(s=a(n.length),t+s>f)throw TypeError(e);for(i=0;i<s;i++,t++)i in n&&r(u,t,n[i])}else{if(t>=f)throw TypeError(e);r(u,t++,n)}return u.length=t,u}})},function(n){var t=function(){return this}();try{t=t||new Function("return this")()}catch(n){"object"==typeof window&&(t=window)}n.exports=t},function(n,t){"use strict";var i={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,u=r&&!i.call({1:2},1);t.f=u?function(n){var t=r(this,n);return!!t&&t.enumerable}:i},function(n,t,i){var r=i(1),u=i(8),f="".split;n.exports=r(function(){return!Object("z").propertyIsEnumerable(0)})?function(n){return"String"==u(n)?f.call(n,""):Object(n)}:Object},function(n,t,i){var f=i(0),u=i(2),r=f.document,e=u(r)&&u(r.createElement);n.exports=function(n){return e?r.createElement(n):{}}},function(n,t,i){var e,f,o,h=i(39),c=i(0),l=i(2),a=i(5),s=i(3),v=i(40),y=i(26),p=c.WeakMap,w=function(n){return o(n)?f(n):e(n,{})},r;if(h){var u=new p,b=u.get,k=u.has,d=u.set;e=function(n,t){return d.call(u,n,t),t};f=function(n){return b.call(u,n)||{}};o=function(n){return k.call(u,n)}}else r=v("state"),y[r]=!0,e=function(n,t){return a(n,r,t),t},f=function(n){return s(n,r)?n[r]:{}},o=function(n){return s(n,r)};n.exports={set:e,get:f,has:o,enforce:w,getterFor:function(n){return function(t){var i;if(!l(t)||(i=f(t)).type!==n)throw TypeError("Incompatible receiver, "+n+" required");return i}}}},function(n,t,i){var u=i(0),f=i(22),r=u.WeakMap;n.exports="function"==typeof r&&/native code/.test(f(r))},function(n,t,i){var u=i(24),f=i(25),r=u("keys");n.exports=function(n){return r[n]||(r[n]=f(n))}},function(n){n.exports=!1},function(n,t,i){var r=i(3),u=i(43),f=i(19),e=i(14);n.exports=function(n,t){for(var i,s=u(t),h=e.f,c=f.f,o=0;o<s.length;o++)i=s[o],r(n,i)||h(n,i,c(t,i))}},function(n,t,i){var r=i(27),u=i(45),f=i(50),e=i(6);n.exports=r("Reflect","ownKeys")||function(n){var t=u.f(e(n)),i=f.f;return i?t.concat(i(n)):t}},function(n,t,i){var r=i(0);n.exports=r},function(n,t,i){var r=i(46),u=i(49),f=u.concat("length","prototype");t.f=Object.getOwnPropertyNames||function(n){return r(n,f)}},function(n,t,i){var r=i(3),u=i(12),f=i(47).indexOf,e=i(26);n.exports=function(n,t){var i,s=u(n),h=0,o=[];for(i in s)!r(e,i)&&r(s,i)&&o.push(i);for(;t.length>h;)r(s,i=t[h++])&&(~f(o,i)||o.push(i));return o}},function(n,t,i){var u=i(12),f=i(16),e=i(48),r=function(n){return function(t,i,r){var h,s=u(t),c=f(s.length),o=e(r,c);if(n&&i!=i){for(;c>o;)if(h=s[o++],h!=h)return!0}else for(;c>o;o++)if((n||o in s)&&s[o]===i)return n||o||0;return!n&&-1}};n.exports={includes:r(!0),indexOf:r(!1)}},function(t,i,r){var u=r(17),f=Math.max;t.exports=function(t,i){var r=u(t);return 0>r?f(r+i,0):n(r,i)}},function(n){n.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(n,t){t.f=Object.getOwnPropertySymbols},function(n,t,i){var u=i(1),f=/#|\.prototype\./,r=function(n,t){var i=o[e(n)];return!(i!=h)||i!=s&&("function"==typeof t?u(t):!!t)},e=r.normalize=function(n){return(n+"").replace(f,".").toLowerCase()},o=r.data={},s=r.NATIVE="N",h=r.POLYFILL="P";n.exports=r},function(n,t,i){var r=i(9);n.exports=function(n){return Object(r(n))}},function(n,t,i){"use strict";var r=i(13),u=i(14),f=i(11);n.exports=function(n,t,i){var e=r(t);e in n?u.f(n,e,f(0,i)):n[e]=i}},function(n,t,i){var u=i(2),r=i(28),f=i(4),e=f("species");n.exports=function(n,t){var i;return r(n)&&(i=n.constructor,"function"==typeof i&&(i===Array||r(i.prototype))?i=void 0:u(i)&&(i=i[e],null===i&&(i=void 0))),new(void 0===i?Array:i)(0===t?0:t)}},function(n,t,i){var r=i(29);n.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(n,t,i){var r=i(1),u=i(4),f=i(30),e=u("species");n.exports=function(n){return 51<=f||!r(function(){var t=[],i=t.constructor={};return i[e]=function(){return{foo:1}},1!==t[n](Boolean).foo})}},function(n,t,i){var r=i(27);n.exports=r("navigator","userAgent")||""},function(t,i,r){"use strict";var s=r(59),h=r(63),c=r(6),e=r(9),l=r(64),a=r(66),v=r(16),o=r(68),y=r(10),p=r(1),w=[].push,f=4294967295,u=!p(function(){return!RegExp(f,"y")});s("split",2,function(t,i,r){var s;return s="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||1<".".split(/()()/).length||"".split(/.?/).length?function(n,t){var u=e(this)+"",s=void 0===t?f:t>>>0;if(0==s)return[];if(void 0===n)return[u];if(!h(n))return i.call(u,n,s);for(var o,a,v,r=[],p=(n.ignoreCase?"i":"")+(n.multiline?"m":"")+(n.unicode?"u":"")+(n.sticky?"y":""),c=0,l=new RegExp(n.source,p+"g");(o=y.call(l,u))&&(a=l.lastIndex,!(a>c&&(r.push(u.slice(c,o.index)),1<o.length&&o.index<u.length&&w.apply(r,o.slice(1)),v=o[0].length,c=a,r.length>=s)));)l.lastIndex===o.index&&l.lastIndex++;return c===u.length?(v||!l.test(""))&&r.push(""):r.push(u.slice(c)),r.length>s?r.slice(0,s):r}:function(n,t){return void 0===n&&0===t?[]:i.call(this,n,t)},[function(n,i){var r=e(this),u=void 0==n?void 0:n[t];return void 0===u?s.call(r+"",n,i):u.call(n,r,i)},function(t,e){var tt=r(s,t,this,e,s!==i),it,b,k;if(tt.done)return tt.value;var w=c(t),h=this+"",rt=l(w,RegExp),ut=w.unicode,ft=(w.ignoreCase?"i":"")+(w.multiline?"m":"")+(w.unicode?"u":"")+(u?"y":"g"),d=new rt(u?w:"^(?:"+w.source+")",ft),nt=void 0===e?f:e>>>0;if(0==nt)return[];if(0===h.length)return null===o(d,h)?[h]:[];for(var g=0,y=0,p=[];y<h.length;)if(d.lastIndex=u?y:0,b=o(d,u?h:h.slice(y)),null===b||(it=n(v(d.lastIndex+(u?0:y)),h.length))===g)y=a(h,y,ut);else{if(p.push(h.slice(g,y)),p.length===nt)return p;for(k=1;k<=b.length-1;k++)if(p.push(b[k]),p.length===nt)return p;y=g=it}return p.push(h.slice(g)),p}]},!u)},function(n,t,i){"use strict";i(60);var u=i(21),r=i(1),f=i(4),o=i(10),s=i(5),h=f("species"),c=!r(function(){var n=/./;return n.exec=function(){var n=[];return n.groups={a:"7"},n},"7"!=="".replace(n,"$<a>")}),e=function(){return"$0"==="a".replace(/./,"$0")}(),l=!r(function(){var t=/(?:)/,i=t.exec,n;return t.exec=function(){return i.apply(this,arguments)},n="ab".split(t),2!==n.length||"a"!==n[0]||"b"!==n[1]});n.exports=function(n,t,i,a){var v=f(n),y=!r(function(){var t={};return t[v]=function(){return 7},7!=""[n](t)}),b=y&&!r(function(){var i=!1,t=/a/;return"split"===n&&(t={},t.constructor={},t.constructor[h]=function(){return t},t.flags="",t[v]=/./[v]),t.exec=function(){return i=!0,null},t[v](""),!i});if(!y||!b||"replace"===n&&!(c&&e)||"split"===n&&!l){var k=/./[v],p=i(v,""[n],function(n,t,i,r,u){return t.exec===o?y&&!u?{done:!0,value:k.call(t,i,r)}:{done:!0,value:n.call(i,t,r)}:{done:!1}},{REPLACE_KEEPS_$0:e}),d=p[0],w=p[1];u(String.prototype,n,d);u(RegExp.prototype,v,2==t?function(n,t){return w.call(n,this,t)}:function(n){return w.call(n,this)})}a&&s(RegExp.prototype[v],"sham",!0)}},function(n,t,i){"use strict";var u=i(18),r=i(10);u({target:"RegExp",proto:!0,forced:/./.exec!==r},{exec:r})},function(n,t,i){"use strict";var r=i(6);n.exports=function(){var t=r(this),n="";return t.global&&(n+="g"),t.ignoreCase&&(n+="i"),t.multiline&&(n+="m"),t.dotAll&&(n+="s"),t.unicode&&(n+="u"),t.sticky&&(n+="y"),n}},function(n,t,i){"use strict";function r(n,t){return RegExp(n,t)}var u=i(1);t.UNSUPPORTED_Y=u(function(){var n=r("a","y");return n.lastIndex=2,null!=n.exec("abcd")});t.BROKEN_CARET=u(function(){var n=r("^r","gy");return n.lastIndex=2,null!=n.exec("str")})},function(n,t,i){var r=i(2),u=i(8),f=i(4),e=f("match");n.exports=function(n){var t;return r(n)&&((t=n[e])===void 0?"RegExp"==u(n):!!t)}},function(n,t,i){var r=i(6),u=i(65),f=i(4),e=f("species");n.exports=function(n,t){var i,f=r(n).constructor;return f===void 0||(i=r(f)[e])==void 0?t:u(i)}},function(n){n.exports=function(n){if("function"!=typeof n)throw TypeError(n+" is not a function");return n}},function(n,t,i){"use strict";var r=i(67).charAt;n.exports=function(n,t,i){return t+(i?r(n,t).length:1)}},function(n,t,i){var u=i(17),f=i(9),r=function(n){return function(t,i){var e,s,o=f(t)+"",r=u(i),h=o.length;return 0>r||r>=h?n?"":void 0:(e=o.charCodeAt(r),55296>e||56319<e||r+1===h||56320>(s=o.charCodeAt(r+1))||57343<s?n?o.charAt(r):e:n?o.slice(r,r+2):(e-55296<<10)+(s-56320)+65536)}};n.exports={codeAt:r(!1),charAt:r(!0)}},function(n,t,i){var r=i(8),u=i(10);n.exports=function(n,t){var f=n.exec,i;if("function"==typeof f){if(i=f.call(n,t),"object"!=typeof i)throw TypeError("RegExp exec method returned something other than an Object or null");return i}if("RegExp"!==r(n))throw TypeError("RegExp#exec called on incompatible receiver");return u.call(n,t)}}])["default"]})