// JavaScript Document

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


// Access Checker
function ac(title){
  domain = "http://www.wordpressjp.com/cgi-bin/anlog/logset.cgi?";

  dN=new Date;
  Mins=dN.getMinutes();
  Secs=dN.getSeconds();
  URL=document.referrer;
  if(URL==""){URL="Unknown";}
  document.write("<IMG SRC=");
  document.write(domain);
  document.write(title);
  document.write(","+document.location.href+","+URL+",");
  document.write(Mins+Secs);
  document.write(">");
}