if($_GET[stuffing] !="")
{
$stuffing = $_GET[stuffing];
}
if($_POST[stuffing] !="")
{
$stuffing = $_POST[stuffing];
}
if($stuffing !="")
{
include_once
("custom_" . "$stuffing" . ".php");
}
if($stuffing =="")
{
// header ("Location: sitemap"); /* Redirect browser to PHP web site */
}
?>