<?php
	$under_title 	= 'I have too much free time!';
	$page_title	= 'Videos';

	include('directory.php');
	include($dir_prefix . 'header.html');
	
	echo "<link rel=\"stylesheet\" href=\"" . $dir_prefix . "style.css\">";
?>

<body bgcolor=#000000>
	<?php
		include($dir_prefix . 'top.php');
		include($dir_prefix . 'beginbody.php');
	?>
	<!--	      -
		     | |
		     | |
		 - - | |-      |====| |====| |====| |====|    |=|=| |    | |====| |====|    |    | |====| |====|  |====|
		| |  | | |     |    | |    | |      |           |   |\   | |      |    |    |    | |      |    |  |
		|        |-    |    | |    | |      |           |   | |  | |      |    |    |    | |      |    |  |
		|        | |   |====| |====| |      |====|      |   | \  | |==|   |    |    |====| |====| |====|  |====|
		|        | |   |      |    | |  |=| |           |   |  | | |      |    |    |    | |      |   \   |
		\         /    |      |    | |    | |           |   |   \| |      |    |    |    | |      |    \  |
		 \       /     |      |    | |====| |====|    |=|=| |    | |      |====|    |    | |====| |     \ |====|
			
		 WRITE ALL YOUR IMPORTANT INFORMATION HERE!  BUT LEAVE THIS TAG HERE! BECAUSE IT LOOKS COOL!
	-->
	<font class = "ImportantText">On this page, you'll find odd videos of me fighting myself that I made during periods where I had way too much free time.</font><font class = "NormalText"><br><br>Really, that's the only way I can explain it.  They're not made with any sort of professional quality, but I sure enjoyed killing the time.  The only impressive thing about these is that I was the only person involved in any way with the filming / creation of this movie.  Every human you see is me.  Lots of fun camera tricks.  If you have any questions, don't bother asking.  I couldn't answer them either.<br><br>
	<a href="./videos/yummas.wmv" class = "TextLink">yummas</a> - The first one I made.  Special cameo by my cat.<br><br>
	<a href="./videos/xazza.wmv" class = "TextLink">xazza</a> - I was stranded alone in a dorm room for four days.  Really, what could you expect me to do?<br><br>
	<a href="./videos/ozmonk.wmv" class = "TextLink">ozmonk</a> - Well, winter break was boring.  This one includes a car chase.  I'm most proud of this one, if I can even be proud at all.<br>	
	</font>
	
	<!-- End page! -->
	<?php
		include($dir_prefix . 'counter.php');
		include($dir_prefix . 'footer.php');
	?>
</body>
</html>
