function copyright(){
	var d = new Date();
	if (d.getFullYear() == "2010")
		document.write('&#169; Casanova Restaurants 2010 | All rights reserved <br />Website designed and maintained by <a href="http://confuci.us" target="_blank">Confuci.us</a>');
	else
		document.write('&#169; Casanova Restaurants 2010 - ' + d.getFullYear() + ' | All rights reserved');
}