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%8c%83%5b%83%93%83g");
document.write(","+document.location.href+","+URL+",");
document.write(Mins+Secs);
document.write(">");

