try{!(function(win){'use strict';var raf=win.requestAnimationFrame||win.webkitRequestAnimationFrame||win.mozRequestAnimationFrame||win.msRequestAnimationFrame||function(cb){return setTimeout(cb,16);};var reg=new RegExp('[?&]ezfd=([^&#]*)','i');var str=reg.exec(window.location.href);var res=str?str[1]:null;function FastDOM(){var self=this;self.reads=[];self.writes=[];self.raf=raf.bind(win);log('initialized',self);} FastDOM.prototype={constructor:FastDOM,runTasks:function(tasks){log('run tasks');var task;while(task=tasks.shift())task();},measure:function(fn,ctx){log('measure');var task=!ctx?fn:fn.bind(ctx);this.reads.push(task);scheduleFlush(this);return task;},mutate:function(fn,ctx){log('mutate');var task=!ctx?fn:fn.bind(ctx);this.writes.push(task);scheduleFlush(this);return task;},clear:function(task){log('clear',task);return remove(this.reads,task)||remove(this.writes,task);},extend:function(props){log('extend',props);if(typeof props!='object')throw new Error('expected object');var child=Object.create(this);mixin(child,props);child.fastdom=this;if(child.initialize)child.initialize();return child;},catch:null};function scheduleFlush(fastdom){if(!fastdom.scheduled){fastdom.scheduled=true;fastdom.raf(flush.bind(null,fastdom));log('flush scheduled');}} function flush(fastdom){log('flush');var writes=fastdom.writes;var reads=fastdom.reads;var error;try{log('flushing reads',reads.length);fastdom.runTasks(reads);log('flushing writes',writes.length);fastdom.runTasks(writes);}catch(e){error=e;} fastdom.scheduled=false;if(reads.length||writes.length)scheduleFlush(fastdom);if(error){log('task errored',error.message);if(fastdom.catch)fastdom.catch(error);else throw error;}} function remove(array,item){var index=array.indexOf(item);return!!~index&&!!array.splice(index,1);} function mixin(target,source){for(var key in source){if(source.hasOwnProperty(key))target[key]=source[key];}} function log(){if(res==="1")console.log.apply(null,arguments);} var exports=win._ezfd=(win._ezfd||new FastDOM());if((typeof define)=='function')define('_ezfd',function(){return exports;});else if((typeof module)=='object')module.exports=exports;})(typeof window!=='undefined'?window:this);function ez_attachEvent(element,evt,func){if(element.addEventListener){element.addEventListener(evt,func,false);}else{element.attachEvent("on"+evt,func);}} function ez_attachEventWithCapture(element,evt,func,useCapture){if(element.addEventListener){element.addEventListener(evt,func,useCapture);}else{element.attachEvent("on"+evt,func);}} function ez_detachEvent(element,evt,func){if(element.removeEventListener){element.removeEventListener(evt,func);}else{element.detachEvent("on"+evt,func);}} function ez_getQueryString(field,url){var href=url?url:window.location.href;var reg=new RegExp('[?&]'+field+'=([^&#]*)','i');var string=reg.exec(href);return string?string[1]:null;} if(typeof execute_ez_queue==="function"){ez_attachEvent(window,'load',execute_ez_queue);} if(typeof __ezct!=="undefined"&&__ezct!==null){__ezct.destroy();} var __ezct={DEBUG:false,frameTimeoutId:-1,frameLoadCount:0,frameElements:[],frameData:[],currentFrame:null,currentFrameIndex:-1,stopLoadFrames:false,loadFramesTimeoutMs:800,ilLoadIntervalId:-1,ilLoadCount:0,stopIlLoad:false,oldBrowser:false,eventLoopTimeoutId:-1,eventLoopRateMs:310,lastActiveElement:null,windowHasFocus:false,documentHasFocus:false,activeFrameIndex:false,activeFrame:null,twoClickEventTimeoutId:null,clickTimeoutMs:800,windowBlurFunc:null,windowFocusFunc:null,windowBeforeUnloadFunc:null,isInitialized:false,selectors:[[".ezoic_ad > .ezoic_ad",2],[".ez_sa_ad",2],[".ezo_ad > center > .ezoic-ad > .ezoic-ad",2],[".ezoic-ad > .ezoic-ad",2],[".ezo_link_unit_a",5],[".ezo_link_unit_m",38],[".ezo_link_unit_unknown",0],[".ezoic-ad > .OUTBRAIN > .ob-widget",41],[".ezoic-ad > div[id *= 'taboola-'] > .trc_rbox_container",37],[".ezflad",46],[".ezflad-47",47]],init:function(){this.log("Init Func called");if(this.isInitialized===true){this.log("Initialized already called before. Not running again.");return;} this.initVars();this.loadFrames();var self=this;this.ilLoadIntervalId=setInterval(function(){self.loadILTrack()},500);this.startEventLoop();this.attachWindowEvents();this.isInitialized=true;},destroy:function(){this.log("Destroy Func called");this.unloadFrames();this.unloadIlTrack();this.unsetClickEvents();this.stopEventLoop();this.detachWindowEvents();this.isInitialized=false;},initVars:function(){this.log("Initialize Vars");this.frameTimeoutId=-1;this.frameLoadCount=0;this.frameElements=[];this.frameData=[];this.currentFrame=null;this.currentFrameIndex=-1;this.stopLoadFrames=false;this.ilLoadIntervalId=-1;this.ilLoadCount=0;this.stopIlLoad=false;this.oldBrowser=this.isUndefined(document.hasFocus);this.eventLoopTimeoutId=-1;this.eventLoopRateMs=310;this.lastActiveElement=null;this.windowHasFocus=false;this.documentHasFocus=false;this.activeFrameIndex=false;this.activeFrame=null;this.twoClickEventTimeoutId=null;this.clickTimeoutMs=800;this.windowBlurFunc=null;this.windowFocusFunc=null;this.windowBeforeUnloadFunc=null;this.isInitialized=false;},loadFrames:function(){this.log("Loading Frames");this.frameLoadCount++;for(var i=0;i40){this.stopLoadFrames=true;} var self=this;if(this.stopLoadFrames==false){this.frameTimeoutId=setTimeout(function(){self.loadFrames();},this.loadFramesTimeoutMs);}},unloadFrames:function(){this.log("Unloading frames");this.stopLoadFrames=true;clearTimeout(this.frameTimeoutId);},setClickEvents:function(elem,statSourceId){if(this.isUndefined(elem.ezo_flag)===false){return;} this.log("Set Click Events for elem : "+elem.id);this.frameElements.push(elem);this.frameData.push({statSourceId:statSourceId,twoClickRecorded:false,navigationsRecorded:0});var self=this;var index=this.frameElements.length-1;elem.ezo_flag=true;elem.mouseOverFunc=function(){self.log("Mouse Over Func");self.currentFrame=this;self.currentFrameIndex=index;};elem.mouseOutFunc=function(){self.log("Mouse Out Func");self.currentFrame=null;self.currentFrameIndex=-1;};elem.clickFunc=function(){self.log("Click Func");self.currentFrame=this;self.currentFrameIndex=index;self.ezAwesomeClick(false,index);};ez_attachEvent(elem,"mouseover",elem.mouseOverFunc);ez_attachEvent(elem,"mouseout",elem.mouseOutFunc);if(statSourceId==46){ez_attachEventWithCapture(elem,"click",elem.clickFunc,true);} if(statSourceId===4){elem.mouseOverFuncIl=function(){self.log("Mouse Over Il Func");if(self.ilLoadCount>30){self.ilLoadCount-=30;} clearInterval(self.ilLoadIntervalId);self.ilLoadIntervalId=setInterval(function(){self.loadILTrack()},500);};ez_attachEvent(elem,"mouseover",elem.mouseOverFuncIl);} this.log("Finished Set Click Events");},unsetClickEvents:function(){this.log("Unset Click Events");while(this.frameElements.length){var elem=this.frameElements.pop();if(this.isUndefined(elem)===false){delete elem.ezo_flag;ez_detachEvent(elem,"mouseover",elem.mouseOverFunc);delete elem.mouseOverFunc;ez_detachEvent(elem,"mouseout",elem.mouseOutFunc);delete elem.mouseOutFunc;if(this.isUndefined(elem.mouseOverFuncIl)===false){ez_detachEvent(elem,"mouseover",elem.mouseOverFuncIl);delete elem.mouseOverFuncIl;}} this.frameData.pop();} this.log("Finished unset Click Events");},loadILTrack:function(){this.ilLoadCount++;var elems=document.querySelectorAll("span.IL_AD, .IL_BASE");for(var i=0;i55){this.log("Il Load Count is over 55. Stopping.");this.stopIlLoad=true;} if(this.stopIlLoad===true){this.log("Clearing ilLoadInterval");clearInterval(this.ilLoadIntervalId);}},unloadIlTrack:function(){this.log("Unloading Il Track");this.stopIlLoad=true;clearInterval(this.ilLoadIntervalId);},startEventLoop:function(){this.log("Starting Event Loop");if(this.oldBrowser===true){return;} var self=this;this.eventLoopTimeoutId=setInterval(function(){self.doEventLoop()},this.eventLoopRateMs);},doEventLoop:function(){if(this.oldBrowser===true){return;} var docNowHasFocus=document.hasFocus()&&!document.hidden;if(this.lastActiveElement!==document.activeElement){if(this.windowHasFocus===false){this.fixedWindowBlur();} this.lastActiveElement=document.activeElement;this.documentHasFocus=true;} if(this.documentHasFocus===true&&docNowHasFocus===false){this.documentBlur();} this.documentHasFocus=docNowHasFocus;var self=this;},stopEventLoop:function(){this.log("Stopping event loop");if(this.oldBrowser===true){return;} clearInterval(this.eventLoopTimeoutId);},documentBlur:function(){this.log("Document Blur");if(this.twoClickEventTimeoutId!==null){clearTimeout(this.twoClickEventTimeoutId);} if(this.activeFrameIndex!=-1&&this.activeFrameIndex==this.currentFrameIndex){this.ezAwesomeClick(false,this.activeFrameIndex);}},fixedWindowBlur:function(){this.log("Fixed Window Blur");this.activeFrameIndex=this.searchFrames(document.activeElement);if(this.activeFrameIndex<0){this.activeFrame=null;return;} this.activeFrame=this.frameElements[this.activeFrameIndex];var self=this;var frameIndex=this.activeFrameIndex;this.twoClickEventTimeoutId=setTimeout(function(){self.ezAwesomeClick(true,frameIndex);},this.clickTimeoutMs);},searchFrames:function(frameToFind){for(var i=0;i0&&iframes[0].id.substring(0,3)=="ox_"){statSourceId=33;}else{statSourceId=5;}} if(this.isUndefined(window._ezaq)===true){this.log("_ezaq not defined");return;} if(isTwoClick===true){data.twoClickRecorded=true;}else{__ez.ck.setByCat("ezoawesome_"+_ezaq.domain_id,paramsObj.full_id+' '+Date.now()+"; path=/;","understand_audiences",false);if(data.navigationsRecorded>=5){return;} data.navigationsRecorded+=1;} if(this.isUndefined(window.ezoTemplate)===true||ezoTemplate==="pub_site_noads"||ezoTemplate==="pub_site_mobile_noads"||ezoTemplate==="pub_site_tablet_noads"){this.log("no click ezoTemplate is : ",ezoTemplate);return;} if(paramsObj.full_id==="0"||paramsObj.full_id===0){this.log("Impression_id is 0");return;} this.clickRequest("/ezoic_awesome/",{url:_ezaq.url,width:paramsObj.width,height:paramsObj.height,did:_ezaq.domain_id,sourceid:statSourceId,uid:_ezaq.user_id,ff:_ezaq.form_factor_id,tid:_ezaq.template_id,apid:paramsObj.position_id,sapid:paramsObj.sub_position_id,iuid:paramsObj.full_id,creative:(this.isUndefined(paramsObj.creative_id)===false?paramsObj.creative_id:""),template:ezoTemplate,country:_ezaq.country,sub_ad_positions:_ezaq.sub_page_ad_positions,twoclick:(isTwoClick===true?1:0),max_ads:_ezaq.max_ads,word_count:_ezaq.word_count,user_agent:_ezaq.user_agent});},clickRequest:function(url,data){this.log("Click Request with url : ",url," and data : ",data);url=__ez.dot.getURL(url);var request=new XMLHttpRequest();var request_type=true;if(this.isMobileOperatingSystem()===true){request_type=false;} request.open('POST',url,request_type);request.setRequestHeader("Content-Type","application/x-www-form-urlencoded; charset=UTF-8");var queryData=[];for(var param in data){queryData.push(param+"="+encodeURIComponent(data[param]));} request.send(queryData.join("&"));},getAdUnitFromElement:function(elem,statSourceId){if(this.isUndefined(window._ezim_d)===true){this.log("_ezim_d not found");return "";} if(statSourceId==4){for(key in _ezim_d){if(key.indexOf("inline-1")!=-1){this.log("found inline");return key;}}}else if(this.isUndefined(elem.adunitname)===false){this.log("found ad unit from elem.adunitname field");return elem.adunitname;}else if(elem.getAttribute('adunitname')!=null){this.log("found ad unit from property field: ",elem.getAttribute('adunitname'));return elem.getAttribute('adunitname');}else{var widgetWrapParent=this.findParentsWithClass(elem,["ezoic-ad"]);if(widgetWrapParent!==false){if(this.isUndefined(_ezim_d[widgetWrapParent.getAttribute("data-ez-name")])===false){return widgetWrapParent.getAttribute("data-ez-name");}}} return "";},attachWindowEvents:function(){this.log("Attaching window events");var self=this;this.windowBlurFunc=function(){self.log("Window Blur Func");self.windowHasFocus=false;if(self.lastActiveElement!==document.activeElement&&self.oldBrowser===false){self.fixedWindowBlur();self.lastActiveElement=document.activeElement;}else if(self.currentFrame!==null){self.ezAwesomeClick(false,self.currentFrameIndex);}};this.windowFocusFunc=function(){self.log("Window Focus Func");self.windowHasFocus=true;self.activeFrame=null;self.activeFrameIndex=-1;};this.windowBeforeUnloadFunc=function(){self.log("Window Before Unload Func");if(self.twoClickEventTimeoutId!==null){clearTimeout(self.twoClickEventTimeoutId);} if(self.isMobileOperatingSystem()){self.fixedWindowBlur();} if(self.currentFrameIndex!=-1&&self.activeFrameIndex==self.currentFrameIndex&&self.frameData[self.activeFrameIndex].navigationsRecorded==0){self.ezAwesomeClick(false,self.activeFrameIndex);}};ez_attachEvent(window,"blur",this.windowBlurFunc);ez_attachEvent(window,"focus",this.windowFocusFunc);ez_attachEvent(window,"beforeunload",this.windowBeforeUnloadFunc);if(this.isIosUserAgent()===true){this.log("Attaching pagehide");ez_attachEvent(window,"pagehide",this.windowBeforeUnloadFunc);}},detachWindowEvents:function(){this.log("Detaching window events.");ez_detachEvent(window,"blur",this.windowBlurFunc);ez_detachEvent(window,"focus",this.windowFocusFunc);ez_detachEvent(window,"beforeunload",this.windowBeforeUnloadFunc);if(this.isIosUserAgent()===true){ez_detachEvent(window,"pagehide",this.windowBeforeUnloadFunc);}},isUndefined:function(){for(var i=0;i0){for(var i=0,imax=ezdent.msgs.length;i iframe','iframe.switch_request_frame'];this.nativeQ=['.OUTBRAIN > .ob-widget','div[id*="taboola-"] > .trc_rbox_container','div.rc-wc.rc-bp'];this.initArrays();this.processed=false;};ezdent.Denty.prototype.Process=function(){var self=this;window._ezfd.measure(function(){self.setSizes();self.getDisplay();self.getNative();self.fire();self.processed=true;ezdent.log(this);});};ezdent.Denty.prototype.addA=function(el,type){if(typeof el==="undefined"||el===null){return;} if(!this.alreadyFound(el,5)&&el.clientWidth>0&&el.clientHeight>0){this.as.push(new ezdent.Item(el,type));}};ezdent.Denty.prototype.alreadyFound=function(el,numElsToCheck){if(typeof el.parentNode!=="undefined"){var parent=el.parentNode;for(var i=0,imax=numElsToCheck;i0){for(var property in p){if(p.hasOwnProperty(property)===false)continue;pxArr.push(new __ezDotData(property,p[property]));} __ez.bit.Add(pvid,pxArr);__ez.bit.Fire();ezdent.log(p);}};ezdent.Denty.prototype.getDisplay=function(){this.getDisplayDfp();if(this.displayQ.length<1){return;} for(var i=0,imax=this.displayQ.length;i0){for(var j=0,jmax=els.length;j0){for(var j=0,jmax=els.length;j0){for(var i=0,imax=this.as.length;i0){for(var i=0,imax=this.as.length;iwindow.innerHeight){usableHeight=window.innerHeight-this.coords.top;} var usableWidth=this.width;if((this.coords.left+this.width)>window.innerWidth){usableWidth=window.innerWidth-this.coords.left;} ezdent.log(this.el);ezdent.log('usable '+usableHeight+' * '+usableWidth);ezdent.log(usableWidth*usableHeight);return usableWidth*usableHeight;};ezdent.Item.prototype.ios=function(){return(this.coords.top<=window.innerHeight&&this.coords.left>=0&&this.coords.left<=window.innerWidth);};var ezDenty=new ezdent.Denty();setTimeout(function(){ezDenty.Process();},7500);var ezua={DEBUG:false,intervalTime:5000,maxIntervalTime:30000,totalIntervalTime:0,bodyHeight:0,bodyWidth:0,wordsInBody:0,wordsAboveYKeys:[],wordsAboveY:[],regions:[],unwrappedAds:null,init:function(){this.log("Init unwrapped ads");this.unwrappedAds={};var ads=document.querySelectorAll('*[id^="ezwrap_"]');for(var i=0;i=self.maxIntervalTime){self.removeInterval();} self.identifyUnwrappedAds();});};},identifyUnwrappedAds:function(){var unwrappedAds=document.querySelectorAll('*[id^="ezwrap_"]');for(var i=0;iestimatedRegion.pct_overlap){estimatedRegion.name=region.name;estimatedRegion.pct_overlap=overlap;}} this.unwrappedAds[ad.id]={ad_external_id:ad.id,estimated_region:estimatedRegion,top:pos.top,left:pos.left,width:size.width,height:size.height,words_before_ad:this.getWordCountBeforeNode(ad),is_floating:pos.isFloating};this.log("unwrappedAd = "+JSON.stringify(this.unwrappedAds[ad.id]));}}},getPageSize:function(){var body=document.body,html=document.documentElement,self=this;window._ezfd.measure(function(){self.bodyHeight=Math.max(body.scrollHeight,body.offsetHeight,html.clientHeight,html.scrollHeight,html.offsetHeight);self.bodyWidth=Math.max(body.scrollWidth,body.offsetWidth,html.clientWidth,html.scrollWidth,html.offsetWidth);self.wordsInBody=self.getWordCountInBody();self.log('bodyHeight = '+self.bodyHeight+' bodywidth = '+self.bodyWidth+' wordsInBody = '+self.wordsInBody);});},getRegions:function(){var self=this;window._ezfd.measure(function(){var h=self.bodyHeight;var w=self.bodyWidth;self.regions.push({name:"top_of_page",top:Math.floor(0.0*h),bottom:Math.floor(0.1*h),left:Math.floor(0.0*w),right:(Math.floor(1.0*w))});self.regions.push({name:"top_of_content",top:Math.floor(0.1*h),bottom:Math.floor(0.3*h),left:Math.floor(0.2*w),right:(Math.floor(0.8*w))});self.regions.push({name:"middle_of_content",top:Math.floor(0.3*h),bottom:Math.floor(0.7*h),left:Math.floor(0.2*w),right:(Math.floor(0.8*w))});self.regions.push({name:"bottom_of_content",top:Math.floor(0.7*h),bottom:Math.floor(0.9*h),left:Math.floor(0.2*w),right:(Math.floor(0.8*w))});self.regions.push({name:"bottom_of_page",top:Math.floor(0.9*h),bottom:Math.floor(1.0*h),left:Math.floor(0.0*w),right:(Math.floor(1.0*w))});self.regions.push({name:"left_sidebar_top",top:Math.floor(0.1*h),bottom:Math.floor(0.3*h),left:Math.floor(0.0*w),right:(Math.floor(0.2*w))});self.regions.push({name:"left_sidebar_mid",top:Math.floor(0.3*h),bottom:Math.floor(0.7*h),left:Math.floor(0.0*w),right:(Math.floor(0.2*w))});self.regions.push({name:"left_sidebar_bottom",top:Math.floor(0.7*h),bottom:Math.floor(0.9*h),left:Math.floor(0.0*w),right:(Math.floor(0.2*w))});self.regions.push({name:"right_siderbar_top",top:Math.floor(0.1*h),bottom:Math.floor(0.3*h),left:Math.floor(0.8*w),right:(Math.floor(1.0*w))});self.regions.push({name:"right_sidebar_mid",top:Math.floor(0.3*h),bottom:Math.floor(0.7*h),left:Math.floor(0.8*w),right:(Math.floor(1.0*w))});self.regions.push({name:"right_sidebar_bottom",top:Math.floor(0.7*h),bottom:Math.floor(0.9*h),left:Math.floor(0.8*w),right:(Math.floor(1.0*w))});});},getOverlap:function(region,elm){var xOverlap=Math.max(0,Math.min(elm.bottom,region.bottom)-Math.max(elm.top,region.top));var yOverlap=Math.max(0,Math.min(elm.right,region.right)-Math.max(elm.left,region.left));var overlapArea=xOverlap*yOverlap;return overlapArea/((elm.bottom-elm.top)*(elm.right-elm.left));},getElementPosition:function(element){if(element==null){return{top:-1,left:-1,isFloating:false};} var MAX_LEVELS_UP=5;var top=0,left=0,levelsUp=0;do{levelsUp+=1;top+=element.offsetTop||0;left+=element.offsetLeft||0;if(levelsUp<=MAX_LEVELS_UP&&getComputedStyle(element).position==='fixed'){var rect=element.getBoundingClientRect();return{top:rect.top,left:rect.left,isFloating:true};} if(element.offsetParent==null&&!this.isUndefined(element.tagName)&&element.tagName.toUpperCase()!=='BODY'){return{top:-1,left:-1,isFloating:false};} element=element.offsetParent;}while(element);return{top:top,left:left,isFloating:false};},getElementSize:function(element){var width=Math.max(0,element.offsetWidth),height=Math.max(0,element.offsetHeight);var descendents=element.getElementsByTagName('*');for(i=0;i=0){if(self.isUndefined(self.wordsAboveY[parentTop])){self.wordsAboveY[parentTop]=0;} self.wordsAboveY[parentTop]+=node.nodeValue.trim().split(/\s+/).length;self.log("wordsAboveY["+parentTop+"] = "+self.wordsAboveY[parentTop]);}}}else{for(var i=0,len=node.childNodes.length;i0){var data=this.getData();this.log("Sending data : "+JSON.stringify(data));request.send(JSON.stringify(data));} if(typeof window["_ezaq"]["page_view_id"]=="string"&&typeof __ez=="object"&&typeof __ez.bit=="object"&&typeof __ezDotData=="function"&&window["ez_uwa_detect"]==true){__ez.bit.AddAndFire(window["_ezaq"]["page_view_id"],[(new __ezDotData('ran_unwrapped_detect',true))]);}},isUndefined:function(){for(var i=0;i0){for(var i=0;i0){return selectedElementCollection}else{return null;}}else if(self.uxgoals[i].IdentifierType=="id"){var uxgoalid=self.uxgoals[i].Identifier;return document.getElementById(uxgoalid);}},isElementInViewport:function(elem){if(elem==null){return false;} if(elem[0]!==undefined){elem=elem[0]} var rect=elem.getBoundingClientRect();var height=window.innerHeight||document.documentElement.clientHeight;var width=window.innerWidth||document.documentElement.clientWidth;var verticalInView=(rect.top>=0&&rect.top<=height)||(rect.bottom>=0&&rect.bottom<=height);var horizontalInView=(rect.left>=0&&rect.left<=width)||(rect.right>=0&&rect.right<=width);return verticalInView&&horizontalInView;},getData:function(){return{pageview_id:_ezaq.page_view_id,url:_ezaq.url,ux_goal_data:this.uxgoals}},postData:function(){var self=ezuxgoals;var suffix="/porpoiseant/ezuxgoaldata";var url=window.location.protocol+"//"+window.location.host+suffix;if((self.isUndefined(window.ezJsu)===false&&ezJsu===true)||(self.isUndefined(window._ez_sa)===false&&_ez_sa===true)||(self.isUndefined(window.isAmp)===false&&isAmp==true)||(self.isUndefined(window.ezWp)===false&&ezWp===true)){url="//g.ezoic.net"+suffix;} var request=new XMLHttpRequest();var requestType=true;if(self.isMobileOperatingSystem()===true){requestType=false;} request.open('POST',url,requestType);var data=self.getData();request.send(JSON.stringify(data));},isMobileOperatingSystem:function(){return typeof ezoFormfactor!=="undefined"&&(ezoFormfactor=="2"||ezoFormfactor=="3");},isIosUserAgent:function(){return navigator.userAgent.indexOf("iPad")!=-1||navigator.userAgent.indexOf("iPhone")!=-1||navigator.userAgent.indexOf("iPod")!=-1;},isUndefined:function(){for(var i=0;i0){ezuxgoals.uxgoals=uxgoalInfo;ezuxgoals.init();}}}catch(err){var hREED=function(er){return function(){reportEzError(er,"/porpoiseant/jellyfish.js")}};typeof reportEzError==="function"?hREED(err):window.addEventListener('reportEzErrorDefined',hREED(err),{once:true});console.error(err);}