




///////////////////////////////////////////////////////////////////////////////////////////////////////
//
//使い回し出来るファンクション
//
///////////////////////////////////////////////////////////////////////////////////////////////////////




//コピーライトの書き出し
function copy()
	{
		mydate=new Date();
		Ye=mydate.getFullYear();
		document.write("Copyright &copy; 2009- "+Ye+" Pasfe Corporation. All Rights Reserved. ");
	}












