//////////////////////////////////////
// Statistik Script by I-Web Design //
// -------------------------------- //
// Contact: webmaster@michieru.de //
// Homepage: www.michieru.de //
// //
// Using: //
// You can use the Script for free //
// and edit it in all places. Only //
// keep this head-copyright on each //
// site of this script. //
// See info.txt for more details!!! //
//////////////////////////////////////
if(isset($_GET['page']))$page=$_GET['page'];
if(isset($_GET['step']))$step=$_GET['step'];
if(isset($_GET['searchid']))$searchid=$_GET['searchid'];
if(isset($_GET['search']))$search=$_GET['search'];
if(isset($_GET['order']))$order=$_GET['order'];
include("main/index.php");
?>