<!-- Begin FOOTER code
	// Copyright 2010 © pHbalansertkosthold.no
	var phcopyright	= "yes"	// Show phbalansertkosthold.no copyright

	document.write('<span class="footer">');
	document.write('<hr width="100%" style="background-color:gainsboro;" />');
	if (phcopyright == "yes") 
		{
			document.write('<table border="0"><tr>');
			document.write('<td style="background-color:#707070;"><img src="images/phbalansert-logo-small.gif" border="1" width="50" style="border-color:#B0B0B0"; /></td>');
			document.write('<td>');
			document.write('<span style="font-size:9px;">');
			document.write('&copy; 2010 <i>ph</i>balansertkosthold.no<br />');
			document.write('Organisasjonsnr: 994 333 968<br />');
			document.write('ISBN 2.utg.: 978-82-998272-0-1<br />');
			document.write('</span>');
			document.write('</td>');
			document.write('</tr></table>');
		}
	document.write('<br />');
	document.write('</span>');
//  End FOOTER code -->
