function lexstat(id,path,ownRef,w,h){var d=document,l=''+d.location,r=top.document.referrer,v=navigator.appVersion,ms=v.indexOf("MSIE"),vIE=parseInt(v.substring(ms+5,ms+7));v=vIE>0?vIE:parseInt(v);if(!ownRef){var q=r,i=r.indexOf('?');if(i>=0)q=q.substring(0,i);i=q.lastIndexOf('/');if(i>=0)q=q.substring(0,i+1);if(l.indexOf(q)==0)r='';}var o='<img src="'+path+'lexstat.pl?id='+id+'&js=1';if(r&&(r!=l))o+="&ref="+escape(r);if(v>=4){var s=screen;if(s.width)o+="&sw="+s.width+"&sh="+s.height+"&sc="+s.colorDepth;}o+='" border=0';if(w)o+=' width='+w+' height='+h;d.write(o+'>');}