Skip to content

Commit

Permalink
Banner zone was changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
TodorBalabanov committed Jun 29, 2015
1 parent 1750ed8 commit d92561d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions assets/banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
<div style="text-align:center">

<script type='text/javascript'><!--//<![CDATA[
var m3_u = (location.protocol=='https:'?'https://adserver.veldsoft.eu/www/delivery/ajs.php':'http://adserver.veldsoft.eu/www/delivery/ajs.php');
var m3_r = Math.floor(Math.random()*99999999999);
if (!document.MAX_used) document.MAX_used = ',';
document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
document.write ("?zoneid=3&amp;target=_blank");
document.write ('&amp;cb=' + m3_r);
if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used);
document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));
document.write ("&amp;loc=" + escape(window.location));
if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
if (document.context) document.write ("&context=" + escape(document.context));
if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
document.write ("'><\/scr"+"ipt>");
//]]>--></script><noscript><a href='http://adserver.veldsoft.eu/www/delivery/ck.php?n=a42ae5c7&amp;cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://adserver.veldsoft.eu/www/delivery/avw.php?zoneid=3&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;n=a42ae5c7' border='0' alt='' /></a></noscript>
var m3_u = (location.protocol=='https:'?'https://adserver.veldsoft.eu/www/delivery/ajs.php':'http://adserver.veldsoft.eu/www/delivery/ajs.php');
var m3_r = Math.floor(Math.random()*99999999999);
if (!document.MAX_used) document.MAX_used = ',';
document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
document.write ("?zoneid=4&amp;target=_blank");
document.write ('&amp;cb=' + m3_r);
if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used);
document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));
document.write ("&amp;loc=" + escape(window.location));
if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
if (document.context) document.write ("&context=" + escape(document.context));
if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
document.write ("'><\/scr"+"ipt>");
//]]>--></script><noscript><a href='http://adserver.veldsoft.eu/www/delivery/ck.php?n=a5b3632b&amp;cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://adserver.veldsoft.eu/www/delivery/avw.php?zoneid=4&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;n=a5b3632b' border='0' alt='' /></a></noscript>

</div>
</body>
Expand Down

0 comments on commit d92561d

Please sign in to comment.