File size: 773B
<?php
include("page_head.php");
?>
<div class="header">CATEGORIES</div>
<div class="menu3">
<a href="autos.php">Cars & Vehicles</a><br/>
<a href="comedy.php">Comedy</a><br/>
<a href="education.php">Education</a><br/>
<a href="entertainment.php">Entertainment</a><br/>
<a href="film.php">Film & Animation</a><br/>
<a href="gaming.php">Gaming</a><br/>
<a href="howto.php">How To & Style</a><br/>
<a href="music.php">Music</a><br/>
<a href="news.php">News & Politics</a><br/>
<a href="people.php">People & Blogs</a><br/>
<a href="animals.php">Pets & Animals</a><br/>
<a href="tech.php">Science & Technology</a><br/>
<a href="sports.php">Sports</a><br/>
<a href="autos.php">Travel & Events</a><br/>
</div>
<?php
include("footer3.php");
?>