(function($) {

    $.team_addr = new Array();

$.team_addr["ANA"] = { "city" : "Anaheim", "state" : "CA" };
$.team_addr["OAK"] = { "city" : "Oakland", "state" : "CA" };
$.team_addr["SEA"] = { "city" : "Seattle", "state" : "WA" };
$.team_addr["TEX"] = { "city" : "Arlington", "state" : "TX" };
$.team_addr["CLE"] = { "city" : "Cleveland", "state" : "OH" };
$.team_addr["DET"] = { "city" : "Detroit", "state" : "MI" };
$.team_addr["KC"] = { "city" : "Kansas+City", "state" : "MO" };
$.team_addr["MIN"] = { "city" : "Minneapolis", "state" : "MN" };
$.team_addr["CHW"] = { "city" : "Chicago", "state" : "IL" };
$.team_addr["BAL"] = { "city" : "Baltimore", "state" : "MD" };
$.team_addr["BOS"] = { "city" : "Boston", "state" : "MA" };
$.team_addr["NYY"] = { "city" : "Bronx", "state" : "NY" };
$.team_addr["TB"] = { "city" : "St+Petersburg", "state" : "FL" };
$.team_addr["TOR"] = { "city" : "Toronto", "state" : "ON" };
$.team_addr["ARI"] = { "city" : "Phoenix", "state" : "AZ" };
$.team_addr["COL"] = { "city" : "Denver", "state" : "CO" };
$.team_addr["LA"] = { "city" : "Los+Angeles", "state" : "CA" };
$.team_addr["SD"] = { "city" : "San+Diego", "state" : "CA" };
$.team_addr["SF"] = { "city" : "San+Francisco", "state" : "CA" };
$.team_addr["CHC"] = { "city" : "Chicago", "state" : "IL" };
$.team_addr["CIN"] = { "city" : "Cincinnati", "state" : "OH" };
$.team_addr["HOU"] = { "city" : "Houston", "state" : "TX" };
$.team_addr["MIL"] = { "city" : "Milwaukee", "state" : "WI" };
$.team_addr["PIT"] = { "city" : "Pittsburgh", "state" : "PA" };
$.team_addr["STL"] = { "city" : "St+Louis", "state" : "MO" };
$.team_addr["ATL"] = { "city" : "Atlanta", "state" : "GA" };
$.team_addr["FLA"] = { "city" : "Miami", "state" : "FL" };
$.team_addr["NYM"] = { "city" : "Queens", "state" : "NY" };
$.team_addr["PHI"] = { "city" : "Philadelphia", "state" : "PA" };
$.team_addr["WAS"] = { "city" : "Washington", "state" : "DC" };


 })(jQuery);