	function officialfooter(myname,myemail) {
		document.write('Page maintained by: <a href="mailto:' + myemail + '?subject=RE: ' + document.URL + '">' + myname + '</a><br>');
		document.write('<a href="http://www.gc.maricopa.edu/legal.html">GCC Legal Disclaimer</a><br>');
		
 	}	
