<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=windows-1252">
<title>The Easy PHP Guestbook Administration interface login page</title>
<link rel="StyleSheet" href="styles/admin1.css" type="text/css">
</head>
<body OnLoad="document.myform.adpass.focus();">
<span style="color:red;">The Easy PHP Guestbook ®</span>
<hr class="adminlogin" align="left">
<p>
<form action="php_guestbook.php" method="post" name="myform">
Password: <input type="password" name="adpass"><P>
<input type="hidden" name="task" value="show">
<input type="submit" value="Go to admin section">
</p>
<p>
<hr class="adminlogin" align="left">
<span class="powby">
Powered by the <a class=powby href="http://www.cellbiol.com/scripts/free_php_guestbook/free_php_guestbook.html" target="_blank">Website Comments System ®</A> v1.0
</span>
</p>
</body>
</html>