".$_GET["message"]." "; if(isset($_COOKIE["logged_in"]) && $_COOKIE["logged_in"] != "" && $_GET["logout"] != "yes") { header("Location: index.php"); exit; } if($_GET["logout"] == "yes") { setcookie("logged_in", "", time()+60*60*24*30, "/"); header("Location: index.php"); exit; } ?>
User Name:


Password:
Stay logged in for: