function mystats(framed,counter,domain,server,p) { var rnd=Math.round(Math.random()*100000);
if (framed)myref = document.referrer;else myref = top.document.referrer;
document.write('<img src=\"http://www'+server+'.mystats.nl/c/i/?c='+counter+'&f='+framed+'&random='+rnd+'&dom='+domain+'&r='+escape(myref)+
'&p='+escape(document.location)+p+'\" height=1 width=1 border=0 nosave>');
}