function footer() {
	var d = new Date();
	var curr_year = d.getFullYear();

	document.write("<p class='Copyright'>Copyright &copy; " + curr_year + " Waterloo Christian Reformed Church. All rights reserved.&nbsp;&#124;&nbsp;<a href='Privacy.html'>Privacy Policy</a>&nbsp;&#124;&nbsp;<a href='mailto:webmaster@waterloocrc.org'>Contact the Webmasters</a></p>");
}
