<?php

$Header2 = "The Incredibles"; /* make this whatever the name of the page is */

$Sub1 = "The Incredibles"; /* make this the same as Header2; I will change it if it needs changing */

$PageTitle = " - " . "$Header2";

require ("imagepagetop.php");

 ?>

			<?php
		
			require ("../includes/header1.php");
		
			require ("../includes/header2.php");
		
			require ("../includes/header3.php");
		
			require ("../includes/header4.php");
			
			print ("\n\n");
			
			 ?>
			
			<blockquote>
				<p>Presented here are preliminary screen grabs from <cite>The Incredibles</cite> which will probably be replaced later with higher quality ones.</p>
			</blockquote>
				
			<img src="theincredibles/pic1.jpg" />
			
			<br /><br />
				
			<img src="theincredibles/pic2.jpg" />
			
			<br /><br />
				
			<img src="theincredibles/pic3.jpg" />
			
			<br /><br />
				
			<img src="theincredibles/pic4.jpg" />
			
			<br /><br />
				
			<img src="theincredibles/pic5.jpg" />
			
			<br /><br />
				
			<img src="theincredibles/pic6.jpg" />
			
			<br /><br />
				
			<img src="theincredibles/pic7.jpg" />
			
			<br /><br />
				
			<img src="theincredibles/pic8.jpg" />
			
			<br /><br />
				
			<img src="theincredibles/pic9.jpg" />
			
			<br /><br />
				
			<img src="theincredibles/pic10.jpg" />
			
			<br /><br />
				
			<img src="theincredibles/pic11.jpg" />
			
			<br /><br />
				
			<img src="theincredibles/pic12.jpg" />
			
			<br /><br />
				
			<img src="theincredibles/pic13.jpg" />
			
			<br /><br />
				
			<img src="theincredibles/pic14.jpg" />
			
			<br /><br />
				
			<img src="theincredibles/pic15.jpg" />
			
			<br /><br />
		
			<?php
		
			require ("../includes/rule.php");
			
			print ("\n\n");
		
			require ("../includes/sitenav.php");
			
			print ("\n\n");
		
			require ("../includes/imagenav.php");
			
			print ("\n\n");
		
			require ("../includes/home.php");
			
			 ?>


		</div>

	</body>

</html>