function Count(site,groupe,spage){var res='';var depth='';var ref=top.document.referrer; if (!ref) ref=document.referrer;if(window.screen){var res=screen.width+'x'+screen.height;var depth=screen.colorDepth;var jack=screen.availWidth+'x'+screen.availHeight;}var tag='<img src="'+site+'/mystats/hit.php?res='+res+'&dep='+depth+'&jack='+jack+'&url='+escape(document.URL)+'&refe='+escape(ref)+'&groupe='+escape(groupe)+'&spage='+escape(spage)+'&js=1" border=0 width=1 height=1>';document.write(tag);}
