%= stylesheet_link_tag 'polls', :media => 'all' %>
<%#= javascript_include_tag "polls" %>
<%= render :partial => 'show_head', :locals => {:poll => @poll}%>
<%= render :partial => 'edit_head', :locals => {:poll => @poll}%>
<%= render :partial => 'poll_content', :locals => {:poll => @poll}%>