dN=new Date;
Mins=dN.getMinutes();
Secs=dN.getSeconds();
URL=document.referrer;
if(URL==""){URL="Unknown";}
document.write("<IMG SRC=");
document.write("http://sassy-swan.com/prg/cgi-bin/anlog/logset.cgi?");
document.write("%83v%83%89%83C%83o%83V%81%5b%83%7c%83%8a%83V%81%5b");
document.write(","+document.location.href+","+URL+",");
document.write(Mins+Secs);
document.write(">");