How to Play: Buy shares of your favorite teams and predict which games they'll win.

<% for i in 0..3 %> <% end %>
Midwest West East South
<%= link_to_remote @midwest[i].name, :url => {:controller => "market", :action => "info", :team => @midwest[i]}, :update => "market_list" %> <%= link_to_remote @west[i].name, :url => {:controller => "market", :action => "info", :team => @west[i]}, :update => "market_list" %> <%= link_to_remote @east[i].name, :url => {:controller => "market", :action => "info", :team => @east[i]}, :update => "market_list" %> <%= link_to_remote @south[i].name, :url => {:controller => "market", :action => "info", :team => @south[i]}, :update => "market_list" %>
<% if session[:id] %> <%= render(:partial => "user/my_account") %> <% else %> <%= render(:partial => "user/login") %> <% end %>