<%= stylesheet_link_tag 'pvd-global' %> <%= stylesheet_link_tag 'bubbleTips' %> <%= javascript_include_tag :defaults %> <%= javascript_include_tag 'bubbleTips' %>
Costa Rica Local Travel Tour Deals
<%= select( :pueblo, :pueblo_id , Pueblo.find(:all, :order => 'name ASC').collect {|p| [ p.name, p.id ] }, { :include_blank => true }) %> <%= select( :deal_category, :deal_category_id , DealCategory.find(:all, :order => 'name ASC').collect {|p| [ p.name, p.id ] }, { :include_blank => true }) %>

<%= flash[:notice] %>

<%= yield %>