<%= flash['safe'] %>
<% end %>
<% if flash['build'] %>
You can buy and <%= link_to_remote "build", :update => "action_window", :url => {:action=> 'build'} %> on this property.
<% end %>
<% if flash['locked'] %>
<%= flash['locked'] %>
<% end %>
<% if flash['rent'] %>
<%= flash['rent'] %>
<% end %>
<% if flash['lotto'] %>
<%= flash['lotto'] %>
<% end %>
<% if flash['surprise'] %>
<%= flash['surprise'] %>
<% end %>
<% if flash['item'] %>
<%= flash['item'] %>
<% end %>
<% if flash[:notice] %>
<%= flash[:notice] %>
<% end %>