function footer()
{
	var FOOTER = "";
	
	FOOTER += "<a href=\"index.htm\">Steam Apprentice Club</a> | <a target=\"_blank\" href=\"http://www.ntet.co.uk\">National Traction Engine Trust</a> | <a href=\"contact.htm\">Contact us</a> | <a href=\"message.htm#e\">Webmaster</a> <br />© Copyright SAC 2011";
	
	document.getElementById("footerText").innerHTML = FOOTER;
}






