  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 target="_blank" href=" http://www.blogpatrol.com" alt="BlogPatrol free blog counter" title="Free Blog Counters, Stats and Widgets">');
  document.write('<img border=0 hspace=0 '+'vspace=0 src=" http://www.blogpatrol.com/counter.php?i=31044' + data + '">');
  document.write('</a>');

