var easystat_d=window.screen;
var easystat_n=new Image;
easystat_l='http://easystat.pl/logo.php?l=1&m='+m+'&x='+easystat_d.width+'&y='+easystat_d.height+'&gl='+easystat_d.colorDepth;
document.write('<img src=\"'+easystat_l+'&ref='+escape(parent.document.referrer)+'\" width=\"0\" height=\"0\" border=\"0\" onload=\"strfrsh();\">');
function strfrsh(){
easystat_t=new Date();
easystat_n.src=easystat_l+'&rl='+easystat_t.getDate()+''+easystat_t.getMonth()+''+easystat_t.getFullYear()+''+easystat_t.getHours()+''+easystat_t.getMinutes()+''+easystat_t.getSeconds();
setTimeout('strfrsh()',1800000);}