

//Writes the footer
function printFooter() { 

		document.write('<a href="http://www.mimimouche.com/index.cfm?whichSection=1">Home</a> &bull; <a href="http://www.mimimouche.com/Shop.cfm">Shop</a> &bull; <a href="http://www.mimimouche.com/Company.cfm">Company</a> &bull; <a href="http://www.mimimouche.com/Contact.cfm">Contact</a> &bull; <a href="http://www.mimimouche.com/Links.cfm">Links</a><br />&copy;2008 Mimi Mouche &bull; All rights reserved');
		
	document.write();
} 

	