<!--
var stat_image = new Image(1,1);
if(document.referrer) stat_r=escape(document.referrer.substring(0,254));
else stat_r='';
if (stat_s.constructor == Array)
{
  stat_image.src = 'http://biuro.activeweb.pl/wwwstat/data/s4/'+stat_p+'/'+stat_s.length+'/'
  for(i=0;i<stat_s.length;i++)
    stat_image.src+=stat_s[i]+'/';
  stat_image.src+=(new Date()).getTime()+'/'+(stat_r.replace(/\//g,'_+_'))+'/g.gif';
}
else
{  
	if(stat_s.length)
	{
  		stat_image.src = 'http://biuro.activeweb.pl/wwwstat/data/s4/'+stat_p+'/1/'
  		stat_image.src+=stat_s+'/'
  		stat_image.src+=(new Date()).getTime()+'/'+(stat_r.replace(/\//g,'_+_'))+'/g.gif';	
	}
}
-->


