<?php
if (isset($HTTP_COOKIE_VARS["votingstep"])) {
setcookie("votingstep","1",time()+1);
}
?>
<html>
<head>
<title>Little Poll Test Facility</title>
<basefont size="2" face="Verdana">
</head>
<body bgcolor="#000000" text="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF">
<center>
<br>
<h1>The Amazing Little Poll Cookie Reset Page</h1>
<br>
<br>
<table border=0 width=400 bgcolor=#FFFFFF>
<tr>
<td><font size=2 color=#000000>
<strong>Reset the Cookie!</strong>
</td>
</tr>
<tr>
<td bgcolor="#000000">
<font size="2" color="#FFFFFF">
<br>
<blockquote>
This page resets your cookie so you can vote again.
</blockquote></td>
</tr>
<tr>
<td bgcolor="#000000">
<font size="2" color="#FFFFFF">
<blockquote><br>
<a href="lp_test.php">Link back the test facility</a>
</blockquote>
</td>
</tr>
</table>
</center>
</body>
</html>