<% %> <%= @page_title || "HyperChad" %> <%= stylesheet_link_tag "vb", :media => "all" %> <% #engine_stylesheet 'login_engine' %> <%= javascript_include_tag "prototype", "effects", "dragdrop", "controls" %>
<% if @page_title %>

<%= @page_title %>

<% else %>

HyperChad
Voting Machinery for the Masses

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