  // Start hit statistX for statistX.com
  var data = '&r=' + escape(document.referrer)
	+ '&n=' + escape(navigator.userAgent)
	+ '&p=' + escape(navigator.userAgent)
	+ '&g=' + escape(document.location.href);

  if (navigator.userAgent.substring(0,1)>'3')
    data = data + '&sd=' + screen.colorDepth 
	+ '&sw=' + escape(screen.width+'x'+screen.height);

  document.write('<a href="http://www.statistx.com/stats.php?i=46" target=\"_blank\" >');
  document.write('<img border=0 hspace=0 '+'vspace=0 src="http://www.statistx.com/counter.php?i=46' + data + '">');
  document.write('</a>');
  // End hit statistX for statistX.com