//Writes the footer
function printFooter() { 

		document.write('<div style="float:left"><a href="/index.htm">home</a> | <a href="/photos/index.htm">photography</a> | <a href="/info.htm">web design</a> | <a href="/recipes/index.htm">recipes</a> | <a href="/friends.htm">friends</a> | <a href="/blogs.htm">blogs</a></div><div style="float:right; text-align: right">&copy;2010 kariville.com<br>email: <a href="mailto:kari@kariville.com">kari@kariville.com</a></div>');
		
	document.write();
} 