How to Play: Buy shares of your favorite teams and predict which games they'll win.
| 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" %> |