<!-- #BeginTemplate "/Templates/php_SubPages_Armoury01.dwt" --><!-- DW6 --><!-- #BeginEditable "extraCode" --> <?php $SoakerClass = $_GET[SoakerClass]; if (get_magic_quotes_gpc()){//guard against SQL injection $SoakerClass = stripslashes($SoakerClass); } $SoakerYear = $_GET[SoakerYear]; if (get_magic_quotes_gpc()){//guard against SQL injection $SoakerYear = stripslashes($SoakerYear); } $Maker = $_GET[Maker]; if (get_magic_quotes_gpc()){//guard against SQL injection $Maker = stripslashes($Maker); } $FullNameQuery = $_GET[FullNameQuery]; if (get_magic_quotes_gpc()){//guard against SQL injection $FullNameQuery = stripslashes($FullNameQuery); } $FileNameQuery = $_GET[soakerID]; if (get_magic_quotes_gpc()){//guard against SQL injection $FileNameQuery = stripslashes($FileNameQuery); } ?> <!-- #EndEditable --> <!--- start of Header ---> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <!-- #BeginEditable "doctitle" --> <title>Product Analyses Listings / Soaker Database :: :: iSoaker.com</title> <META NAME="keywords" CONTENT="Super Soaker, Super, Soaker, Water Warriors, Water, Warriors, XStream, X-Stream, Listing, Database, Gun, Blaster"> <!-- #EndEditable --> <!--- *** Site Header *** ---> <?php include ("../_headeriSoaker.php"); ?> </head> <!--- end of Header ---> <!--- start of Body ---> <body> <!--- *** Armoury Body Header *** ---> <?php include ("../Armoury/_headerArmouryBody.php"); ?> <!--- *** start of main Content area *** ---> <div class="container_12"> <div class="content"> <!--- Bread Crumbs ---> <div class="grid_12"> <div class="breadCrumb"> <!-- #BeginEditable "NavBar" --><!-- #BeginLibraryItem "/Library/Top_iSoaker.com.lbi" --><a href="http://www.isoaker.com/">::: iSoaker.com</a> <!-- #EndLibraryItem --><!-- #BeginLibraryItem "/Library/Top_Category-Armoury.lbi" -->| <a href="index.php">The Armoury</a> <!-- #EndLibraryItem -->Soaker Stats<!-- #EndEditable --> </div> </div> </div> <!--- end of breadCrumb ---> </div><!--- end of container_12 ---> <!--- *** Main Text area *** ---> <!-- #BeginEditable "MainText" --> <div class="container_12"> <div class="grid_12 content"> <div class="content"> <div class="story"> <h1>The old "Soaker Stats" links no longer work properly.</h1> <h3>If the water blaster you were looking for fails to appear below, visit the <a href="soaker_listing.php">Product Listing page</a>.</h3> <hr width="90%" size="3" noshade> </div> <?php //Begin Form print '<div class="story"><form ACTION="soaker_listing.php" METHOD="get"> '; print '<br>'; print ' <INPUT TYPE="submit" VALUE="Go"> </form></div>';?> <?php include ("include_soakerListing.php"); ?> <div class="grid_12"> <div class="story"> <hr width="90%" size="3" noshade> <h3>Sub-Categories:</h3> <h4><a href="Analysis/index.php">Series Listing</a> | <a href="timeline.php">Timelines</a></h4> <h3>Related Articles:</h3> <h4><a href="soaker_compare.php">Compare Products</a> | <a href="soaker_coloursorting.php">Colour Sorting Listing</a> | <a href="Analysis/SuperSoaker_tree_all_series.php">Super Soaker Product Evolution Tree</a> | <a href="Analysis/WaterWarriors_tree_all_series.php">Water Warriors Product Evolution Tree</a></h4> <h4><a href="../WaterWar/WaterWeaponryUse/soaker_tech_basics.php">Soaker Technology Basics</a> | <a href="../WaterWar/WaterWeaponryUse/soaker_use_basics.php">Soaker Use Basics</a> | <a href="../Tech/cleaning.php">Care, Cleaning, and Storage</a> | <a href="../Tech/index.php#repair-guides">Repair Articles</a></h4> </div> </div> </div></div></div><!-- #EndEditable --> <!--- *** end of main Content area *** ---> <!--- *** start of Footer *** ---> <!--- *** Armoury footer *** ---> <?php include ("../Armoury/_footerArmoury.php"); ?> <!--- *** Site footer *** ---> <?php include ("../_footeriSoaker.php"); ?> <!--- *** end of Footer *** ---> </body> <!-- #EndTemplate -->