<%
if  Request("iid")  <>  ""  Then
      id  =  Request("iid")
else
      id  =  1
end  if      
set  Poll1  =  Server.CreateObject("eBizTSwebModules.Poll")
Poll1.iid  =  id
Poll1.View
Set  Poll1  =  Nothing
%>
<p>
<center>
<a  href=ListPoll.asp>Back  to  List</a>