Advertisement
Guest User

Untitled

a guest
May 5th, 2010
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (function() {
  2.     var piwikBaseUrl = (('https:' == document.location.protocol) ? 'https://adress/' : 'http://adress/');
  3.     var piwikScript = document.createElement('script');
  4.     piwikScript.type = 'text/javascript';
  5.     piwikScript.async = true;
  6.     piwikScript.src = piwikBaseUrl + 'piwik.js';
  7.     (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(piwikScript);
  8. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement