function allsportsbyslug(f,s) { f.options[f.options.length] = new Option('Badminton ','Badminton'); f.options[f.options.length] = new Option('Baseball ','Baseball'); f.options[f.options.length] = new Option('Basketball (Boys)','Basketball_Boys'); f.options[f.options.length] = new Option('Basketball (Girls)','Basketball_Girls'); f.options[f.options.length] = new Option('Cross Country (Boys)','Cross_Country_Boys'); f.options[f.options.length] = new Option('Cross Country (Girls)','Cross_Country_Girls'); f.options[f.options.length] = new Option('Football ','Football'); f.options[f.options.length] = new Option('Golf ','Golf'); f.options[f.options.length] = new Option('Golf (Boys)','Golf_Boys'); f.options[f.options.length] = new Option('Golf (Girls)','Golf_Girls'); f.options[f.options.length] = new Option('Soccer (Boys)','Soccer_Boys'); f.options[f.options.length] = new Option('Soccer (Girls)','Soccer_Girls'); f.options[f.options.length] = new Option('Softball ','Softball'); f.options[f.options.length] = new Option('Swim/Dive (Boys)','Swim_Dive_Boys'); f.options[f.options.length] = new Option('Swim/Dive (Girls)','Swim_Dive_Girls'); f.options[f.options.length] = new Option('Tennis (Boys)','Tennis_Boys'); f.options[f.options.length] = new Option('Tennis (Girls)','Tennis_Girls'); f.options[f.options.length] = new Option('Track and Field (Boys)','Track_and_Field_Boys'); f.options[f.options.length] = new Option('Track and Field (Girls)','Track_and_Field_Girls'); f.options[f.options.length] = new Option('Volleyball (Boys)','Volleyball_Boys'); f.options[f.options.length] = new Option('Volleyball (Girls)','Volleyball_Girls'); f.options[f.options.length] = new Option('Wrestling ','Wrestling'); }