<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//処理概要　今年を取得
function NowYear() { 
	var now = new Date(); 
	var year = now.getFullYear(); 
	document.write(year); 
} 
-->

