I don't know how this happened but I installed the poll script, and for some reason, it is showing two polls.... I don't know what happened but maybe someone here could help... its at www.ubloop.com/poll.php
 and the code is...
 
			
 <?php
 include_once "/home/ubloopc/public_html/poll/booth.php";
 echo $php_poll->poll_process(4);
 ?>
 <html>
 
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
 <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
 <meta name="ProgId" content="FrontPage.Editor.Document">
 <title>New Page 1</title>
 </head>
 
 <body>
 <p>
 <?php
 include_once "/home/ubloopc/public_html/poll/booth.php";
 echo $php_poll->poll_process(4);
 ?>
 </body>
 
 </html>
 
		
 Ps... For some reason I can't change my template too... Questionable...