<?
$ok = explode(":",$HTTP_COOKIE_VARS["mcPass"]);
if(empty($ok[0])){
header ("location:http://$HTTP_HOST/mcPass.php?go=$PHP_SELF");
}
?>