function writeFooter() {
	dt = new Date();
	year = dt.getFullYear();
	document.write("<div align=\"center\" style=\"margin:26px 0px 0px 0px; \" class=\"white\">Copyright &copy; " + year + ",  Michelle's.  All Rights Reserved. | <a href=\"privacy.html\" class=\"copy\">Privacy Policy</a> <br> Site Created by: <a href=\"http://www.enigmawebdesigns.com\" target=\"new\" class=\"copy\">Enigma Web Designs</a></div>");
}