function Footer(){

	var str = '';

		str +='School of Business and Economics at <a href="http://www.mtu.edu">Michigan Technological University</a><br />';
		str +='1400 Townsend Drive <a href="http://www.cityofhoughton.com">Houghton</a>, <a href="http://www.michigan.gov">Michigan</a> 49931-1295<br />';
		str +='School of Business and Economics at <a href="http://www.mtu.edu">MTU</a> is <br />accredited by <a href="http://www.aacsb.edu">AACSB International</a>.<br />'	;
		str +='Michigan Technological University is an equal opportunity educational institution /<br /> equal opportunity employer';	

	document.writeln( str );

}