/* 	
#####################################################################################

	AUTHOR: Katrina Edgar
	
	To write the html for the footer at the bottom of each page
		
#####################################################################################
*/
document.write('<div id=\"footer\">');
document.write('		<a href=\"mailto:webmaster@altrusa.org.nz\" title=\"webmaster@altrusa.org.nz\">Contact the Webmaster</a>');
document.write('	</div>');

