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