var data,nhp,ntz,rf,sr;
nhp='http';
rf=document.referrer;
sr=document.location.search;
if(top.document.location==document.referrer || (document.referrer == '' && top.document.location != '')){
	rf=top.document.referrer;
	sr=top.document.location.search
}
ntz=new Date();
if((location.href.substr(0,6)=='https:') || (location.href.substr(0,6)=='HTTPS:')) {
	nhp='https';
}
else {
	nhp="http";	
}
data='&an='+escape(navigator.appName)+
'&rf='+escape(rf)+ '&sl='+escape(navigator.systemLanguage)+'&nhp='+nhp+
'&av='+escape(navigator.appVersion)+ '&l='+escape(navigator.language)+
'&pf='+escape(navigator.platform)+ '&pg='+escape(location.pathname)+
'&sr='+escape(sr);

if(navigator.appVersion.substring(0,1)>'3') {
	data=data+'&cd='+screen.colorDepth+'&rs='+escape(screen.width+ ' x '+screen.height)+
	'&tz='+ntz.getTimezoneOffset()+'&je='+ navigator.javaEnabled();
}
document.write('<img border=0 hspace=0 vspace=0 width=1 height=1 src="http://www.gheensfoundation.org/?setstats=true&'+data+'">');
