/*
---------------------------------------------------------------------------------------------
	COPYRIGHT: This file includes the function that displays the futureTechToday
	copyright notice.  Self explanatory, yes?
---------------------------------------------------------------------------------------------
*/

/*
**************************************************
	begin function for copyright notice
**************************************************
*/
	function copyright() {
		var beginCopyrightData = '<td class="companyInfoBold" valign="middle" align="center">';

		document.write(beginCopyrightData);
		document.write('Copyright 1998-2004 Future Tech Today Inc. / EMF Pollution Solutions');
		document.write(endData);
	}

/*
**************************************************
	end function for copyright notice
**************************************************
*/