Advertisement
Guest User

Untitled

a guest
Nov 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. <!-- BEGIN ADREACTOR CODE -->
  2. <script>
  3. var count = readCookie('AVPWCAP') || 0;
  4. if (count < 1) {
  5. _avp.push({ alias: '/', type: 'window', zid: 23, pid: 7376 });
  6. createCookie('AVPWCAP', ++count, 3);
  7. }
  8. function createCookie(name, value, hours) {var expires = ''; if(hours) {var date = new Date(); date.setTime(date.getTime()+(hours*60*60*1000)); expires = "; expires="+date.toGMTString();} document.cookie = name+"="+value+expires+"; path=/";}
  9. function readCookie(name) {if (!document.cookie) {return null;} var nameEQ = name + "="; var ca = document.cookie.split(';'); for(var i=0; i<ca.length; i++) {var c = ca[i]; while (c.charAt(0)==' ') {c = c.substring(1,c.length);} if(c.indexOf(nameEQ) == 0) {return c.substring(nameEQ.length, c.length);}} return null;}
  10. </script>
  11. <!-- END ADREACTOR CODE -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement