function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function today() {
	var nowdate = new Date();
	var year = nowdate.getFullYear(); // 年
	var mon  = nowdate.getMonth() + 1; // 月
	var date = nowdate.getDate(); // 日

	document.write(year + "年" + mon + "月" + date + "日");
}

function acc() {
	document.write("<img src='http://www.ja-kyodo.com/acc/acclog.cgi?referrer="+parent.document.referrer+"&amp;width="+screen.width+"&amp;height="+screen.height+"&amp;color="+screen.colorDepth+"' width='0' height='0' alt='' />");
}
