<HTML>
<HEAD>

	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
	<title>Simple Poll</title>
	<META name="description" content="">
	<META name="keywords" content="">
	<META name="revisit-after" content="7days">
	<META name="robots" content="index, follow">

</HEAD>
<BODY BGCOLOR=#FFFFFF LEFTMARGIN=5 TOPMARGIN=5 MARGINWIDTH=5 MARGINHEIGHT=5 rightmargin=5>

Before Poll

<table width="100%">
<tr>
<td width=50%>&nbsp;</td>
<td width=50% align=center><? $pollid="6"; include("simplepoll.php"); ?></td>
</tr>
<tr>
<td width=50%>&nbsp;</td>
<td width=50% align=center><? $pollid="7"; include("simplepoll.php"); ?></td>
</tr>
</table>

After Poll

</BODY>
</HTML>