

//Writes the footer
function printFooter() { 

		document.write('<a href="/products/index.php">Shop</a> &bull; <a href="/products/index.php?main_page=page&id=3">Company</a> &bull; <a href="/products/index.php?main_page=page&id=2">Contact</a> &bull; <a href="/products/index.php?main_page=page&id=1">Links</a><br />&copy;2011 <a href="http://www.mimimouche.com">Mimi Mouche</a> &bull; All rights reserved');
		
	document.write();
} 

	
