Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 24th, 2012  |  syntax: JavaScript  |  size: 0.43 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. var _gaq = _gaq || [];
  2.   _gaq.push(['_setAccount', 'UA-29737431-1']);
  3.   _gaq.push(['_trackPageview']);
  4.  
  5.   (function() {
  6.     var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  7.     ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  8.     var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  9.   })();