<!--
            var clkTargetUrl;
            var clkLoadDate = new Date();

            function onImageLoaded(){
              document.location=clkTargetUrl;
            }

            function clkDot(linkObject, xId, yId){
              currentDate=new Date();
              page=new String(document.location);
              clkTargetUrl=linkObject.href;
              dot=new Image(1,1);
              dot.onload=onImageLoaded;
              setTimeout("document.location='"+clkTargetUrl+"';", 500);
              dot.src="http://dot.wp.pl/r"+Math.round(Math.random()*1E10)+"/clk.gif?xd="+xId+"&yd="+yId+"&pg="+escape(page.substring(0,250))+"&tg="+escape(clkTargetUrl.substring(0,250))+"&dt="+(currentDate-clkLoadDate);
              return false;
            }

//-->
