JAVASCRIPT   21
fbendscript
Guest on 27th August 2023 11:56:31 AM


  1. function actionHtmlWindow(str) {
  2.         new ActionHtmlWindow(str);
  3. }
  4.  
  5.  
  6.         var googleAcountID="UA-23956667-30";
  7.   var _gaq = _gaq || [];
  8.   _gaq.push(['_setAccount', googleAcountID]);
  9.   _gaq.push(['_trackPageview']);
  10.  
  11.   (function() {
  12.     var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  13.     ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  14.     var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  15.   })();

Raw Paste

Login or Register to edit or fork this paste. It's free.