// Tovlee's admin:J G

function diffrowcolors(id){if(document.getElementsByTagName){var table = document.getElementById(id);var rows  = table.getElementsByTagName("tr");for(i=0; i<rows.length; i++){if(i%2 == 0 ){rows[i].className = "colora";}else{rows[i].className = "colorb";}}}}window.onload=function(){diffrowcolors('listtable');}
function pageisloadingwait(){if(document.getElementById){document.getElementById('wait').style.visibility = 'hidden';}else{if(document.layers){document.wait.visibility = 'hidden';}else{document.all.wait.visibility = 'hidden';}}}

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-28417032-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();


