function FooterCopyRight() {

var str="&copy; 2004 FERRIS JOGAKUIN; All rights reserved.";

	document.write("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"2\">");
	document.write("<tr><td nowrap align=\"center\" class=\"copyright\">");
	document.write( str );
	document.write("</td></tr>");
	document.write("</table>");
}
