1.	<!-- END CHANGEABLE CONTENT. -->
2.	</div>
3.	
4.	<div id="rightcontent">
5.		<h1>Navigation</h1>
6.		<p><a href="index.php">Home</a><br />
7.		<a href="albums.php">Discography</a><br />
8.		<a href="login.php">Login</a><br />
9.		<a href="register.php">Register</a></p>
10.	
11.		<p><em><?php // Print the current date and time:
12.		// Set the timezone:
13.		date_default_timezone_set('America/New_York');
14.		
15.		// Now print the date and time:
16.		print date('g:i a l F j');
17.		?><em></p>
18.		
19.	</div>
20.	
21.	</body>
22.	</html><?php // Script 8.12 - footer.html #3
23.	
24.	// Send the buffer to the browser and turn off buffering:
25.	ob_end_flush();
26.	?>