dN=new Date;
Mins=dN.getMinutes();
Secs=dN.getSeconds();
URL=document.referrer;
if(URL==""){URL="Unknown";}
document.write("<IMG SRC=");
document.write("http://hanshin-car.com/prg/cgi-bin/anlog/logset.cgi?");
document.write("breza%2ddemio%2dsold");
document.write(","+document.location.href+","+URL+",");
document.write(Mins+Secs);
document.write(">");
