
if(isset($argv[3])){
if($argv[3] == "sjis"){
include("/export/home/httpd/html/template/php/footersjis.php");
}else{
include("/export/home/httpd/html/template/php/footerutf8.php");
}
}else{
include("/export/home/httpd/html/template/php/footerutf8.php");
}
?>