<?php
// Important! You have to include it before your html code
include_once "/home/lumin8/public_html/polls/poll_cookie.php";
?>

<html>
<head>
<title>Luminarium: What's New - Updates and Additions</title>
<meta name="description" content="Luminarium: What's New - Updates and Additions">

<?php
include 'header.php';
?>
<?php
include 'intro.php';
?>
<br>
<br>

<?php
include 'medlit.php';
?>
<br>
<br>
<?php
include 'renlit.php';
?>
<br>
<br>
<?php
include 'sevenlit.php';
?>
<br>
<br>
<?php
include 'eightlit.php';
?>

<?php
include 'ninelit.php';
?>

<a name="encyclopedia"></a>
<br>
<br>
<?php
include 'encyclopedia.php';
?>
<br>
<br>
<?php
include 'editions.php';
?>
<br>
<br>
<?php
include 'contemporary.php';
?>

<br>
<br>
<?php
include 'ireland.php';
?>

<br>
<br>
<?php
include 'finnish.php';
?>
<br><br><br>
<?php
include 'bottom-nav.php';
?>
<br>
<?php
include 'copyright.php';
?>

	<table height="2800" border="0" cellspacing="0" cellpadding="0">
		<tr>
			<td valign="top">
				<?php
				include '160x600.php';
				?>
<br><br><br><br>
			</td>
		</tr>
		<tr>
			<td valign="middle">
				<?php
				include '160x600.php';
				?>
<br><br><br><br>
			</td>
		</tr>
		<tr>
			<td valign="bottom">
				<?php
				include '160x600.php';
				?>
			</td>
		</tr>
	</table>

<?php
include 'footer.php';
?>


