52 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
// no caching
 | 
						|
header('Cache-Control: no-store, no-cache, must-revalidate');
 | 
						|
header('Cache-Control: post-check=0, pre-check=0', FALSE);
 | 
						|
header('Pragma: no-cache');
 | 
						|
 | 
						|
error_reporting( E_ALL );
 | 
						|
 | 
						|
 | 
						|
include( "../header.php" );
 | 
						|
 | 
						|
?>
 | 
						|
 | 
						|
<font size=5>Press Demos</font><br>
 | 
						|
 | 
						|
<table border=0 width="100%" cellpadding=5><tr><td bgcolor="#222222">
 | 
						|
 | 
						|
You will need to obtain a demo code before you can run these.  Please <a href="http://hcsoftware.sf.net/jason-rohrer">contact me</a>.
 | 
						|
<br>
 | 
						|
<br>
 | 
						|
<center>
 | 
						|
<table border=0 cellpadding=4 cellspacing=1>
 | 
						|
<tr><td><a href="SleepIsDeath_v9bpress_Windows.exe">SleepIsDeath_v9bpress_Windows.exe</a></td></tr>
 | 
						|
<tr><td><a href="SleepIsDeath_v9press_MacOSX.dmg">SleepIsDeath_v9press_MacOSX.dmg</a></td></tr>
 | 
						|
</table>
 | 
						|
 | 
						|
<br>
 | 
						|
<br>
 | 
						|
 | 
						|
<a href="http://www.youtube.com/watch?v=b3_tExeY9eA&fmt=6"><img src="youTube.png" width=425 height=344 border=0></a>
 | 
						|
 | 
						|
<!--
 | 
						|
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/b3_tExeY9eA&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/b3_tExeY9eA&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>
 | 
						|
-->
 | 
						|
 | 
						|
<!--
 | 
						|
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/7dle45k5BJI&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/7dle45k5BJI&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>
 | 
						|
-->
 | 
						|
</center>
 | 
						|
<br>
 | 
						|
<br>
 | 
						|
 | 
						|
</td></tr></table>
 | 
						|
<br>
 | 
						|
<br>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
<?php include( "../footer.php" ); ?>
 |