/* Ayads Skin Engine by Aymeric Le Corre 190628 */ (function(){var w=window,d=w.document,ie=document.documentMode||false,url='http://ayads.co/',ads_url='http://ads.ayads.co/',secure_url='https://secure.ayads.co/',is_secure=w.location.protocol==='https:',antennaCalls={},ayads={url:url,ads_url:ads_url,antenna_url:'//antenna.ayads.co',noads:[],setWindow:function(w){w=w;d=w.document;},getWindow:function(){return w;},setItem:function(k,v,d){var ov=localStorage.getItem('ayads-'+k);var x=parseInt(ov?ov.split('|')[1]:Date.now());if(d){x+=parseInt(d)*1000;} localStorage.setItem('ayads-'+k,v+'|'+x);for(k in localStorage){if(k.substr(0,5)==='ayads'&&localStorage.getItem(k).split('|')[1]Date.now()) return v[0];else {ayads.removeItem(k);return null;}},removeItem:function(k){localStorage.removeItem('ayads-'+k);},addcss:function(css){var style,id='ayads-style',c;if(c=!(style=d.getElementById(id))) {style=d.createElement('style');style.type='text/css';style.id=id;} if(style.styleSheet) style.styleSheet.cssText+=css;else style.appendChild(d.createTextNode(css));if(c) d.getElementsByTagName('head')[0].appendChild(style);},get:function(u,p){var isAbs=u.indexOf('http')===0;if(p&&p.jsonp) {var s=d.createElement('script');s.type='text/javascript';s.src=url+u;s.async=false;d.body.insertBefore(s,d.body.firstChild);} else {var x=new XMLHttpRequest(),r;if(isAbs&&navigator.userAgent.indexOf('Gecko')===-1) x.withCredentials=true;if(p&&p.callback) {x.onload=function(){p.callback(x.responseText,x);};x.onerror=function(){console.log('ayads get error');p.callback(x.responseText,x);};} x.open('GET',isAbs?u:(url+u),false);try{x.send(null);}catch(e){p&&p.callback&&p.callback(null,x);return false;};return x.responseText;}},clickurlize:function(u){var referer=encodeURIComponent(window.btoa(window.location.href));var ua=encodeURIComponent(window.btoa(navigator.userAgent));return secure_url+'click.php?zid='+ayads.zone.zid+'&aid='+ayads.ad.aid+'&raid='+(ayads.ad.raid||0)+(u?'&url='+encodeURIComponent(u):'')+(ayads.ad.data.conversion?'&conversion=1':'')+(ayads.adSspName(ayads.ad)?'&isssp=1':'')+'&ref='+referer+'&ua='+ua;},relativize:function(u){return u.replace(/^(.*?):\/\//,'//');},is_secure:function(){return w.location.protocol==='https:';},adSspName:function(ad){var data=ad.data||{};if('improve_id'in data&&data.improve_id){var sspid=data.improve_id.toString();if(sspid.indexOf('rubicon:')>=0){return'rubicon';}else if(sspid.indexOf('appnexus')>=0){return'appnexus';}else if(sspid.indexOf('http')>=0){return'generic';}else{return'improve';}}else if('sticky'in data&&data.sticky){return'sticky';}else if('criteo_id'in data&&data.criteo_id){return'criteo';} return null;},call_antenna:function(e,p) {if(window.location.hash.indexOf('ayads-')>-1){return;} if(e in antennaCalls){antennaCalls[e]++;}else{antennaCalls[e]=1;} if(antennaCalls[e]>2&&e==='i'){var url=ayads.antenna_url+'/tracking.php?c=calls-'+e+'-'+antennaCalls[e]+'&t='+Date.now();setTimeout(function(){new Image().src=url;},0);return;} setTimeout(function(){if(e==='i'&&typeof p.ttc!=="undefined"){var ttc=p.ttc;if(ttc!=0){ttc=ttc/1000;} e+=ttc;} var url=ayads.antenna_url+'/?e='+e+'&z='+ayads.zone.zid;if(p&&p.ad){if(typeof p.ad.aid!=="undefined"){url+='&a='+p.ad.aid;} if(typeof p.ad.raid!=="undefined"){url+='&ra='+p.ad.raid;} if(ayads.adSspName(p.ad)){url+='&isssp=1';}} if(e==='sspc'||e==='sspok'||e==='sspko'){url=url+'&sspname=sspv3-'+p.sspname+'&sspadid='+p.sspadid;} new Image().src=url+'&t='+Date.now();},0);},write:function(s,p){var i=document.createElement('iframe');i.style.display='none';i.className='ayads-write';if(p&&p.id) {i.id=p.id;i.name=p.id;} document.body.appendChild(i);var d=i.contentDocument;d.open();d.write(''+s+'');d.close();return i;}},ayads_display_ad=function(){var data=ayads.ad.data,image=data.image||ads_url+'delivery/image-'+ayads.ad.aid+'.jpg',color=data.color?data.color:'#FFF',top=data.top?data.top:0,click_url=ayads.clickurlize(data.url),html='',scale=1,height=1000,click_callback=function(e){console.log('ayads click',ayads.ad.data.url);if(d.body.scrollTop>(height+parseInt(w.getComputedStyle(d.body.parentNode).marginTop))&&!data.fixed&&!data.video&&!data.improve_id&&ayads.ad.format==1||(!data.url)) return false;if(window.ayads_clickcount) new Image().src=ayads_clickcount;if(ayads.ad.data.capping_clicks) {var capping_click=ayads.getItem('capping-clicks-a'+ayads.ad.aid);if(capping_click) ayads.setItem('capping-clicks-a'+ayads.ad.aid,++capping_click);else ayads.setItem('capping-clicks-a'+ayads.ad.aid,1,ayads.ad.data.capping_duration);} ayads.ad.click_callback&&ayads.ad.click_callback(e);if(ayads.ad.click_callbacks) {for(i=0;i'+html+'');var htmlElement=document.getElementById('ayads-html');if(htmlElement) d.body.insertBefore(htmlElement,d.body.firstChild);} if(ayads.ad.format) {if(ayads.zone.data.scale) {scale=ayads.zone.data.scale*(ayads.zone.data.scale>5?.01:1);top=Math.round(top*scale);} if(ayads.ad.data.video) ayads_display_video({scale:scale,image:image});else {var img=new Image();img.src=image;img.onload=function(){ayads.addcss('body{background-image:url("'+image+'") !important;background-size:'+Math.round(this.width*scale)+'px auto !important}');height=this.height;if(!ayads.ad.data.color&&!ie) {var canvas=document.createElement('canvas');canvas.width=1;canvas.height=img.height;var ctx=canvas.getContext('2d');var data='';var img2=new Image();var svg=new Blob([data],{type:'image/svg+xml;charset=utf-8'});var url=URL.createObjectURL(svg);img2.onload=function(){ctx.drawImage(img2,0,0);var data=ctx.getImageData(0,img2.height-1,1,1).data;if(data[3]) ayads.addcss('body{background-color:rgb('+data[0]+','+data[1]+','+data[2]+') !important}');};img2.src=url;}};} ayads.addcss('body{cursor:default;background-position:'+(ayads.ad.data.fixed?'50% '+(w.getComputedStyle(d.body.parentNode).marginTop):'center top')+' !important;background-repeat:no-repeat !important;background-image:none;background-color:'+color+' !important;background-attachment:'+(ayads.ad.data.fixed?'fixed':'scroll')+' !important;margin-left:auto !important;margin-right:auto !important;margin-top:'+top+'px !important;max-width:'+(1000*scale)+'px}html{background-image:none !important;background-color:transparent !important;cursor:pointer}');d.documentElement.onclick=function(e){if(!e||e.target===d.body.parentNode&&e.clientX9) {l=d.createElement('link');l.rel='dns-prefetch';l.href=u;h.appendChild(l);}})();},ayads_display_video=function(p){var videobg=d.createElement('video'),video=d.createElement('video'),layer=d.createElement('div'),controls=d.createElement('div'),container=d.createElement('div'),share=d.createElement('div'),html=d.body.parentNode,canplay=true,canplay_scroll=true,canplay_hover=true,play=function(p){if(p&&canplay&&(canplay_scroll||canplay_hover)) {if(video.paused) {console.log('ayads play');controls.className='ayads-video-buttons';video.play();videobg.play();}} else {console.log('ayads pause');controls.className='ayads-video-buttons paused';video.pause();videobg.pause();}};ayads.addcss('body{position:static !important}'+'#ayads-video{height:100%;min-height:80px}'+'#ayads-video-bg{min-width:100%;min-height:100%;position:fixed;top:0;left:0;right:0;z-index:-2147483648;cursor:pointer}'+'#ayads-video-layer{position:'+(ayads.ad.data.fixed?'fixed':'absolute')+';z-index:-2147483647;margin:auto;width:100%;height:1000px;left:0;right:0;-webkit-transform:translate3d(0,0,0);cursor:pointer}'+'#ayads-video-container{position:absolute;margin:auto;left:50%;transform:translate3d(-50%,0,0);-webkit-transform:translate3d(-50%,0,0);-webkit-transform:translate3d(-50%,0,0);box-shadow:0 0 18px #000;cursor:pointer}'+'.ayads-video-buttons{background:no-repeat center;background-size:contain;width:28px;height:28px;position:absolute;z-index:1;bottom:0;margin:10px 12px;opacity:.5;-webkit-transition:opacity .2s;transition:opacity .3s} .ayads-video-buttons:hover{opacity:.9 !important}\n'+'#ayads-video-controls{background-image:url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMiAzMiIgaGVpZ2h0PSIzMnB4IiBpZD0ic3ZnMiIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHdpZHRoPSIzMnB4IiB4PSIwcHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeT0iMHB4Ij48ZyBpZD0iYmFja2dyb3VuZCI+PHJlY3QgZmlsbD0ibm9uZSIgaGVpZ2h0PSIzMiIgd2lkdGg9IjMyIiAvPjwvZz48ZyBpZD0icGF1c2UiPjxnPjxyZWN0IGhlaWdodD0iMjQiIHdpZHRoPSI4IiB4PSIyMCIgeT0iNCIgZmlsbD0iI0ZGRiIvPjxyZWN0IGhlaWdodD0iMjQiIHdpZHRoPSI4IiB4PSI0IiB5PSI0IiBmaWxsPSIjRkZGIiAvPjwvZz48L2c+PC9zdmc+)}'+'#ayads-video-controls.paused{background-image:url(\'data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE2cHgiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2IiB3aWR0aD0iMTZweCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGUvPjxkZWZzLz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJJY29ucyB3aXRoIG51bWJlcnMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIj48ZyBmaWxsPSIjRkZGIiBpZD0iR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MjguMDAwMDAwLCAtMTQ0LjAwMDAwMCkiPjxwYXRoIGQ9Ik01NDMsMTUyIEw1MzEsMTU4IEw1MzEsMTQ2IEw1NDMsMTUyIEw1NDMsMTUyIFogTTU0MywxNTIiIGlkPSJTaGFwZSIvPjwvZz48L2c+PC9zdmc+\');}');var img=new Image();img.onload=function(){ayads.addcss('#ayads-video-layer{background:url('+p.image+') no-repeat top center;background-size:'+(p.scale*img.width)+'px auto}');};img.src=p.image;var srctype=!!ayads.ad.data.video.toString().match(':');video.id='ayads-video';video.src=ads_url+(srctype?'gateway.php?video='+encodeURIComponent(ayads.ad.data.video):'delivery/video-'+(ayads.ad.data.video==1?ayads.ad.aid:ayads.ad.data.video)+'.mp4');video.autoplay=true;video.preload=true;video.loop=true;video.volume=0;container.style.height=Math.round(ayads.ad.data.top*p.scale)+'px';container.style.marginTop='-'+container.style.height;container.addEventListener('mouseover',function(){video.volume=.75;ayads.metrics=ayads.metrics||{};if(!ayads.metrics.hover) {clearTimeout(ayads.metrics.hover_timeout);ayads.metrics.hover_timeout=setTimeout(function(){ayads.metrics.hover=1;new Image().src=url+'impression.php?zid='+ayads.zone.zid+'&aid='+ayads.ad.aid+'&raid='+(ayads.ad.raid||0)+'&metric=hover';ayads.call_antenna('h',{ad:ayads.ad});},2000);}});container.addEventListener('mouseout',function(){video.volume=0;clearTimeout(ayads.metrics.hover_timeout);});var hovertimeout=false,mouseover=function(){video.volume=.2;clearTimeout(hovertimeout);hovertimeout=setTimeout(function(){canplay_hover=true;play(true);},2000);},mouseout=function(){clearTimeout(hovertimeout);video.volume=0;canplay_hover=false;play(true);};layer.addEventListener('mouseover',mouseover);layer.addEventListener('mouseout',mouseout);videobg.addEventListener('mouseover',mouseover);videobg.addEventListener('mouseout',mouseout);html.addEventListener('mouseover',function(e){});html.addEventListener('mouseout',function(e){});w.videobg=videobg;w.layer=layer;layer.onclick=function(){d.body.parentNode.onclick();};videobg.onclick=function(){d.body.parentNode.onclick();};video.addEventListener('click',function(){d.body.parentNode.onclick();},false);video.addEventListener('canplaythrough',function(){var sync=function(){if(video.readyState!==4||videobg.readyState!==4) return false;var diff=Math.abs(videobg.currentTime-video.currentTime);if(diff>.06) {videobg.currentTime=video.currentTime;if(!video.paused) videobg.play();} ayads.metrics=ayads.metrics||{};if(typeof(ayads.metrics.quartile)==='undefined') ayads.metrics.quartile=-1;var quartile=Math.floor(Math.min(1,video.currentTime/video.duration)*4);if(quartileayads.metrics.quartile) {ayads.metrics.quartile=quartile;console.log('event quartile '+quartile);if(quartile) {new Image().src=url+'impression.php?zid='+ayads.zone.zid+'&aid='+ayads.ad.aid+'&raid='+(ayads.ad.raid||0)+'&metric=quartile'+quartile+'¤ttime='+video.currentTime+'&duration='+video.duration;ayads.call_antenna('q'+quartile,{ad:ayads.ad});} var quatileNames=['start','firstQuartile','midpoint','thirdQuartile','complete'];if(ayads.ad.data.events&&ayads.ad.data.events[quatileNames[quartile]]) {var urls=ayads.ad.data.events[quatileNames[quartile]];console.log('event',urls);for(var j=0;j30&&img.src.indexOf('1x1')===-1&&a.href.toString().indexOf('info.criteo')===-1) {if(a.href.indexOf('j')===0) {ayads.ad.click_callback=function(){eval(a.href.replace('javascript:',''))};ayads.ad.data.url=a.href.match(/\(.*\)/)[0].replace(/\(|\)|'/gi,'');} else ayads.ad.data.url=a.href;ayads.ad.data.image=img.src;ayads.ad.data.top=220;ayads.ad.data.color=false;if(a.onclick) ayads.ad.click_callback=a.onclick;if(window.ayads_shop) ayads.ad.data.shop=ayads_shop;ayads_display_ad();} else {ayads.noads.push(ayads.ad.aid);ayads.setItem('noads-'+ayads.ad.aid,1,sspname!='rubicon'?43000:0);delete ayads.ad;ayads_select_ad();}};window.ayads_prebid_callback=function(prebid){console.log('AN_prebid',prebid);prebid.result.ad===''&&(prebid.result.ad=url+'test.php?ad');if(prebid.result&&prebid.result.ad) {var r=ayads.get(prebid.result.ad);r=r.replace(/https/g,'http');console.log('ayads prebid ad',r);var iframe=ayads.write(r);window.ayads_data=iframe.contentWindow.ayads_data;}};if(data.improve_id.toString().match('rubicon')) {sspname='rubicon';var rubicon_id=data.improve_id.toString().split(':');sspadid=rubicon_id[1];rp_account=rubicon_id[1];rp_site=rubicon_id[2];rp_zonesize=rubicon_id[3];rp_adtype='js';rp_smartfile='[SMART FILE URL]';rp_kw=(typeof rpx_params!=='undefined'&&typeof rpx_params.kw!=='undefined')?rpx_params.kw:'';rp_visitor=(typeof rpx_params!=='undefined'&&typeof rpx_params.visitor!=='undefined')?rpx_params.visitor:{};rp_inventory=(typeof rpx_params!=='undefined'&&typeof rpx_params.inventory!=='undefined')?rpx_params.inventory:{};var script_url='http://ads.rubiconproject.com/ad/'+rp_account+'.js';} else if(data.improve_id.toString().match('appnexus2')) {sspname='appnexus2';var appnexus_id=data.improve_id.toString().split(':');sspadid=appnexus_id[1];var gmtp="http",gmturl=gmtp+"://fr.gmads.mookie1.com/r",gmth="[REFERRER_DOMAIN]",gmthp="[REFERRER_PATH]";if(gmth.indexOf('.')<0) var gmth='[REFERRER_URL]';var script_url=gmturl+"?width=1&height=1&gmtr=[CACHEBUSTER]&gmtsubsite="+appnexus_id[1]+"&gmtctrl=8&gmttu=25832&gmtt=js&gmti=xs_fr_display&gmtsrc=xs_fr&gmth="+gmth+"&gmthp="+gmthp;} else if(data.improve_id.toString().match('appnexus3')) {sspname='appnexus3';var appnexus_id=5080251;sspadid=appnexus_id;var appnexus_prebid=true;var script_url='//ib.adnxs.com/jpt?id='+appnexus_id+'&callback=ayads_prebid_callback&size=970x250';} else if(data.improve_id.toString().match('appnexus')) {sspname='appnexus';var appnexus_id=data.improve_id.toString().split(':');if(appnexus_id.length<2) appnexus_id[1]=3747804;sspadid=appnexus_id[1];var script_url='//ib.adnxs.com/ttj?id='+appnexus_id[1]+'&size=1800x1000&promo_sizes=&promo_alignment=center&referrer='+w.location.hostname;} else if(data.improve_id.toString().match('http://')) {sspname='generic';var script_url=data.improve_id;} else {sspname='improve';var improve_id=data.improve_id;sspadid=improve_id;var script_url='//ad.360yield.com/adj?p='+improve_id+'&w=1800&h=1000&tz='+(new Date().getTimezoneOffset())+'&click3rd=';if(data.local) script_url='test-improve.php';} if(sspname==null){sspname='undefined';} if(sspadid==null){sspadid='undefined';} ayads.call_antenna('sspc',{ad:ayads.ad,sspname:sspname,sspadid:sspadid});document.write('');}};try{w=top;d=w.document;} catch(e){console.log('ayads tag in cross domain iframe',e);w=window;d=w.document;} if(is_secure) {url=secure_url;ads_url=secure_url;} window.ayads=ayads;window!==w&&(w.ayads=ayads);(function(){var accuracy=5,new_visitor;if(ayads.getItem('user')) {new_visitor=0;} else {new_visitor=1;var date=new Date();var ttl=Math.floor((new Date(date.getFullYear(),date.getMonth()+1,1,0,0).getTime()-date.getTime())/1000);ayads.setItem('user',1,ttl);}!is_secure&&Math.random()<1/accuracy&&setTimeout(function(){new Image().src='//data.ayads.co/analytics.php?zid='+ayads.zone.zid+'&sid='+ayads.zone.sid+'&accuracy='+accuracy+'&new_visitor='+new_visitor;},3000);})();ayads_select_ad();})();