// JavaScript Document

function writeCopy() {
	dd = new Date();
	yy = dd.getYear();
	if(yy < 2000){year += 1900;}
	document.write("<font size='1'>Copyrights &copy; 2002-"+ yy +" Carbon Fiber Manufacting Association, All Rights Reserved</font>");
}