var $copyright = "Copyright Raytex Corporation 1996-2004, All Rights Reserved.";

function writeCopyright() {
	document.write($copyright);
}

