<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html>

<?php

$pageTitle="Film Index by Date";         //VARIABLE ONE
$pageContent="generateTimeline2.php";  //VARIABLE TWO

echo ('

<head>
	<meta name="description" content="MIT CSAIL Film History of AI Database">
	<meta name="keywords" content="CSAIL, MIT, MIT CSAIL, Film History of AI, History of AI, AI, MIT AI, Artificial 
Intelligence">
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
	<title> '.$pageTitle.' </title>
	<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<?php
	include ("head.html");
?>
<!-- Table for Main Body -->
<table border="0" width="100%" height="100%" cellspacing="0" cellpadding="2">
	<tr>
		<th valign="top" align="left" bgcolor="#202020" width="90" rowspan="2">
			<p>
			<p>
');


include ("menu.html");


echo ('		</th>

		<th width="1" bgcolor="#CC0033" valign="left" rowspan="2" >
		</th>

		<td bgcolor="#808080" >
			<center>
				<h2> <font ="verdana" color="#D3D3D3"> Early Artificial Intelligence Research : Caught on Film</font> </h2>
			</center>
		</td>
	</tr>

	<tr>
		<td valign="top">
		<center> <font color="#CC0033" size="6">
                                <b>'.$pageTitle.'</b></font><br>
		</center>');

include ("menuh.html");
			
echo('<p>');

include ($pageContent);
include ("menuh.html");

echo('
			<br>
			<table width="100%" align="center">
				<tr>
					<th width="47%">
						<div align="right">
						<a href="http://web.mit.edu"><img border="0" src="http://web.mit.edu/img/d060504-logo.gif"></a>
						</div>
					</th>
					<th width="20">
					</th>
					<th width="20">
					</th>
					<th>
						<div align="left">
						<a href="http://nsf.gov"><img border="0" src="http://projects.csail.mit.edu/films/nsf.gif"></a>
						</div>
					</th>
				</tr>
			</table>
			<center> 
			<a href="mailto:tjg@csail.mit.edu"><font size="1" color="black">TJG</font></a>
			</center>
		</td>
	</tr>
</table>

</body>

</html>
');
?>