// JavaScript Document
var form = '\
<form name="form1" style="display:block; margin-bottom:8px;">\
      <select name="categorychooseselect" style="font-family: Arial,Helvetica,sans-serif; font-weight: normal; color: rgb(0, 0, 0); font-size: 8pt; background-color: rgb(255, 255, 255);" id="Select1" onchange="location.href=document.form1.categorychooseselect.options[selectedIndex].value">\
<option value="/en_US/shop/mlb.html?parent_category_rn=30001&departmentCategoryId=30001&Ns=p_collection_sequence%7C0%7C%7Cp_weight%7C0&N=0" selected="selected">All Teams</option>\
<option value="/en_US/shop/mlb/atlanta_braves.html?parent_category_rn=241501&departmentCategoryId=30001&Ns=p_collection_sequence%7C0%7C%7Cp_weight%7C0&N=0">Atlanta Braves</option>\
<option value="/en_US/shop/mlb/arizona_diamondbacks.html?parent_category_rn=241501&departmentCategoryId=30001&Ns=p_collection_sequence%7C0%7C%7Cp_weight%7C0&N=0">Arizona Diamondbacks</option>\
<option value="/en_US/shop/mlb/boston_red_sox.html?parent_category_rn=241501&departmentCategoryId=30001&Ns=p_collection_sequence%7C0%7C%7Cp_weight%7C0&N=0">Boston Red Sox</option>\
<option value="/en_US/shop/mlb/chicago_cubs.html?parent_category_rn=241501&departmentCategoryId=30001&Ns=p_collection_sequence%7C0%7C%7Cp_weight%7C0&N=0">Chicago Cubs</option> \
<option value="/en_US/shop/mlb/cincinnati_reds.html?parent_category_rn=241501&departmentCategoryId=30001&Ns=p_collection_sequence%7C0%7C%7Cp_weight%7C0&N=0">Cincinnati Reds</option> \
<option value="/en_US/shop/mlb/cleveland_indians.html?parent_category_rn=241501&departmentCategoryId=30001&Ns=p_collection_sequence%7C0%7C%7Cp_weight%7C0&N=0">Cleveland Indians</option>\
<option value="/en_US/shop/mlb/colorado_rockies.html?parent_category_rn=241501&departmentCategoryId=30001&Ns=p_collection_sequence%7C0%7C%7Cp_weight%7C0&N=0">Colorado Rockies</option>\
<option value="/en_US/shop/mlb/detroit_tigers.html?parent_category_rn=241501&departmentCategoryId=30001&Ns=p_collection_sequence%7C0%7C%7Cp_weight%7C0&N=0">Detroit Tigers</option>\
<option value="/en_US/shop/mlb/los_angeles_angels.html?parent_category_rn=241501&departmentCategoryId=30001&Ns=p_collection_sequence|0||p_weight|0&N=0">LA Angels of Anaheim</option>\
<option value="/en_US/shop/mlb/la_dodgers.html?parent_category_rn=241501&departmentCategoryId=30001&Ns=p_collection_sequence%7C0%7C%7Cp_weight%7C0&N=0">Los Angeles Dodgers</option>\
<option value="/en_US/shop/mlb/minnesota_twins.html?parent_category_rn=241501&departmentCategoryId=30001&Ns=p_collection_sequence|0||p_weight|0&N=0">Minnisota Twins</option>\
<option value="/en_US/shop/mlb/ny_mets.html?parent_category_rn=241501&departmentCategoryId=30001&Ns=p_collection_sequence%7C0%7C%7Cp_weight%7C0&N=0">New York Mets</option>\
<option value="/en_US/shop/mlb/ny_yankees.html?parent_category_rn=241501&departmentCategoryId=30001&Ns=p_collection_sequence%7C0%7C%7Cp_weight%7C0&N=0">New York Yankees</option>\
<option value="/en_US/shop/mlb/philadelphia_phillies.html?parent_category_rn=241501&departmentCategoryId=30001&Ns=p_collection_sequence%7C0%7C%7Cp_weight%7C0&N=0">Philadelphia Phillies</option>\
<option value="/en_US/shop/mlb/san_diego_padres.html?parent_category_rn=241501&departmentCategoryId=30001&Ns=p_collection_sequence%7C0%7C%7Cp_weight%7C0&N=0">San Diego Padres</option>\
<option value="/en_US/shop/mlb/san_francisco_giants.html?parent_category_rn=241501&departmentCategoryId=30001&Ns=p_collection_sequence|0||p_weight|0&N=0">San Francisco Giants</option>\
<option value="/en_US/shop/mlb/seattle_mariners.html?parent_category_rn=241501&departmentCategoryId=30001&Ns=p_collection_sequence%7C0%7C%7Cp_weight%7C0&N=0">Seattle Mariners</option>\
<option value="/en_US/shop/mlb/st_louis_cardinals.html?parent_category_rn=241501&departmentCategoryId=30001&Ns=p_collection_sequence%7C0%7C%7Cp_weight%7C0&N=0">St Louis Cardinals</option> \
<option value="/en_US/shop/mlb/tampa_bay_rays.html?parent_category_rn=241501&departmentCategoryId=30001&Ns=p_collection_sequence%7C0%7C%7Cp_weight%7C0&N=0">Tampa Bay Rays</option>\
<option value="/en_US/shop/mlb/texas_rangers.html?parent_category_rn=241501&departmentCategoryId=30001&Ns=p_collection_sequence%7C0%7C%7Cp_weight%7C0&N=0">Texas Rangers</option> \
\
</select></form>\
';
document.write(form);
