<html>
<head>
<title>Apathy Clan Comics</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1802479-1";
urchinTracker();
</script>
<?php
if (isset($_GET['id']))
	$id = $_GET['id'];
else
	$id=1;
?>

<center>
<br><br><br>
<img src="worms<?php echo $id ?>.png" width="468" height="468">
<br><br><br>

<?php 
if (file_exists($id.'.txt'))
{
	readfile($id.'.txt');
	echo '<br><br>';
}

if ($id>1)
	echo '<a href="index.php?id=' . ($id-1) . '">&laquo; Previous</a> | ';
echo '<a href="/">Home</a>';
if (file_exists('worms'.($id+1).'.png'))
	echo ' | <a href="index.php?id=' . ($id+1) . '">Next &raquo;</a>';
?>

<br><br><br>

<b>Reboot strips:</b><br>
<a href="index.php?id=1">Initial</a><br>
<a href="index.php?id=51">Redux</a><br>
<a href="index.php?id=53">Splapp</a><br>
<a href="index.php?id=54">MAPP Editor</a><br>
<a href="index.php?id=57">Choose-Your-Own-Anticlimax</a><br>
<br>

<b>Guest artist strips:</b><br>
<a href="index.php?id=32b">Paul</a><br>
<a href="index.php?id=42b">Not XxSpiderxX</a><br>
<a href="index.php?id=42c">Zero72</a><br>
<a href="index.php?id=50b">Friz I</a><br>
<a href="index.php?id=50c">Friz II</a><br>


</center>

</body>
</html>
