function statjs()
{
  //kodowanie znaków & znakami *
  url_temp=top.document.referrer;
  url_referer="";
  if(url_temp.indexOf("&")!=0)
  {
    for(i=0; i<url_temp.length; i++)
    {
      if(url_temp.charAt(i)=="&")
        url_referer=url_referer+'*';
      else
        url_referer=url_referer+url_temp.charAt(i);
    }
  }
  document.images['stat'].src="http://www.statystyki.itq.pl/add/statjs.php?login=ankora-yachting.com&nr=1&roz="+screen.width+"&kol="+screen.colorDepth+"&skad="+url_referer;
}

function statout()
{
       document.images['stat'].src="http://www.statystyki.itq.pl/add/statout.php";
}
