<?php


//Start page formatting here ********************************


print '<html>
<head>
<title>iSoaker.com ::</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="../Assets/CSS/iS_layout2009.css" type="text/css">
</head>
<body text="#000000"> 
<div align="center"> ';
print '<h1>The article you are looking for has been moved.</h1>';
print '<h2>Please check the link or try selecting from the following categories.</h2><br>';
print 'Main Page: ';
print '<a href="http://www.isoaker.com">iSoaker.com Home</a>
<h3>Main Categories</h3>
<p><a href="soaker_listing.php">Product Listing</a></p>
<p><a href="../Info/gallery.html">The Galleries @ iSoaker.com</a></p>
<p><a href="Repair/index.php">Repairs</a></p>
<p><a href="Tech/index.php">Tech Info</a></p>
<p><a href="../Info/Humour/index.php">Humour</a></p>
<p><a href="../Info/article_listing.php">Miscellaneous Articles</a></p>
<p><a href="../WaterWar/Games/index.php">Games</a></p>
<p><a href="../WaterWar/Players/index.php">Players Info / Tips / Tactics</a></p>
<p><a href="../WaterWar/Teams/index.php">Team Info / Tips / Tactics</a></p>
<p><a href="../WaterWar/Stories/index.php">Battle Reports / War Stories</a></p>
<p><a href="../WaterWar/Rogues/index.php">Rogue Group</a></p>';
          
print '</div></body>';
?>

