% if @user.headline %>
<%= @user.headline + " " + get_title(@selected_pueblo, @selected_category)%>
<% else %>
<%= get_title(@selected_pueblo, @selected_category)%>
<% end %>
<%= stylesheet_link_tag 'pvd-global-2' %>
<%= stylesheet_link_tag 'bubbleTips' %>
<%= stylesheet_link_tag 'carousel' %>
<%= javascript_include_tiny_mce_if_used %>
<%= tiny_mce if using_tiny_mce? %>
<%= javascript_include_tag 'prototype' %>
<%= javascript_include_tag 'scriptaculous' %>
<%= javascript_include_tag 'effects' %>
<%= javascript_include_tag 'dragdrop' %>
<%= javascript_include_tag 'controls' %>
<%= javascript_include_tag 'bubbleTips' %>
<%= javascript_include_tag 'livepipe' %>
<%= javascript_include_tag 'tabs' %>
<%= javascript_include_tag 'os' %>
<%= javascript_include_tag 'application' %>
<%= flash[:notice] %>
<%= yield %>