<% %> <%= @page_title || "Selectricity" %> <%= stylesheet_link_tag "hc", :media => "all" %> <%= javascript_include_tag "prototype", "effects", "dragdrop", "controls" %>
<% if @page_title %>

<%= @page_title %>

<% else %>

Selectricity
Voting Machinery for the Masses

<% end %>
<% if @flash[:notice]%>
<%= @flash[:notice] %>
<% end%>
<%= @content_for_layout %>