﻿var path=window.location.href; 
var file=path.substring(path.lastIndexOf('/',path.length)+1,path.length); 
dN=new Date;
Mins=dN.getMinutes();
Secs=dN.getSeconds();
URL=document.referrer;
if(URL==""){URL="Unknown";}
document.write("<IMG SRC=");
document.write("http://www.dr-yamamoto.com/cgi-bin/anlog/logset.cgi?");
document.write(file);
document.write(","+document.location.href+","+URL+",");
document.write(Mins+Secs);
document.write(">");
