function createFooter()	{
	var footer = new String();
	footer = '<hr><a name="main_nav"></a><p class="footer"><a href="index.htm" tabindex=21>Home</a> | <a href="participants.htm" tabindex=22>Participants</a> | <a href="resources.htm" tabindex=24>Resources</a> | <a href="strategies.htm" tabindex=25>UDL Strategies</a> | <a href="events.htm" tabindex=26>Events</a> | <a href="success.htm">Success Stories</a> | <a href="links.htm">Links</a></p>';

	footer += '<p class="footer">Department of Education Award# P333A020021<br>Any opinions, findings and conclusions or recommendations expressed in this material are those of the author(s)<br>and do not necessarily reflect those of the Department of Education’s Office of Post Secondary Education.</p>';

	footer += '<p class="footer">Copyright &copy; 2004 Springfield Technical Community College<br>All rights reserved.<br><a href="mailto:henriques@stcc.edu">Email comments to the webmaster.</a></p></td></tr></table></body></html>';

	SPANfooter.innerHTML = footer;

}	// end of function createFooter()