if(typeof CE2=="undefined"){CE2={}}CE2.innerText=function(e){var f=typeof e.textContent=="undefined"?"innerText":"textContent";var b=e[f];var a=e.getElementsByTagName("SCRIPT");if(a.length>0){for(var d=0,c=a.length;d<c;d++){b=b.replace(a[d][f],"")}}return b};CE2.innerTextName=function(a,b){return CE2.strip(CE2.strip(CE2.innerText(a),true).substr(0,b||100))};CE2.formatClass=function(b){var a=b.className;if(a&&typeof(a)=="string"){a=CE2.strip(a.replace(/(\s|^)-ce-capture\b/g,"")).split(/\s+/);a.sort();return a.join(" ")}};CE2.href=function(b){if(CE2.ie){var a=b.outerHTML.match(/\bhref="(.*?)"/i);if(a){return CE2.strip(a[1])}}else{return b.getAttribute("href")}};CE2.strip=function(b,c){var a=b.replace(/^[\s\u00a0]+|[\s\u00a0]+$/gm,"");if(c){return a.replace(/\s+/gm," ")}else{return a}};CE2.map=function(f,e,c){var a=[];for(var d=0,b=f.length;d<b;d++){a.push(e.call(c,f[d]))}return a};CE2.spansLines=function(a){return a.getClientRects&&(a.getClientRects().length>1)};CE2.eventCoords=function(b){if(b.pageX==null){var a=CE2.scroll();return[b.clientX+a.left,b.clientY+a.top]}else{return[b.pageX,b.pageY]}};CE2.contains=function(b,a){if(b==a){return true}if(typeof b.contains=="function"){return b.contains(a)}var c=a;do{c=c.parentNode}while(c&&c!=document.body&&c!=b);return(c==b)};CE2.isVML=function(a){return(typeof a.tagUrn=="string")&&(a.tagUrn.indexOf("vml")>=0)};CE2.bind=function(c,b){var a=c[b];return function(){return a.apply(c,arguments)}};if(typeof CE2=="undefined"){CE2={}}CE2.SPIRAL=[[0.4,0.4],[0.5,0.4],[0.5,0.5],[0.4,0.5],[0.3,0.5],[0.3,0.4],[0.3,0.3],[0.4,0.3],[0.5,0.3],[0.6,0.3],[0.6,0.4],[0.6,0.5],[0.6,0.6],[0.5,0.6],[0.4,0.6],[0.3,0.6],[0.2,0.6],[0.2,0.5],[0.2,0.4],[0.2,0.3],[0.2,0.2],[0.3,0.2],[0.4,0.2],[0.5,0.2],[0.6,0.2],[0.7,0.2],[0.7,0.3],[0.7,0.4],[0.7,0.5],[0.7,0.6],[0.7,0.7],[0.6,0.7],[0.5,0.7],[0.4,0.7],[0.3,0.7],[0.2,0.7],[0.1,0.7],[0.1,0.6],[0.1,0.5],[0.1,0.4],[0.1,0.3],[0.1,0.2],[0.1,0.1],[0.2,0.1],[0.3,0.1],[0.4,0.1],[0.5,0.1],[0.6,0.1],[0.7,0.1],[0.8,0.1],[0.8,0.2],[0.8,0.3],[0.8,0.4],[0.8,0.5],[0.8,0.6],[0.8,0.7],[0.8,0.8],[0.7,0.8],[0.6,0.8],[0.5,0.8],[0.4,0.8],[0.3,0.8],[0.2,0.8],[0.1,0.8],[0,0.8],[0,0.7],[0,0.6],[0,0.5],[0,0.4],[0,0.3],[0,0.2],[0,0.1],[0,0],[0.1,0],[0.2,0],[0.3,0],[0.4,0],[0.5,0],[0.6,0],[0.7,0],[0.8,0],[0.9,0],[0.9,0.1],[0.9,0.2],[0.9,0.3],[0.9,0.4],[0.9,0.5],[0.9,0.6],[0.9,0.7],[0.9,0.8],[0.9,0.9],[0.8,0.9],[0.7,0.9],[0.6,0.9],[0.5,0.9],[0.4,0.9],[0.3,0.9],[0.2,0.9],[0.1,0.9],[0,0.9]];CE2.initScrollTracking=function(){CE2.nonStaticCache=[];CE2.strictAnchorSearch=true;CE2.lastRecordedScroll=null;CE2.lastRecordedTime=0;CE2.lastRecordedY=0;CE2.idleAt=null;CE2.idleSince=new Date().getTime()};CE2.scroll=function(){if(window.pageXOffset!=null){return{left:window.pageXOffset,top:window.pageYOffset,width:window.innerWidth,height:window.innerHeight}}else{var a=document.compatMode=="BackCompat"?document.body:document.documentElement;return{left:a.scrollLeft,top:a.scrollTop,width:a.offsetWidth,height:a.offsetHeight}}};CE2.shouldRecordScroll=function(a){var e=a.top,c=a.height,d=""+e+":"+c,b=new Date().getTime();if(d==CE2.lastRecordedScroll){return false}if(d==CE2.idleAt){if(b-CE2.idleSince>=800){CE2.lastRecordedScroll=d;CE2.lastRecordedTime=b;CE2.lastRecordedY=e;return true}}else{CE2.idleAt=d;CE2.idleSince=b}if((CE2.lastRecordedScroll==null)||((Math.abs(e-CE2.lastRecordedY)>c/2)&&(b-CE2.lastRecordedTime>=1600))){CE2.lastRecordedScroll=d;CE2.lastRecordedTime=b;CE2.lastRecordedY=e;return true}};CE2.findAnchorElement=function(j,k){if(!document.elementFromPoint){return k()}var c=0,h=CE2.strictAnchorSearch,a=j.width,m=j.height,e,b,g,f;var d=function(){if(e=CE2.SPIRAL[c++]){g=(e[0]+(Math.random()*0.1))*a;f=(e[1]+(Math.random()*0.1))*m;b=CE2.elementFromPoint(g,f,j);if(CE2.isAnchorElement(b,j,h)){return k(b)}setTimeout(d,0)}else{c=0;CE2.strictAnchorSearch=h=false;setTimeout(d,0)}};setTimeout(d,0)};CE2.isStatic=function(c){var e=CE2.nonStaticCache;if(e.indexOf){if(e.indexOf(c)>=0){return false}}else{for(var a=0,d;d=e[a];a++){if(c==d){return false}}}for(var b;c&&c!=document&&c!=document.documentElement&&c!=document.body;c=c.parentNode){if(c.currentStyle){b=c.currentStyle}else{if(window.getComputedStyle){b=window.getComputedStyle(c,null)}else{b=null}}if(b&&(b.position=="absolute"||b.position=="fixed")){e.push(c);return false}}return true};CE2.elementFromPointAbsolute=function(b,d,a){var c=document.elementFromPoint(b+a.left,d+a.top);if(c.nodeType===c.TEXT_NODE){return c.parentNode}else{return c}};CE2.elementFromPointRelative=function(a,b){return document.elementFromPoint(a,b)};CE2.elementFromPoint=function(){if(document.elementFromPoint){if((CE2.webkit&&CE2.webkitVersion<533)||(CE2.opera&&CE2.operaVersion<10)){CE2.elementFromPoint=CE2.elementFromPointAbsolute}else{CE2.elementFromPoint=CE2.elementFromPointRelative}return CE2.elementFromPoint.apply(CE2,arguments)}};CE2.isAnchorElement=function(c,a,b){if(!(c&&c.nodeName)){return false}if(c==document||c==document.documentElement||c==document.body){return false}if(CE2.isVML(c)){return false}if(b){if(!CE2.isStatic(c)){return false}var d=CE2.getBox(c);if(d.height>(a.height*2)){return false}}return true};if(typeof CE2=="undefined"){CE2={}}CE2.S16_0=32768;CE2.Package=function(){var k=[];var f={},c=0,e=arguments;var h,a,g,j;for(var d=0,b=e.length;d<b;d++){h=e[d];a=h[0];g=h[1];j=h[2];k.push(a);f[a]={t:g,s:j}}this.props=f;this.propList=k;this.overBudget=[];this.surplus=0};CE2.Package.prototype={set:function(b,c){var d=this.props[b],a=0;if(!d){return}if(d.t=="s"){d.ov=c;d.v=String(c)?this.utf8Trim(String(c),255):"";a=d.s-d.v.length;this.surplus+=a;if(a<0){this.overBudget.push(d)}}else{d.ov=c;d.v=isNaN(parseInt(c,10))?0:parseInt(c,10)}},utf8Trim:function(c,d){var a=CE2.utf8(c);if(a==c){return c.substr(0,d)}for(var b=c.length-1;a.length>d;b--){a=CE2.utf8(c.substr(0,b))}return a},trimStrings:function(){var b=this.surplus,e=this.overBudget;if(b>=0){return}var f=Math.abs(b)/e.length;var d=Math.floor(f)==f?0:1;f=Math.floor(f);for(var c=0,a=e.length,g=null;c<a;c++){g=e[c];g.v=this.utf8Trim(g.v,g.v.length-f-d);if(d){d=0}}},toString:function(){this.trimStrings();var e=this.props,b=this.propList,a=[];var g,f;for(var d=0,c=b.length;d<c;d++){g=e[b[d]];f=g.v;if(g.t=="s"){if(f==null){a.push("\x00")}else{a.push(CE2.pack(1,f.length));a.push(f)}}else{if(f==null){a.push(CE2.pack(g.s,0))}else{a.push(CE2.pack(g.s,f))}}}return a.join("")}};CE2.pack=function(c,d){var a=[];for(var b=0;b<c;b++){a.push(String.fromCharCode((d>>(8*b))&255))}return a.join("")};CE2.utf8=function(d){d=d.replace(/\r\n/g,"\n");var a=[];var f;for(var e=0,b=d.length;e<b;e++){f=d.charCodeAt(e);if(f<128){a.push(String.fromCharCode(f))}else{if((f>127)&&(f<2048)){a.push(String.fromCharCode((f>>6)|192));a.push(String.fromCharCode((f&63)|128))}else{a.push(String.fromCharCode((f>>12)|224));a.push(String.fromCharCode(((f>>6)&63)|128));a.push(String.fromCharCode((f&63)|128))}}}return a.join("")};CE2.base64Alphabet="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=";CE2.base64=function(e){var b=CE2.base64Alphabet;var n,k,h,m,j,g,f;var a=[],d=0,c=e.length;while(d<c){n=e.charCodeAt(d++);k=e.charCodeAt(d++);h=e.charCodeAt(d++);m=n>>2;j=((n&3)<<4)|(k>>4);g=((k&15)<<2)|(h>>6);f=h&63;if(isNaN(k)){g=f=64}else{if(isNaN(h)){f=64}}a.push(b.charAt(m)+b.charAt(j));if(g!=64){a.push(b.charAt(g));if(f!=64){a.push(b.charAt(f))}}}return a.join("")};if(typeof CE2=="undefined"){CE2={}}CE2.getBox=function(a,b,k){b=b||{};if(a.nodeName=="AREA"){var g=CE2.boxForArea(a);if(g){b.left=g.left;b.top=g.top;b.width=g.width;b.height=g.height}}else{if(a.getBoundingClientRect){var g=a.getBoundingClientRect();var h=CE2.scroll();b.left=Math.floor(g.left+h.left);b.top=Math.floor(g.top+h.top);if(CE2.ie){b.left-=2;b.top-=2}else{if(CE2.webkit&&CE2.webkitVersion<533&&a.style.position=="relative"){b.left+=parseInt(a.style.left,10);b.top+=parseInt(a.style.top,10)}}b.width=Math.floor(g.width||(g.right-g.left));b.height=Math.floor(g.height||(g.bottom-g.top))}else{b.width=a.offsetWidth;b.height=a.offsetHeight;var d=a;var j=0,f=0;do{j+=d.offsetLeft||0;f+=d.offsetTop||0;d=d.offsetParent}while(d);b.left=Math.floor(j);b.top=Math.floor(f)}}b.pageX=b.left;b.pageY=b.top;if(k){var c=CE2.getBox(k);b.left-=c.pageX;b.top-=c.pageY}return b};CE2.boxForArea=function(c){var d=CE2.imageForArea(c);if(!d){return}var b=CE2.getBox(d);var a=CE2.areaBounds(c,b);if(a){return{left:b.left+a.left,top:b.top+a.top,width:a.width,height:a.height}}};CE2.imageForArea=function(d){var f=new RegExp("(^|#)"+d.parentNode.name);var a=d.ownerDocument.getElementsByTagName("IMG");for(var c=0,b=a.length,e=null;c<b;c++){e=a.item(c);if(f.test(e.useMap)){return e}}};CE2.areaBounds=function(c,f){var e=CE2.areaLength;var d=Math.min(f.width,f.height);var o=CE2.map(CE2.strip(c.coords,true).split(/[^\d\.%]+/),function(q){return e(q,d)});var p,n,m;if(/circle/i.test(c.shape)){if(o.length>=3){p=o[0];n=o[1];m=o[2];return{left:p-m,top:n-m,width:m*2,height:m*2}}}else{p=[];n=[];for(var k=0,j=o.length;k<j;k++){if(k%2){n.push(o[k])}else{p.push(o[k])}}var h=Math.min.apply(null,p);var b=Math.max.apply(null,p);var g=Math.min.apply(null,n);var a=Math.max.apply(null,n);return{left:h,top:g,width:b-h,height:a-g}}};CE2.areaLength=function(b,a){var c=parseInt(b,10);if(b.indexOf("%")!=-1){c*=0.01*a}if(isNaN(c)){return null}return c};CE2.getPageCoords=function(c){c.pageX=c.left;c.pageY=c.top;var a,b;if(c.parentID&&(a=document.getElementById(String(c.parentID)))){b=CE2.getBox(a);c.pageX+=b.pageX;c.pageY+=b.pageY}};if(typeof CE2=="undefined"){CE2={}}CE2.fingerprint=function(c){var g={type:CE2.tagTypes[c.nodeName.toLowerCase()]||0};var b,d,f,a,e;if(b=CE2.getName(c)){g.name=b}if(d=CE2.getData(c)){g.data=d}if(f=(typeof c.id=="string"?c.id:null)){g.id=f}if(a=c.getAttribute("ceid")){g.ceid=a}if(e=CE2.getParentID(c)){g.parentID=e}CE2.getBox(c,g,e?c.parentNode:null);return g};CE2.getParentID=function(b){var a=b.parentNode,c=null;if(a&&a.getAttribute&&(a!=b.ownerDocument.body)){if((c=a.id)&&(a.ownerDocument.getElementById(c)==a)){return c}return a.getAttribute("ceid")||null}};CE2.getName=function(a){var b;if(b=a.getAttribute("cename")){return b}if(b=a.getAttribute("ceid")){return b}if(b=(a.nodeName!="SELECT"&&a.getAttribute("value"))){return b}if(b=a.getAttribute("title")){return b}if(b=a.getAttribute("alt")){return b}if(b=a.getAttribute("name")){return b}if(a.nodeName=="A"){if(b=CE2.innerTextName(a)){return b}}if(b=CE2.href(a)){return new CE2.URI(b).simplify()}if(b=a.src){return new CE2.URI(b).simplify()}if(b=CE2.innerTextName(a)){return b}if(b=a.getAttribute("id")){return b}if(b=CE2.formatClass(a)){return b}return""};CE2.getData=function(b){switch(b.nodeName){case"A":var a=CE2.href(b);if(a&&(!/javascript:\s*void|^#$/.test(a))){return new CE2.URI(b.href).simplify()}else{if(b.className){return"@#"+CE2.formatClass(b)}else{break}}case"IMG":case"IFRAME":case"EMBED":return new CE2.URI(b.src).simplify();case"OBJECT":return new CE2.URI(b.data).simplify();case"INPUT":case"SELECT":case"TEXTAREA":return b.name;default:return CE2.formatClass(b)}};CE2.tagTypes={a:3,abbr:4,acronym:5,address:6,applet:7,area:8,b:9,base:10,basefont:11,bdo:12,big:13,blockquote:14,body:15,br:16,button:17,caption:18,center:19,cite:20,code:21,col:22,colgroup:23,dd:24,del:25,dfn:26,dir:27,div:28,dl:29,dt:30,em:31,fieldset:32,font:33,form:34,frame:35,frameset:36,head:37,h1:38,h2:38,h3:38,h4:38,h5:38,h6:38,hr:38,html:39,i:40,iframe:41,img:42,input:43,ins:44,kbd:45,label:46,legend:47,li:48,link:49,map:50,menu:51,meta:52,noframes:53,noscript:54,object:55,embed:55,ol:56,optgroup:57,option:58,p:59,param:60,pre:61,q:62,s:63,samp:64,script:65,select:66,small:67,span:68,strike:69,strong:70,style:71,sub:72,sup:73,table:74,tbody:75,td:76,textarea:77,tfoot:78,th:79,thead:80,title:81,tr:82,tt:83,u:84,ul:85,"var":86,article:87,aside:88,audio:89,bdi:90,canvas:91,command:92,details:93,figcaption:94,figure:95,footer:96,header:97,hgroup:98,keygen:99,mark:100,meter:101,nav:102,output:103,progress:104,rp:105,rt:106,ruby:107,section:108,summary:109,time:110,video:111,"(custom)":255};CE2.TIME_RANGES=[500,1000,1500,2000,3000,4000,5000,6000,8000,10000,15000,20000,30000,35000,40000,60000,1.5*60*1000,2*60*1000,3*60*1000,4*60*1000,5*60*1000,7*60*1000,10*60*1000,15*60*1000,20*60*1000,25*60*1000,30*60*1000,40*60*1000,50*60*1000,60*60*1000,2*60*60*1000,3*60*60*1000,Number.MAX_VALUE];CE2.Tracker=function(f,b){var c=this;this.id=f;this.version=b;this.location=new CE2.URI(window.location.href);this.startTime=new Date().getTime();this.startTime;this.ignoredElements=CE2.ignoredElements.concat(CE2.findByClass("-ce-ignore"));this.clickCaptors=CE2.clickCaptors.concat(CE2.findByClass("-ce-capture"));this.opaqueElement=null;this.lastClicked=null;this.bound=this.bindHandlers(/^on(?!Click)\w+$/);this.bound.onClick=function(g){if(arguments.callee&&arguments.callee.caller){return}c.onClick(g)};if(this.version&&this.version>=2){CE2.initScrollTracking();this.trackScrollInterval=setInterval(CE2.bind(this,"trackScroll"),100)}CE2.listen(document,"mousedown",this.bound.onClick);var e=function(m){for(var h=0,g=m.length,j,k;h<g;h++){j=m[h];k=CE2.getBox(j);if(k.width>1&&k.height>1){CE2.listen(j,"mouseover",c.bound.onOver);CE2.listen(j,"mouseout",c.bound.onOut)}}};e(document.body.getElementsByTagName("IFRAME"));e(document.body.getElementsByTagName("OBJECT"));e(document.body.getElementsByTagName("EMBED"));CE2.listen(window,"blur",this.bound.onBlur);CE2.listen(window,CE2.opera?"unload":"beforeunload",this.bound.onUnload);this.isReturning=(function(){var g=CE2.qs2obj(document.cookie.replace(/;\s*/g,"&"));if(g){return parseInt(g.is_returning,10)||0}return 0})();if((typeof CE_NO_COOKIES=="undefined")||!CE_NO_COOKIES){var d=new Date();var a=new Date(d.getFullYear()+5,d.getMonth(),d.getDate()).toUTCString();document.cookie="is_returning=1;domain=."+this.location.domain+";expires="+a}};CE2.Tracker.prototype={bindHandlers:function(b){var c=CE2.bind;var a={};CE2.each(this,function(e,d){if(b.test(d)&&typeof(e=="function")){a[d]=c(this,d)}},this);return a},cleanup:function(){var a=this;clearInterval(this.trackScrollInterval);CE2.removeListener(document,"mousedown",this.bound.onClick);CE2.removeListener(window,"blur",this.bound.onBlur);CE2.removeListener(window,CE2.opera?"unload":"beforeunload",this.bound.onUnload);var b=function(g){for(var d=0,c=g.length,e,f;d<c;d++){e=g[d];f=CE2.getBox(e);if(f.width>1&&f.height>1){CE2.listen(e,"mouseover",a.bound.onOver);CE2.listen(e,"mouseout",a.bound.onOut)}}};b(document.body.getElementsByTagName("IFRAME"));b(document.body.getElementsByTagName("OBJECT"));b(document.body.getElementsByTagName("EMBED"))},getTimeRange:function(){var d=new Date().getTime()-this.startTime;var b=CE2.TIME_RANGES;for(var c=0,a=b.length;c<a;c++){if(d<b[c]&&d>b[c-1]){return c+1}}},click:function(d,m,j){var b=new Date().getTime();if(d==document||d==document.body||d==document.documentElement){return}var n;if(m&&(m.srcElement||m.target)){n=m}var g=new CE2.Package(["type","i",1],["left","i",2],["top","i",2],["width","i",2],["height","i",2],["id","s",40],["ceid","s",40],["name","s",100],["data","s",180],["parentID","s",40],["x","i",1],["y","i",1],["windowWidth","i",1],["timeToClick","i",1],["isReturning","i",1],["referrer","s",100],["googleCampaignSource","s",100],["googleCampaignMedium","s",100],["googleCampaignTerm","s",100],["googleCampaignContent","s",100],["googleCampaignName","s",100],["user1","s",100],["user2","s",100],["user3","s",100],["user4","s",100],["user5","s",100],["flags","i",1]);var e;if(d.nodeType===1){e=CE2.fingerprint(d)}else{g.set("type",CE2.tagTypes["(custom)"]);g.set("flags",1);CE2.getPageCoords(d);e=d}CE2.each(e,function(p,o){g.set(o,p)});if(n){var k=CE2.eventCoords(n,e);m=k[0]-e.pageX;j=k[1]-e.pageY}else{if(m==null){m=e.width/2;j=e.height/2}}g.set("x",Math.floor((255*m)/e.width));g.set("y",Math.floor((255*j)/e.height));var c;if(window.innerWidth){c=window.innerWidth}else{c=document.documentElement.clientWidth}if(c==0){g.set("windowWidth",0)}else{g.set("windowWidth",Math.floor(c/100)+1)}g.set("timeToClick",this.getTimeRange());g.set("isReturning",this.isReturning);g.set("referrer",new CE2.URI(document.referrer).simplify());var h;if(h=this.location.qs){g.set("googleCampaignSource",h.utm_source||"");g.set("googleCampaignMedium",h.utm_medium||"");g.set("googleCampaignTerm",h.utm_term||"");g.set("googleCampaignContent",h.utm_content||"");g.set("googleCampaignName",h.utm_campaign||"")}for(var f=1,a;f<=5;f++){a=CE2.userData[f];if(a){g.set("user"+f,a)}}this.send(g,"c")},send:function(e,f,c){var a,d=window.location.protocol=="https:"?CE2.TRACKING_DEST_SECURE:CE2.TRACKING_DEST,b=d+f+"?"+this.id+"&"+(c?c+"&":"")+CE2.base64(e.toString());a=document.createElement("img");a.style.display="none";a.src=b},isIgnored:function(b){if(this.ignoredElements&&this.ignoredElements.length){var a=this.ignoredElements;for(i=0,l=a.length;i<l;i++){if(CE2.contains(a[i],b)){return true}}}return false},onClick:function(c){try{if(!this.id){return}if(CE2.ieVersion&&(CE2.ieVersion<9||CE2.ieQuirksMode)){if(c.button!=1){return}}else{if(c.button!=0){return}}var f=(c.srcElement||c.target),d,b;if(this.isIgnored(f)){return}if(this.clickCaptors&&this.clickCaptors.length){var a=this.clickCaptors;for(d=0,b=a.length;d<b;d++){if(CE2.contains(a[d],f)){f=a[d];break}}}if(f.nodeName=="OPTION"){f=f.parentNode}if(CE2.isVML(f)){return}this.lastClicked=f;this.click(f,c)}catch(g){}},onOver:function(a){try{if(!this.id){return}var c=a.srcElement||a.target;if(this.isIgnored(c)){return}this.opaqueElement=c}catch(b){}},onOut:function(a){try{if(!this.id){return}if(this.isIgnored(a.srcElement||a.target)){return}this.opaqueElement=null}catch(b){}},onBlur:function(a){try{if(!this.id){return}var b=this.opaqueElement;if(this.isIgnored(b)){return}if(b&&b!=this.lastClicked){this.click(b);this.opaqueElement=null}}catch(c){}},onUnload:function(a){try{if(!this.id){return}var b=this.opaqueElement;if(this.isIgnored(b)){return}if(b){this.click(b);this.opaqueElement=null}}catch(c){}},trackScroll:function(){try{if(!this.id){return}var a=CE2.scroll();if(!CE2.shouldRecordScroll(a)){return}var b=this;CE2.findAnchorElement(a,function(h){try{var f=new CE2.Package(["screenTop","i",2],["screenHeight","i",2],["screenTopDistanceFromAnchor","i",2],["screenBottomDistanceFromAnchor","i",2],["type","i",1],["left","i",2],["top","i",2],["width","i",2],["height","i",2],["id","s",40],["ceid","s",40],["name","s",100],["data","s",180],["parentID","s",40]);f.set("screenTop",a.top);f.set("screenHeight",a.height);if(h){var d=CE2.fingerprint(h);f.set("screenTopDistanceFromAnchor",(a.top-d.top)+CE2.S16_0);f.set("screenBottomDistanceFromAnchor",((a.top+a.height)-d.top)+CE2.S16_0);CE2.each(d,function(j,e){f.set(e,j)})}b.send(f,"s",Math.floor(new Date().getTime()/1000))}catch(g){}})}catch(c){}}};if(CE2.tracker){CE2.tracker.cleanup()}CE2.tracker=new CE2.Tracker(CE2.testID,CE2.testVersion);
