/*!
 * jQuery replaceText - v1.1 - 11/21/2009
 * http://benalman.com/projects/jquery-replacetext-plugin/
 * 
 * Copyright (c) 2009 "Cowboy" Ben Alman
 * Dual licensed under the MIT and GPL licenses.
 * http://benalman.com/about/license/
 */
function earit_check_chars(val)
 {
 	if(typeof String.prototype.trim == 'function') {
 	val = val.trim();
  }
 
 var regEx = /^[\s]*$/;
 //var regEx = /[\n\r\t]/gi;
 return (regEx.test(val));
}
var earit_count = 0;// remove
var earit_first_name_found = false;
var earit_publisher_name = "";
var earit_first_name = "";
 /* there may, may not be jquery */
function earit_initReplaceText() {
	(function($){
	  '$:nomunge'; // Used by YUI compressor.
	  
	  $.fn.replaceText = function( search, replace, first_occurance_only, text_only ) {
		var replaced = 0; 
		var replaced_sidearm_tweaks = 0;
		var loop_breaker = false;
		this.each(function(){
		  var node = this.firstChild, val, new_val, remove = [];
		  				earit_count++; //remove
		  if ( node ) {
			do {
			  if ( node.nodeType === 3 ) {
				val = node.nodeValue;
			   // To remove newline character
					val = val.replace("\r\n", " ");
					val = val.replace("\n\r", " ");
					val = val.replace("\n", " ");
					val = val.replace("\r", " ");
					val = val.replace(/[\n\r]/g," ");
					val = val.replace(/\s\s+/g, ' ');
					val = earit_jQuery.trim(val);
				if(earit_check_chars(val))
				{
				}
				else
				{
					if(first_occurance_only && replaced != 0) 
					{
					}
					else {
						new_val = val.replace( search, replace );     
						//console.log("val:"+val+" search:"+search+" after replace:"+new_val);
						if ( new_val !== val ) {
							if(earit_data.earit_type == 'sidearm_tweak'){
								var earit_search = val.split(' ');
								if(new_val == "Esaí R. " || new_val == "Sarah Catherine " || new_val == "Ana Sofia "){
									 earit_search[0] = earit_search[0]+ " " +earit_search[1];
									 earit_search.pop();
								}
								if(earit_search.length == 1){
									var earit_className = earit_jQuery(this).attr('class');
									if(earit_className == "sidearm-roster-player-last-name" && earit_first_name_found){	
										var earit_current_first_name = earit_jQuery(this).siblings(".sidearm-roster-player-first-name").text();
										earit_current_first_name = earit_jQuery.trim(earit_current_first_name);
										if(earit_current_first_name == earit_first_name){
											if ( !text_only && /</.test( new_val ) ) {
											earit_jQuery(node).before( new_val );
												remove.push( node );
												earit_first_name_found = false;
											} else {
												node.nodeValue = new_val;
												replaced_sidearm_tweaks = 1;
												replaced++;
												earit_replaced =true;
											} 
										}
									}else if(earit_className == "sidearm-roster-player-first-name"){
										earit_first_name_found = true;
										earit_first_name = val;
									}
									if(earit_className == "sidearm-roster-player-first-name" && earit_first_name_found) { var loop_breaker = true; break; }
									}else if(earit_search.length >= 2){	
										var earit_className = earit_jQuery(this).attr('class');
										if(earit_className == "sidearm-roster-player-last-name" || earit_className == "sidearm-roster-player-first-name" ){
											if(earit_className == "sidearm-roster-player-last-name" && earit_first_name_found){	
												var earit_current_first_name = earit_jQuery(this).siblings(".sidearm-roster-player-first-name").text();
												earit_current_first_name = earit_jQuery.trim(earit_current_first_name);
												if(earit_current_first_name == earit_first_name){
													if ( !text_only && /</.test( new_val ) ) {
														earit_jQuery(node).before( new_val );
														remove.push( node );
														earit_first_name_found = false;
													} else {
														node.nodeValue = new_val;
														replaced_sidearm_tweaks = 1;
														replaced++;
														earit_replaced =true;
													} 
												}
											}
										}else{
											if ( !text_only && /</.test( new_val ) ) {
												earit_jQuery(node).before( new_val );
												remove.push( node );
												earit_first_name_found = false;
											} else {
												node.nodeValue = new_val;
												replaced_sidearm_tweaks = 1;
												replaced++;
												earit_replaced =true;
											} 
										}
									}
							}else{
								if ( !text_only && /</.test( new_val ) ) {
									earit_jQuery(node).before( new_val );
									remove.push( node );
								} else {
									earit_first_name_found = true;
									node.nodeValue = new_val;
								}
								replaced++;
								earit_replaced =true;
							}
							if( (first_occurance_only && earit_data.earit_type !== 'sidearm_tweak') || (earit_data.earit_type == 'sidearm_tweak' && replaced_sidearm_tweaks)){ 
								var loop_breaker = true; break; 
							}
						}
					}
				}
			}
			} while ( node = node.nextSibling);
		  }
		  remove.length && earit_jQuery(remove).remove();
		});
		
		return replaced;
	  };	  
	})(earit_jQuery);
	//})(jQuery);
}


/* (c) Copyright thenameengine.com All rights reserved.
Ear It application main code
http://thenameengine.com
*/

var earit_popup_width = 250;
var earit_popup_height = 150; /* with ad 233, without ad ? */
var earit_popup_height1 = 203; /* On add 207*/
var earit_popup_offsetx = 10;
var earit_popup_offsety = 10;
var earit_timerid = 0;
var earit_icon_timeout = 1500;
var earit_popup_timeout = 1000;
var earit_replaced = false;
var earit_data = {"earit_url":"https:\/\/earit2.thenameengine.com\/","earit_first_name_only":"2","earit_icon_url":"https:\/\/earit2.thenameengine.com\/img\/black.png","earit_icon_class":"","earit_popup_color":"#660000","earit_logo":"https:\/\/earit2.thenameengine.com\/img\/upload\/1365395530.jpg","earit_show_add":"1","earit_username":"MoState","earit_names":[{"Name":{"pronunciation":"PLOW-din","audio_file":"Plowden_Jeremiah-51614204e0847.mp3","description":"Center Back","name":"Jeremiah Plowden","id":"3601"},"Users":[]},{"Name":{"pronunciation":"CHAY-pin","audio_file":"chapin,_caitlin_1378901917. Chapin","description":"Outfielder","name":"Chapin, Caitlin","id":"2627"},"Users":[]},{"Name":{"pronunciation":"PEE-tree","audio_file":"Petree_Nick-516141005c967.mp3","description":"Pitcher","name":"Petree, Nick","id":"2619"},"Users":[]},{"Name":{"pronunciation":"shur-AY","audio_file":"Cheray_Eric-5161410025ff2.mp3","description":"Shortstop\/Catcher","name":"Eric Cheray","id":"2613"},"Users":[]},{"Name":{"pronunciation":"muh-COE-muck","audio_file":"McComack_Travis-5161410045265.mp3","description":"Infielder","name":"McComack, Travis","id":"2616"},"Users":[]},{"Name":{"pronunciation":"mur-SAY","audio_file":"Merciez_Zach-5161410054cc6.mp3","description":"Pitcher","name":"Zach Merciez","id":"2618"},"Users":[]},{"Name":{"pronunciation":"GUT-in","audio_file":"Keith_Guttin-516141003585d.mp3","description":"Head Coach","name":"Keith Guttin","id":"2614"},"Users":[]},{"Name":{"pronunciation":"SCAR-bur-oh","audio_file":"Scarborough_Howard-516140ff4dede.mp3","description":"Cornerback","name":"Howard Scarborough","id":"2587"},"Users":[]},{"Name":{"pronunciation":"mick-ALE","audio_file":"Cooper-Falls_Mikael-516140fe29284.mp3","description":"Running Back","name":"Mikael Cooper-Falls","id":"2555"},"Users":[]},{"Name":{"pronunciation":"key-AIR-uh","audio_file":"Harris_Kierra-516140fe319f4.mp3","description":"Quarterback","name":"Kierra Harris","id":"2556"},"Users":[]},{"Name":{"pronunciation":"HEEST-inn","audio_file":"Heaston_Ryan-516142048d7b8.mp3","description":"Running Back","name":"Ryan Heaston","id":"3593"},"Users":[]},{"Name":{"pronunciation":"CHRIS-tuh-full","audio_file":"Christophel_Eric-516140fecce2b.mp3","description":"Wide Receiver","name":"Eric Christophel","id":"2575"},"Users":[]},{"Name":{"pronunciation":"boe-NON-ee","audio_file":"Bonani_Marcelo-51614204647f2.mp3","description":"Kicker\/Punter","name":"Marcelo Bonani","id":"3589"},"Users":[]},{"Name":{"pronunciation":"BYOO-ferd","audio_file":"Buford_Dorian-516140fec5106.mp3","description":"Wide Receiver","name":"Dorian Buford","id":"2574"},"Users":[]},{"Name":{"pronunciation":"GLAY-zer","audio_file":"Glaser_Ashton-516142048331f.mp3","description":"Quarterback","name":"Ashton Glaser","id":"3592"},"Users":[]},{"Name":{"pronunciation":"suh-BRY-en","audio_file":"Berry_Sybhrian-516140feb5725.mp3","description":"Cornerback","name":"Sybhrian Berry","id":"2572"},"Users":[]},{"Name":{"pronunciation":"pick-uh-RET-oh","audio_file":"Piccareto_Tim-51614204d5c35.mp3","description":"Linebacker","name":"Tim Piccarreto","id":"3600"},"Users":[]},{"Name":{"pronunciation":"MATT-iss","audio_file":"Mattes_Josh-516140ff0c7e6.mp3","description":"Running Back","name":"Josh Mattes","id":"2581"},"Users":[]},{"Name":{"pronunciation":"shuh-FITZ-ul","audio_file":"Schaffitzel_Caleb-516140ff636d7.mp3","description":"Safety","name":"Caleb Schaffitzel","id":"2589"},"Users":[]},{"Name":{"pronunciation":"SEDGE-in-old","audio_file":"Chaney_Seginald-516142046e458.mp3","description":"Linebacker","name":"Seginald Chaney","id":"3590"},"Users":[]},{"Name":{"pronunciation":"COST-us","audio_file":"Kostas_Alex-51614204acbef.mp3","description":"Safety","name":"Alex Kostas","id":"3596"},"Users":[]},{"Name":{"pronunciation":"CAN-uh-van","audio_file":"Canavan_Nick-516141007bd9e.mp3","description":"Linebacker","name":"Nick Canavan","id":"2623"},"Users":[]},{"Name":{"pronunciation":"reek","audio_file":"Bentley_Rique-516142044f046.mp3","description":"Linebacker","name":"Rique Bentley","id":"3587"},"Users":[]},{"Name":{"pronunciation":"BYE-zull","audio_file":"Beisel_Andrew-516140feac8c1.mp3","description":"Linebacker","name":"Andrew Beisel","id":"2571"},"Users":[]},{"Name":{"pronunciation":"WICK-wore","audio_file":"Wickwar_Colby-5161421d4582c.mp3","description":"Long Snapper","name":"Colby Wickwar","id":"3628"},"Users":[]},{"Name":{"pronunciation":"gal-BEERS","audio_file":"Galbierz_Richard-516141010a74c.mp3","description":"Offensive Guard","name":"Richard Galbierz","id":"2638"},"Users":[]},{"Name":{"pronunciation":"honn","audio_file":"Hahn_Kyle-516140ff04aff.mp3","description":"Offensive Guard","name":"Kyle Hahn","id":"2580"},"Users":[]},{"Name":{"pronunciation":"shonts","audio_file":"Shantz_Riley-516142052211c.mp3","description":"Center","name":"Riley Shantz","id":"3606"},"Users":[]},{"Name":{"pronunciation":"shwarts","audio_file":"Schwartze_Sam-516142051857f.mp3","description":"Offensive Tackle","name":"Sam Schwartze","id":"3605"},"Users":[]},{"Name":{"pronunciation":"morse","audio_file":"Morse_Patrick-51614204c1446.mp3","description":"Offensive Tackle","name":"Patrick Morse","id":"3598"},"Users":[]},{"Name":{"pronunciation":"steven","audio_file":"Riley_Stephen-5161420502dc2.mp3","description":"Offensive Lineman","name":"Stephen Riley","id":"3603"},"Users":[]},{"Name":{"pronunciation":"bluh-NAR","audio_file":"Blanar_Patrick-5161420459c0c.mp3","description":"Offensive Guard","name":"Patrick Blanar","id":"3588"},"Users":[]},{"Name":{"pronunciation":"LASS-it-er","audio_file":"Lasater_Jake-51614204b77e5.mp3","description":"Offensive Tackle","name":"Jake Lasater","id":"3597"},"Users":[]},{"Name":{"pronunciation":"MAR-vell SAFF-old","audio_file":"Saffold_Marvell-516142050d98f.mp3","description":"Wide Receiver","name":"Saffold, Marvell","id":"3604"},"Users":[]},{"Name":{"pronunciation":"JUD-nitch","audio_file":"Judnich_Adam-516142049742b.mp3","description":"Wide Receiver","name":"Adam Judnich","id":"3594"},"Users":[]},{"Name":{"pronunciation":"FAY-ginn","audio_file":"Feagin_Corey-516140fee4511.mp3","description":"Defensive End","name":"Corey Feagin","id":"2578"},"Users":[]},{"Name":{"pronunciation":"CHRIS-tuh-full","audio_file":"Rob_Christophel-516140ff8a7af.mp3","description":"Offensive Coordinator","name":"Rob Christophel","id":"2594"},"Users":[]},{"Name":{"pronunciation":"VOE-kuh-lek","audio_file":"D.J._Vokolek-516140ff82b6e.mp3","description":"Associate Head Coach","name":"D.J. Vokolek","id":"2593"},"Users":[]},{"Name":{"pronunciation":"COFF-lin","audio_file":"Sean_Coughlin-516140ff9249e.mp3","description":"Assistant Coach","name":"Sean Coughlin","id":"2595"},"Users":[]},{"Name":{"pronunciation":"TIE-woe on-uh-TOE-loo","audio_file":"Taiwo_Onatolu-51614101133d9.mp3","description":"Asst. Coach - Inside Linebackers","name":"Taiwo Onatolu","id":"2639"},"Users":[]},{"Name":{"pronunciation":"STOTE-sir","audio_file":"B.J._Stotser-516140ff9b18d.mp3","description":"Assistant Coach","name":"B.J. Stotser","id":"2597"},"Users":[]},{"Name":{"pronunciation":"EYES-en-rike","audio_file":"eisenreich,_lauren_1378901937. Eisenreich","description":"Outfielder","name":"Eisenreich, Lauren","id":"2631"},"Users":[]},{"Name":{"pronunciation":"dreer","audio_file":"dreher,_amber_1378901961. Dreher","description":"Infielder","name":"Dreher, Amber","id":"2629"},"Users":[]},{"Name":{"pronunciation":"STEE-vee","audio_file":"pierce,_stevie_1378901985. Pierce","description":"First Base","name":"Pierce, Stevie","id":"2635"},"Users":[]},{"Name":{"pronunciation":"see-AIR-uh (flau rhmyes with plow)","audio_file":"flau,_ciara_1378902004. Flau","description":"Infielder","name":"Ciara Flau","id":"2633"},"Users":[]},{"Name":{"pronunciation":"STAY-shuh BOCK-stee-gull","audio_file":"boeckstiegel,_stacia_1378902044. Boeckstiegel","description":"Catcher","name":"Stacia Boeckstiegel","id":"3062"},"Users":[]},{"Name":{"pronunciation":"duel","audio_file":"erin_duewel_1427887380. Duewel","description":"Infielder\/Outfielder","name":"Erin Duewel","id":"2630"},"Users":[]},{"Name":{"pronunciation":"KIR-sten","audio_file":"cutter,_kirstin_1378902089. Cutter","description":"Shortstop","name":"Cutter, Kirstin","id":"2628"},"Users":[]},{"Name":{"pronunciation":"HESS-ee","audio_file":"holly_hesse_1427969621. Hesse","description":"Head Coach","name":"Holly Hesse","id":"2636"},"Users":[]},{"Name":{"pronunciation":"purr-EEN","audio_file":"bethperine_1550255387._Perine","description":"Associate Head Coach","name":"Beth Perine","id":"2637"},"Users":[]},{"Name":{"pronunciation":"EE-dee","audio_file":"Edie_Whitney-516140ffd5ae5.mp3","description":"Forward","name":"Edie, Whitney","id":"2605"},"Users":[]},{"Name":{"pronunciation":"DEZ-uh-ray","audio_file":"phillips,_desiree_1378505594. Phillips","description":"Guard","name":"Phillips, Desiree","id":"2604"},"Users":[]},{"Name":{"pronunciation":"KEN-zee","audio_file":"williams,_kenzie_1378505618. Williams","description":"Guard","name":"Williams, Kenzie","id":"2609"},"Users":[]},{"Name":{"pronunciation":"KWOT-ull","audio_file":"chvatal,_hillary_1378505654. Chvatal","description":"Forward\/Center","name":"Chvatal, Hillary","id":"3813"},"Users":[]},{"Name":{"pronunciation":"BYOO-er","audio_file":"buer,_karly_1378505689. Buer","description":"Guard","name":"Buer, Karly","id":"2562"},"Users":[]},{"Name":{"pronunciation":"NYE-zhjay","audio_file":"gaines,_nijay_1378505715. Gaines","description":"Guard\/Forward","name":"Gaines, NiJay","id":"2563"},"Users":[]},{"Name":{"pronunciation":"bree","audio_file":"snow,_bry_1378505734. Snow","description":"Forward","name":"Snow, Bry","id":"2603"},"Users":[]},{"Name":{"pronunciation":"tee-AW-nuh","audio_file":"snow,_tyonna_1378505762. Snow","description":"Guard","name":"Snow, Tyonna","id":"3814"},"Users":[]},{"Name":{"pronunciation":"mih-KAY-luh","audio_file":"mcghee,_mikala_1378505787. McGhee","description":"Guard","name":"McGhee, Mikala","id":"3808"},"Users":[]},{"Name":{"pronunciation":"AL-ee","audio_file":"Stock_Aly-516140ffed1ee.mp3","description":"Center","name":"Stock, Aly","id":"2608"},"Users":[]},{"Name":{"pronunciation":"COAL-zee","audio_file":"kolze,_maryjo_1378505903. Kolze","description":"Setter","name":"Kolze, MaryJo","id":"2558"},"Users":[]},{"Name":{"pronunciation":"rhymes with \"rang\"","audio_file":"Strang_Shelby-516140fe8b715.mp3","description":"Defensive Specialist\/Libero","name":"Strang, Shelby","id":"2567"},"Users":[]},{"Name":{"pronunciation":"rih-VAH-toe","audio_file":"rivatto,_karen_1378505923. Rivatto","description":"Outside Hitter","name":"Rivatto, Karen","id":"2566"},"Users":[]},{"Name":{"pronunciation":"KAY-lin vlah-ZHEAN","audio_file":"vlasin,_kayln_1378505946. Vlasin","description":"Middle Hitter","name":"Vlasin, Kayln","id":"2564"},"Users":[]},{"Name":{"pronunciation":"JAY-gerr","audio_file":"jaeger,_kaitlin_1378505981. Jaeger","description":"Middle Blocker\/Outside Hitter","name":"Jaeger, Kaitlin","id":"2565"},"Users":[]},{"Name":{"pronunciation":"TOM-ee air-uh-MOE-nuh","audio_file":"Tomie_Aromona-516141011c1a8.mp3","description":"Guard","name":"Tomie Aromona","id":"2640"},"Users":[]},{"Name":{"pronunciation":"juh-MAR","audio_file":"Jarmar_Gulley-516140ffa2e7d.mp3","description":"Forward","name":"Jarmar Gulley","id":"2598"},"Users":[]},{"Name":{"pronunciation":"sheer","audio_file":"Nathan_Scheer-516140fe55bd6.mp3","description":"Guard\/Forward","name":"Nathan Scheer","id":"2561"},"Users":[]},{"Name":{"pronunciation":"TEV-en","audio_file":"Ferguson_Tevan-516140feec255.mp3","description":"Nose Tackle","name":"Tevan Ferguson","id":"2579"},"Users":[]},{"Name":{"pronunciation":"rhymes with flower","audio_file":"logan_bauer_1378266753.mp3","description":"Guard","name":"Logan Bauer","id":"5117"},"Users":[]},{"Name":{"pronunciation":"catch-uh-RELL-ee","audio_file":"chris_cacciarelli_1378266792.mp3","description":"Defensive Back","name":"Chris Cacciarelli","id":"5118"},"Users":[]},{"Name":{"pronunciation":"KAY-lin","audio_file":"calan_crowder_1378266838.mp3","description":"Running Back","name":"Calan Crowder","id":"5119"},"Users":[]},{"Name":{"pronunciation":"DAR-den","audio_file":"richard_darden_1378266974.mp3","description":"Tight End","name":"Richard Darden","id":"5121"},"Users":[]},{"Name":{"pronunciation":"ELL-ih-frits","audio_file":"sam_ellifrits_1378267009.mp3","description":"Offensive Lineman","name":"Sam Ellifrits","id":"5122"},"Users":[]},{"Name":{"pronunciation":"FUR-muh-neck","audio_file":"erik_furmanek_1378267053.mp3","description":"Linebacker","name":"Erik Furmanek","id":"5123"},"Users":[]},{"Name":{"pronunciation":"GOD-see","audio_file":"david_godsey_1378267084.mp3","description":"Offensive Tackle","name":"David Godsey","id":"5124"},"Users":[]},{"Name":{"pronunciation":"mar-KEYS","audio_file":"marquis_little_1378267133.mp3","description":"Cornerback","name":"Marquis Little","id":"5125"},"Users":[]},{"Name":{"pronunciation":"KIE-ren","audio_file":"kyren_watts_1378267172.mp3","description":"Wide Receiver","name":"Kyren Watts","id":"5126"},"Users":[]},{"Name":{"pronunciation":"uh-DUE","audio_file":"emmanuel_addo_1378505065.mp3","description":"Forward","name":"Emmanuel Addo","id":"5168"},"Users":[]},{"Name":{"pronunciation":"muh-VWEEK-uh","audio_file":"ron_mvouika_1380194981. Mvouika","description":"Guard","name":"Ron Mvouika","id":"5169"},"Users":[]},{"Name":{"pronunciation":"DEV-in","audio_file":"devon_thomas_1378505137.mp3","description":"Guard","name":"Devon Thomas","id":"5170"},"Users":[]},{"Name":{"pronunciation":"DOOR-ee-in","audio_file":"dorrian_williams_1378505175.mp3","description":"Guard","name":"Dorrian Williams","id":"5171"},"Users":[]},{"Name":{"pronunciation":"mick-MAN","audio_file":"sam_mcmahon_1378505225.mp3","description":"Director of Basketball Operations","name":"Sam McMahon","id":"5172"},"Users":[]},{"Name":{"pronunciation":"BAY-tee","audio_file":"beaty,_andrea_1378506034.mp3","description":"Middle Blocker\/Right Side Hitter","name":"Beaty, Andrea","id":"5173"},"Users":[]},{"Name":{"pronunciation":"kuh-TAW-nee","audio_file":"catani,_natalie_1378506088.mp3","description":"Outside Hitter","name":"Catani, Natalie","id":"5174"},"Users":[]},{"Name":{"pronunciation":"OH-nee oh-SIM-uh-nim","audio_file":"osemenam,_onye_1378506332.mp3","description":"Forward","name":"Onye Osemenam","id":"5175"},"Users":[]},{"Name":{"pronunciation":"juh-MON-tay","audio_file":"jamontablack_1570470065.mp3","description":"Men's Basketball","name":"Ja'Monta Black","id":"22446"},"Users":[]},{"Name":{"pronunciation":"uh-VONT","audio_file":"jonathan_avant_1410316622.mp3","description":"Linebacker","name":"Jonathan Avant","id":"6624"},"Users":[]},{"Name":{"pronunciation":"KER-in BLAME-ee","audio_file":"kurran_blamey_1410316668.mp3","description":"Linebacker","name":"Kurran Blamey","id":"6625"},"Users":[]},{"Name":{"pronunciation":"BRAM-er","audio_file":"caleb_brammer_1410316692.mp3","description":"Linebacker","name":"Caleb Brammer","id":"6626"},"Users":[]},{"Name":{"pronunciation":"BRAT-inn","audio_file":"cecil_bratton_1410316744.mp3","description":"Nose Tackle","name":"Cecil Bratton","id":"6627"},"Users":[]},{"Name":{"pronunciation":"COE-burn","audio_file":"daryl_coburn_1410316786.mp3","description":"Nose Tackle","name":"Daryl Coburn","id":"6628"},"Users":[]},{"Name":{"pronunciation":"muh-LEEK","audio_file":"malik_earl_1410316828.mp3","description":"Wide Receiver","name":"Malik Earl","id":"6629"},"Users":[]},{"Name":{"pronunciation":"flaw","audio_file":"easton_flaugh_1410316871.mp3","description":"Football","name":"Easton Flaugh","id":"6630"},"Users":[]},{"Name":{"pronunciation":"DEE-on HALL-oh-min","audio_file":"deion_holliman_1410316918.mp3","description":"Wide Receiver","name":"Deion Holliman","id":"6631"},"Users":[]},{"Name":{"pronunciation":"hulz","audio_file":"skyler_hulse_1410316947.mp3","description":"Football","name":"Skyler Hulse","id":"6632"},"Users":[]},{"Name":{"pronunciation":"IS-bell","audio_file":"colby_isbell_1410316981.mp3","description":"Defensive End","name":"Colby Isbell","id":"6633"},"Users":[]},{"Name":{"pronunciation":"mih-KIN-zee","audio_file":"mckinze_james_1410317018.mp3","description":"Defensive End","name":"McKinze James","id":"6634"},"Users":[]},{"Name":{"pronunciation":"alex","audio_file":"alexz_jones_1410317038.mp3","description":"Linebacker","name":"Alexz Jones","id":"6635"},"Users":[]},{"Name":{"pronunciation":"Rhymes with pierce","audio_file":"ben_kirse_1410317107.mp3","description":"Offensive Lineman","name":"Ben Kirse","id":"6636"},"Users":[]},{"Name":{"pronunciation":"CLEEV-er","audio_file":"brock_kliewer_1410317153.mp3","description":"Defensive End","name":"Brock Kliewer","id":"6637"},"Users":[]},{"Name":{"pronunciation":"MAY-son-er","audio_file":"nick_masoner_1441772688. Masoner","description":"Football","name":"Nick Masoner","id":"6638"},"Users":[]},{"Name":{"pronunciation":"NEW-how-zer","audio_file":"terrence_neuhauser_1410317234.mp3","description":"Nose Tackle","name":"Terrence Neuhauser","id":"6639"},"Users":[]},{"Name":{"pronunciation":"dee-ON-tay","audio_file":"dionte_pearson_1410317263.mp3","description":"Linebacker","name":"Dionte Pearson","id":"6640"},"Users":[]},{"Name":{"pronunciation":"REED-er","audio_file":"jake_riederer_1410317339.mp3","description":"Offensive Lineman","name":"Jake Riederer","id":"6641"},"Users":[]},{"Name":{"pronunciation":"luh-MARK-us","audio_file":"lemarcus_stewart_1410317397.mp3","description":"Wide Receiver","name":"LeMarcus Stewart","id":"6642"},"Users":[]},{"Name":{"pronunciation":"buh-ROO","audio_file":"jake_barreau_1410348953.mp3","description":"Assistant Coach","name":"Jake Barreau","id":"6643"},"Users":[]},{"Name":{"pronunciation":"CARE-uh-line fih-NELL","audio_file":"finnell,_caroline_1410349001.mp3","description":"Volleyball","name":"Caroline Finnell","id":"6644"},"Users":[]},{"Name":{"pronunciation":"mares","audio_file":"maerz,_mary_1410349028.mp3","description":"Outside Hitter","name":"Maerz, Mary","id":"6645"},"Users":[]},{"Name":{"pronunciation":"DER-see","audio_file":"alaina_derse_1410349094.mp3","description":"Midfielder\/Forward","name":"Alaina Derse","id":"6646"},"Users":[]},{"Name":{"pronunciation":"cuh-TRELL","audio_file":"rachel_catrell_1410349138.mp3","description":"Midfielder\/Forward","name":"Rachel Catrell","id":"6647"},"Users":[]},{"Name":{"pronunciation":"DIZ-ih-door","audio_file":"mary_disidore_1410349167.mp3","description":"Midfielder","name":"Mary Disidore","id":"6648"},"Users":[]},{"Name":{"pronunciation":"FED-er-hoff-er","audio_file":"rachel_federhofer_1410349209.mp3","description":"Defender","name":"Rachel Federhofer","id":"6649"},"Users":[]},{"Name":{"pronunciation":"f-ouch","audio_file":"kelsey_fouch_1410349236.mp3","description":"Defender","name":"Kelsey Fouch","id":"6650"},"Users":[]},{"Name":{"pronunciation":"FUSS-ull","audio_file":"lauren_fussell_1410349265.mp3","description":"Defender","name":"Lauren Fussell","id":"6651"},"Users":[]},{"Name":{"pronunciation":"gawf","audio_file":"kelsey_goff_1410349294.mp3","description":"Midfielder\/Forward","name":"Kelsey Goff","id":"6652"},"Users":[]},{"Name":{"pronunciation":"HUGH-ber","audio_file":"molly_huber_1410349321.mp3","description":"Midfielder\/Forward","name":"Molly Huber","id":"6653"},"Users":[]},{"Name":{"pronunciation":"JOE-sten","audio_file":"lauren_josten_1410349346.mp3","description":"Forward","name":"Lauren Josten","id":"6654"},"Users":[]},{"Name":{"pronunciation":"lee","audio_file":"cassie_le_1410349368.mp3","description":"Midfielder\/Forward","name":"Cassie Le","id":"6655"},"Users":[]},{"Name":{"pronunciation":"OH-sten-dorp","audio_file":"brooke_oostendorp_1410349394.mp3","description":"Defender","name":"Brooke Oostendorp","id":"6656"},"Users":[]},{"Name":{"pronunciation":"AHP-fer","audio_file":"alix_opfer_1410349450.mp3","description":"Midfielder\/Defender","name":"Alix Opfer","id":"6657"},"Users":[]},{"Name":{"pronunciation":"FIE-fer","audio_file":"makenzie_pfeiffer_1410349499.mp3","description":"Midfielder\/Defender","name":"Makenzie Pfeiffer","id":"6658"},"Users":[]},{"Name":{"pronunciation":"SHAY-dull","audio_file":"lauren_shadel_1410349539.mp3","description":"Defender","name":"Lauren Shadel","id":"6659"},"Users":[]},{"Name":{"pronunciation":"TAL-er-een","audio_file":"ashley_tallerine_1410349574.mp3","description":"Defender","name":"Ashley Tallerine","id":"6660"},"Users":[]},{"Name":{"pronunciation":"toe-MAR-as","audio_file":"kristina_tomaras_1410349608.mp3","description":"Forward","name":"Kristina Tomaras","id":"6661"},"Users":[]},{"Name":{"pronunciation":"WHY-mer","audio_file":"rachel_weimer_1410349634.mp3","description":"Forward","name":"Rachel Weimer","id":"6662"},"Users":[]},{"Name":{"pronunciation":"CAM-inn","audio_file":"camyn_boone_1410520712.mp3","description":"Forward","name":"Camyn Boone","id":"6663"},"Users":[]},{"Name":{"pronunciation":"GARE-ing","audio_file":"loomis_gerring_1410520742.mp3","description":"Forward","name":"Loomis Gerring","id":"6664"},"Users":[]},{"Name":{"pronunciation":"mick-KULL-uh","audio_file":"tyler_mccullough_1410520796.mp3","description":"Center","name":"Tyler McCullough","id":"6666"},"Users":[]},{"Name":{"pronunciation":"ROO-der","audio_file":"austin_ruder_1410520820.mp3","description":"Guard","name":"Austin Ruder","id":"6667"},"Users":[]},{"Name":{"pronunciation":"LIE-zuh FROO-ent","audio_file":"fruendt,_liza_1410520898.mp3","description":"Guard","name":"Liza Fruendt","id":"6668"},"Users":[]},{"Name":{"pronunciation":"puh-LOW-vee","audio_file":"polowy,_lee_ann_1410520963.mp3","description":"Guard","name":"Lee Ann Polowy","id":"6669"},"Users":[]},{"Name":{"pronunciation":"ALV-stahd","audio_file":"allie_alvstad_1410521031.mp3","description":"Utility","name":"Allie Alvstad","id":"6670"},"Users":[]},{"Name":{"pronunciation":"GAM-bull","audio_file":"elena_gambill_1410521064.mp3","description":"Shortstop","name":"Elena Gambill","id":"6671"},"Users":[]},{"Name":{"pronunciation":"mick-FEAR-son","audio_file":"rebecca_mcpherson_1410521095.mp3","description":"Outfielder","name":"Rebecca McPherson","id":"6672"},"Users":[]},{"Name":{"pronunciation":"ROW-ark","audio_file":"olivia_roark_1410521119.mp3","description":"Second Base","name":"Olivia Roark","id":"6673"},"Users":[]},{"Name":{"pronunciation":"STEE-vens","audio_file":"mary_stephens_1410521146.mp3","description":"First Base","name":"Mary Stephens","id":"6674"},"Users":[]},{"Name":{"pronunciation":"strumff","audio_file":"erin_struemph_1410521180.mp3","description":"Pitcher","name":"Erin Struemph","id":"6675"},"Users":[]},{"Name":{"pronunciation":"BEE-sun","audio_file":"kaitlin_beason_1427859229.mp3","description":"Pitcher\/First Base","name":"Kaitlin Beason","id":"7293"},"Users":[]},{"Name":{"pronunciation":"veh-LASS-kez","audio_file":"erika_velasquez_zimmer_1427859268.mp3","description":"Outfielder","name":"Erika Velasquez Zimmer","id":"7294"},"Users":[]},{"Name":{"pronunciation":"VEE-no","audio_file":"hailee_vigneaux_1427859334.mp3","description":"Outfielder","name":"Hailee Vigneaux","id":"7295"},"Users":[]},{"Name":{"pronunciation":"shur-AY","audio_file":"andy_cheray_1427969988.mp3","description":"Pitcher","name":"Andy Cheray","id":"7313"},"Users":[]},{"Name":{"pronunciation":"TIE-em","audio_file":"tyemfreeman_1570470099.mp3","description":"Men's Basketball","name":"Tyem Freeman","id":"22447"},"Users":[]},{"Name":{"pronunciation":"OP-hoe-ven","audio_file":"ophoven,_ashley_1441301987.mp3","description":"Volleyball","name":"Ashley Ophoven","id":"8295"},"Users":[]},{"Name":{"pronunciation":"PAIR-ih-go","audio_file":"perego,_paige_1441302035.mp3","description":"Volleyball","name":"Perego, Paige","id":"8296"},"Users":[]},{"Name":{"pronunciation":"moss-CARE-uh","audio_file":"mosquera,_mikaela_1441302076.mp3","description":"Volleyball","name":"Mikaela Mosquera","id":"8297"},"Users":[]},{"Name":{"pronunciation":"CAM-bree VILL-uh-ray-ALL","audio_file":"villarreal,_cambree_1441302112.mp3","description":"Volleyball","name":"Cambree Villarreal","id":"8298"},"Users":[]},{"Name":{"pronunciation":"BEE-shore","audio_file":"jared_beshore_1441335143.mp3","description":"Football","name":"Jared Beshore","id":"8299"},"Users":[]},{"Name":{"pronunciation":"trey","audio_file":"tre_betts_1441335196.mp3","description":"Football","name":"Tre Betts","id":"8300"},"Users":[]},{"Name":{"pronunciation":"mic-NEECE EG-bim","audio_file":"mcneese_egbim_1441335402.mp3","description":"Football","name":"McNeece Egbim","id":"8302"},"Users":[]},{"Name":{"pronunciation":"gwin","audio_file":"reggie_guynn_1441335629.mp3","description":"Wide Receiver","name":"Reggie Guynn","id":"8303"},"Users":[]},{"Name":{"pronunciation":"lip-ILL-oh","audio_file":"anthony_lippillo_1441335761.mp3","description":"Offensive Lineman","name":"Anthony Lippillo","id":"8304"},"Users":[]},{"Name":{"pronunciation":"TY-woe oh-loo-ah-fun-MIL-luh","audio_file":"taiwooluwafunmila_1566355025._Oluwafunmila","description":"Football","name":"Taiwo Oluwafunmila","id":"8305"},"Users":[]},{"Name":{"pronunciation":"PROFF-it","audio_file":"marquis_prophete_1441336008.mp3","description":"Football","name":"Marquis Prophete","id":"8306"},"Users":[]},{"Name":{"pronunciation":"buh-DOE-vin-ack","audio_file":"peter_badovinac_1441336098.mp3","description":"Linebackers Coach","name":"Peter Badovinac","id":"8307"},"Users":[]},{"Name":{"pronunciation":"muh-NEAR","audio_file":"munir_prince_1441336194.mp3","description":"Running Backs Coach","name":"Munir Prince","id":"8308"},"Users":[]},{"Name":{"pronunciation":"ver-DUES-koe","audio_file":"mario_verduzco_1441336337.mp3","description":"Offensive Coordinator","name":"Mario Verduzco","id":"8309"},"Users":[]},{"Name":{"pronunciation":"sounds like \"ninja\"","audio_file":"kenji_jackson_1441460122.mp3","description":"Safeties Coach","name":"Kenji Jackson","id":"8351"},"Users":[]},{"Name":{"pronunciation":"DILL-in","audio_file":"cole, <span>dylan<span>_1449207270.mp3","description":"Linebacker","name":"Cole, <span>Dylan<\/span>","id":"9133"},"Users":[]},{"Name":{"pronunciation":"shur-AY","audio_file":"cheray, <span>andy<span>_1449207388.mp3","description":"Pitcher","name":"Cheray, <span>Andy<\/span>","id":"9134"},"Users":[]},{"Name":{"pronunciation":"GUT-in","audio_file":"keith guttin_1449207450.mp3","description":"Head Coach","name":"Guttin, <span>Keith<\/span>","id":"9135"},"Users":[]},{"Name":{"pronunciation":"ROO-der","audio_file":"ruder, <span>austin<span>_1449207520.mp3","description":"Guard","name":"Ruder, <span>Austin<\/span>","id":"9136"},"Users":[]},{"Name":{"pronunciation":"GARE-ing","audio_file":"gerring, <span>loomis<span>_1449207570.mp3","description":"Forward","name":"Gerring, <span>Loomis<\/span>","id":"9137"},"Users":[]},{"Name":{"pronunciation":"DOOR-ee-in","audio_file":"williams, <span>dorrian<span>_1449207631.mp3","description":"Guard","name":"Williams, <span>Dorrian<\/span>","id":"9138"},"Users":[]},{"Name":{"pronunciation":"CAM-inn","audio_file":"boone, <span>camyn<span>_1449207680.mp3","description":"Forward","name":"Boone, <span>Camyn<\/span>","id":"9139"},"Users":[]},{"Name":{"pronunciation":"mick-KULL-uh","audio_file":"mccullough, <span>tyler<span>_1449207754.mp3","description":"Center","name":"McCullough, <span>Tyler<\/span>","id":"9140"},"Users":[]},{"Name":{"pronunciation":"puh-LOW-vee","audio_file":"polowy, <span>lee an<span>_1449207804.mp3","description":"Guard","name":"Polowy, <span>Lee An<\/span>","id":"9141"},"Users":[]},{"Name":{"pronunciation":"KEN-zee","audio_file":"williams, <span>kenzie<span>_1449207988.mp3","description":"Guard","name":"Williams, <span>Kenzie<\/span>","id":"9142"},"Users":[]},{"Name":{"pronunciation":"LIE-zuh FROO-ent","audio_file":"fruendt, liza_1449208053.mp3","description":"Guard","name":"Fruendt, <span>Liza<\/span>","id":"9143"},"Users":[]},{"Name":{"pronunciation":"KWOT-ull","audio_file":"chvatal, hillary _1449208165.mp3","description":"Forward\/Center","name":"Chvatal, Hillary ","id":"9144"},"Users":[]},{"Name":{"pronunciation":"tee-AW-nuh","audio_file":"snow, <span>tyonna<span>_1449208237.mp3","description":"Guard","name":"Snow, <span>Tyonna<\/span>","id":"9145"},"Users":[]},{"Name":{"pronunciation":"OH-nee oh-SIM-uh-nim","audio_file":"osemenam, <span>onye<span>_1449208291.mp3","description":"Forward","name":"Osemenam, <span>Onye<\/span>","id":"9146"},"Users":[]},{"Name":{"pronunciation":"luh-MARK-us","audio_file":"stewart, <span>lemarcus<span>_1449210616.mp3","description":"Wide Receiver","name":"Stewart, <span>LeMarcus<\/span>","id":"9147"},"Users":[]},{"Name":{"pronunciation":"DEE-on HALL-oh-min","audio_file":"holliman, <span>deion<span>_1449210675.mp3","description":"Wide Receiver","name":"Holliman, <span>Deion<\/span>","id":"9148"},"Users":[]},{"Name":{"pronunciation":"trey","audio_file":"tre betts_1449210722.mp3","description":"Safety","name":"Betts, <span>Tre<\/span>","id":"9149"},"Users":[]},{"Name":{"pronunciation":"CHRIS-tuh-full","audio_file":"christophel, <span>eric<span>_1449210798.mp3","description":"Wide Receiver","name":"Christophel, <span>Eric<\/span>","id":"9150"},"Users":[]},{"Name":{"pronunciation":"boe-NON-ee","audio_file":"bonani, <span>marcelo<span>_1449211010.mp3","description":"Kicker\/Punter","name":"Bonani, <span>Marcelo<\/span>","id":"9151"},"Users":[]},{"Name":{"pronunciation":"muh-LEEK","audio_file":"earl, <span>malik<span>_1449211080.mp3","description":"Wide Receiver","name":"Earl, <span>Malik<\/span>","id":"9152"},"Users":[]},{"Name":{"pronunciation":"FUR-muh-neck","audio_file":"furmanek, <span>erik<span>_1449211146.mp3","description":"Linebacker","name":"Furmanek, <span>Erik<\/span>","id":"9153"},"Users":[]},{"Name":{"pronunciation":"HEEST-inn","audio_file":"heaston, <span>ryan<span>_1449211245.mp3","description":"Running Back","name":"Heaston, <span>Ryan<\/span>","id":"9154"},"Users":[]},{"Name":{"pronunciation":"KAY-lin","audio_file":"crowder, <span>calan<span>_1449211450.mp3","description":"Running Back","name":"Crowder, <span>Calan<\/span>","id":"9155"},"Users":[]},{"Name":{"pronunciation":"BEE-shore","audio_file":"beshore, <span>jared<span>_1449211569.mp3","description":"Safety","name":"Beshore, <span>Jared<\/span>","id":"9156"},"Users":[]},{"Name":{"pronunciation":"hulz","audio_file":"hulse, <span>skyler<span>_1449211627.mp3","description":"Linebacker","name":"Hulse, <span>Skyler<\/span>","id":"9157"},"Users":[]},{"Name":{"pronunciation":"catch-uh-RELL-ee","audio_file":"cacciarelli, <span>chris<span>_1449211692.mp3","description":"Defensive Back","name":"Cacciarelli, <span>Chris<\/span>","id":"9158"},"Users":[]},{"Name":{"pronunciation":"KER-in BLAME-ee","audio_file":"blamey, <span>kurran<span>_1449211751.mp3","description":"Linebacker","name":"Blamey, <span>Kurran<\/span>","id":"9159"},"Users":[]},{"Name":{"pronunciation":"MAY-son-er","audio_file":"masoner, <span>nick<span>_1449211817.mp3","description":"Running Back","name":"Masoner, <span>Nick<\/span>","id":"9160"},"Users":[]},{"Name":{"pronunciation":"alex","audio_file":"jones, <span>alexz<span>_1449213448.mp3","description":"Linebacker","name":"Jones, <span>Alexz<\/span>","id":"9161"},"Users":[]},{"Name":{"pronunciation":"BRAM-er","audio_file":"brammer, <span>caleb<span>_1449213578.mp3","description":"Linebacker","name":"Brammer, <span>Caleb<\/span>","id":"9162"},"Users":[]},{"Name":{"pronunciation":"mic-NEECE EG-bim","audio_file":"egbim, <span>mcneece<span>_1449213659.mp3","description":"Linebacker","name":"Egbim, <span>McNeece<\/span>","id":"9163"},"Users":[]},{"Name":{"pronunciation":"WICK-wore","audio_file":"wickwar, <span>colby<span>_1449213725.mp3","description":"Long Snapper","name":"Wickwar, <span>Colby<\/span>","id":"9164"},"Users":[]},{"Name":{"pronunciation":"mih-KIN-zee","audio_file":"james, <span>mckinze<span>_1449213777.mp3","description":"Defensive End","name":"James, <span>McKinze<\/span>","id":"9165"},"Users":[]},{"Name":{"pronunciation":"REED-er","audio_file":"riederer, <span>jake<span>_1449213854.mp3","description":"Offensive Lineman","name":"Riederer, <span>Jake<\/span>","id":"9166"},"Users":[]},{"Name":{"pronunciation":"flaw","audio_file":"flaugh, <span>easton<span>_1449213924.mp3","description":"Linebacker","name":"Flaugh, <span>Easton<\/span>","id":"9167"},"Users":[]},{"Name":{"pronunciation":"shonts","audio_file":"shantz, <span>riley<span>_1449222745.mp3","description":"Center","name":"Shantz, <span>Riley<\/span>","id":"9168"},"Users":[]},{"Name":{"pronunciation":"ELL-ih-frits","audio_file":"ellifrits, <span>sam<span>_1449222961.mp3","description":"Offensive Lineman","name":"Ellifrits, <span>Sam<\/span>","id":"9169"},"Users":[]},{"Name":{"pronunciation":"PROFF-it","audio_file":"prophete, <span>marquis<span>_1449223039.mp3","description":"Offensive Lineman","name":"Prophete, <span>Marquis<\/span>","id":"9170"},"Users":[]},{"Name":{"pronunciation":"GOD-see","audio_file":"godsey, <span>david<span>_1449223657.mp3","description":"Offensive Tackle","name":"Godsey, <span>David<\/span>","id":"9171"},"Users":[]},{"Name":{"pronunciation":"lip-ILL-oh","audio_file":"lippillo, <span>anthony<span>_1449223716.mp3","description":"Offensive Lineman","name":"Lippillo, <span>Anthony<\/span>","id":"9172"},"Users":[]},{"Name":{"pronunciation":"LASS-it-er","audio_file":"lasater, <span>jake<span>_1449223778.mp3","description":"Offensive Tackle","name":"Lasater, <span>Jake<\/span>","id":"9173"},"Users":[]},{"Name":{"pronunciation":"ty-WOE oh-loo-ah-fun-MEE-luh","audio_file":"oluwafunmila, <span>taiwo<span>_1449224279.mp3","description":"Defensive End","name":"Oluwafunmila, <span>Taiwo<\/span>","id":"9175"},"Users":[]},{"Name":{"pronunciation":"DAR-den","audio_file":"darden, <span>richard<span>_1449224332.mp3","description":"Tight End","name":"Darden, <span>Richard<\/span>","id":"9176"},"Users":[]},{"Name":{"pronunciation":"CLEEV-er","audio_file":"kliewer, <span>brock<span>_1449224401.mp3","description":"Defensive End","name":"Kliewer, <span>Brock<\/span>","id":"9177"},"Users":[]},{"Name":{"pronunciation":"IS-bell","audio_file":"isbell, <span>colby<span>_1449224487.mp3","description":"Defensive End","name":"Isbell, <span>Colby<\/span>","id":"9178"},"Users":[]},{"Name":{"pronunciation":"COE-burn","audio_file":"coburn, <span>daryl<span>_1449224540.mp3","description":"Nose Tackle","name":"Coburn, <span>Daryl<\/span>","id":"9179"},"Users":[]},{"Name":{"pronunciation":"NEW-how-zer","audio_file":"neuhauser, <span>terrence<span>_1449224592.mp3","description":"Nose Tackle","name":"Neuhauser, <span>Terrence<\/span>","id":"9180"},"Users":[]},{"Name":{"pronunciation":"BRAT-inn","audio_file":"bratton, <span>cecil<span>_1449224644.mp3","description":"Nose Tackle","name":"Bratton, <span>Cecil<\/span>","id":"9181"},"Users":[]},{"Name":{"pronunciation":"FAY-ginn","audio_file":"feagin, <span>corey<span>_1449224701.mp3","description":"Defensive End","name":"Feagin, <span>Corey<\/span>","id":"9182"},"Users":[]},{"Name":{"pronunciation":"ver-DUES-koe","audio_file":"verduzco, <span>mario<span>_1449224750.mp3","description":"Offensive Coordinator","name":"Verduzco, <span>Mario<\/span>","id":"9183"},"Users":[]},{"Name":{"pronunciation":"COFF-lin","audio_file":"coughlin, <span>sean<span>_1449224801.mp3","description":"Assistant Coach","name":"Coughlin, <span>Sean<\/span>","id":"9184"},"Users":[]},{"Name":{"pronunciation":"buh-DOE-vin-ack","audio_file":"badovinac, <span>peter<span>_1449224851.mp3","description":"Linebackers Coach","name":"Badovinac, <span>Peter<\/span>","id":"9185"},"Users":[]},{"Name":{"pronunciation":"sounds like \"ninja\"","audio_file":"jackson, <span>kenji<span>_1449224907.mp3","description":"Safeties Coach","name":"Jackson, <span>Kenji<\/span>","id":"9186"},"Users":[]},{"Name":{"pronunciation":"muh-NEAR","audio_file":"prince, <span>munir<span>_1449224961.mp3","description":"Running Backs Coach","name":"Prince, <span>Munir<\/span>","id":"9187"},"Users":[]},{"Name":{"pronunciation":"AHP-fer","audio_file":"opfer, <span>alix<span>_1449306243.mp3","description":"Midfielder\/Defender","name":"Opfer, <span>Alix<\/span>","id":"9364"},"Users":[]},{"Name":{"pronunciation":"TAL-er-een","audio_file":"tallerine, <span>ashley<span>_1449306298.mp3","description":"Defender","name":"Tallerine, <span>Ashley<\/span>","id":"9365"},"Users":[]},{"Name":{"pronunciation":"DIZ-ih-door","audio_file":"disidore, <span>mary<span>_1449306345.mp3","description":"Midfielder","name":"Disidore, <span>Mary<\/span>","id":"9366"},"Users":[]},{"Name":{"pronunciation":"FIE-fer","audio_file":"pfeiffer, <span>makenzie<span>_1449306387.mp3","description":"Midfielder\/Defender","name":"Pfeiffer, <span>Makenzie<\/span>","id":"9367"},"Users":[]},{"Name":{"pronunciation":"FUSS-ull","audio_file":"fussell, <span>lauren<span>_1449306435.mp3","description":"Defender","name":"Fussell, <span>Lauren<\/span>","id":"9368"},"Users":[]},{"Name":{"pronunciation":"toe-MAR-as","audio_file":"tomaras, <span>kristina<span>_1449306477.mp3","description":"Forward","name":"Tomaras, <span>Kristina<\/span>","id":"9369"},"Users":[]},{"Name":{"pronunciation":"lee","audio_file":"le, <span>cassie<span>_1449306526.mp3","description":"Midfielder\/Forward","name":"Le, <span>Cassie<\/span>","id":"9370"},"Users":[]},{"Name":{"pronunciation":"SHAY-dull","audio_file":"shadel, <span>lauren<span>_1449306566.mp3","description":"Defender","name":"Shadel, <span>Lauren<\/span>","id":"9371"},"Users":[]},{"Name":{"pronunciation":"FED-er-hoff-er","audio_file":"federhofer, <span>rachel<span>_1449306629.mp3","description":"Defender","name":"Federhofer, <span>Rachel<\/span>","id":"9372"},"Users":[]},{"Name":{"pronunciation":"DER-see","audio_file":"derse, <span>alaina<span>_1449306696.mp3","description":"Midfielder\/Forward","name":"Derse, <span>Alaina<\/span>","id":"9373"},"Users":[]},{"Name":{"pronunciation":"cuh-TRELL","audio_file":"catrell, <span>rachel<span>_1449306743.mp3","description":"Midfielder\/Forward","name":"Catrell, <span>Rachel<\/span>","id":"9374"},"Users":[]},{"Name":{"pronunciation":"ROW-ark","audio_file":"roark, <span>olivia<span>_1449306809.mp3","description":"Second Base","name":"Roark, <span>Olivia<\/span>","id":"9375"},"Users":[]},{"Name":{"pronunciation":"BEE-sun","audio_file":"beason, <span>kaitlin<span>_1449306861.mp3","description":"Pitcher\/First Base","name":"Beason, <span>Kaitlin<\/span>","id":"9376"},"Users":[]},{"Name":{"pronunciation":"VEE-no","audio_file":"vigneaux, <span>hailee<span>_1449306905.mp3","description":"Outfielder","name":"Vigneaux, <span>Hailee<\/span>","id":"9377"},"Users":[]},{"Name":{"pronunciation":"STEE-vens","audio_file":"stephens, <span>mary<span>_1449306950.mp3","description":"First Base","name":"Stephens, <span>Mary<\/span>","id":"9378"},"Users":[]},{"Name":{"pronunciation":"duel","audio_file":"duewel, <span>erin<span>_1449307133.mp3","description":"Infielder\/Outfielder","name":"Duewel, <span>Erin<\/span>","id":"9379"},"Users":[]},{"Name":{"pronunciation":"GAM-bull","audio_file":"gambill, <span>elena<span>_1449307555.mp3","description":"Shortstop","name":"Gambill, <span>Elena<\/span>","id":"9380"},"Users":[]},{"Name":{"pronunciation":"veh-LASS-kez","audio_file":"velasquez, <span>erika<span>_1449307604.mp3","description":"Outfielder","name":"Velasquez Zimmer, <span>Erika<\/span>","id":"9381"},"Users":[]},{"Name":{"pronunciation":"strumff","audio_file":"struemph, <span>erin<span>_1449307904.mp3","description":"Pitcher","name":"Struemph, <span>Erin<\/span>","id":"9382"},"Users":[]},{"Name":{"pronunciation":"ALV-stahd","audio_file":"alvstad, <span>allie<span>_1449307950.mp3","description":"Utility","name":"Alvstad, <span>Allie<\/span>","id":"9383"},"Users":[]},{"Name":{"pronunciation":"HESS-ee","audio_file":"hesse, <span>holly<span>_1449308005.mp3","description":"Head Coach","name":"Hesse, <span>Holly<\/span>","id":"9384"},"Users":[]},{"Name":{"pronunciation":"puh-REEN","audio_file":"perine, <span>beth<span>_1449308044.mp3","description":"Associate Head Coach","name":"Perine, <span>Beth<\/span>","id":"9385"},"Users":[]},{"Name":{"pronunciation":"PAIR-ih-go","audio_file":"perego, <span>paige<span> _1449308105.mp3","description":"Volleyball","name":"Perego, <span>Paige<\/span> ","id":"9386"},"Users":[]},{"Name":{"pronunciation":"buh-ROO","audio_file":"barreau, <span>jake<span>_1449308376.mp3","description":"Assistant Coach","name":"Barreau, <span>Jake<\/span>","id":"9391"},"Users":[]},{"Name":{"pronunciation":"oh-buh-DIE-uh","audio_file":"obediah church_1450267053.mp3","description":"Men's Basketball","name":"Obediah Church","id":"9392"},"Users":[]},{"Name":{"pronunciation":"JARE-id","audio_file":"jarred dixon_1450267098.mp3","description":"Men's Basketball","name":"Jarred Dixon","id":"9393"},"Users":[]},{"Name":{"pronunciation":"CRECK-low","audio_file":"ryan kreklow_1450267145.mp3","description":"Men's Basketball","name":"Ryan Kreklow","id":"9394"},"Users":[]},{"Name":{"pronunciation":"DAY-kwon","audio_file":"dequon miller_1450267204.mp3","description":"Guard","name":"Dequon Miller","id":"9395"},"Users":[]},{"Name":{"pronunciation":"sly","audio_file":"matt sligh_1450267256.mp3","description":"Assistant Coach","name":"Matt Sligh","id":"9396"},"Users":[]},{"Name":{"pronunciation":"WHY-dee","audio_file":"vander weide, grace_1450267340.mp3","description":"Guard","name":"Vander Weide, Grace","id":"9397"},"Users":[]},{"Name":{"pronunciation":"GIT-zen","audio_file":"gitzen, danielle_1450267499.mp3","description":"Women's Basketball","name":"Danielle Gitzen","id":"9398"},"Users":[]},{"Name":{"pronunciation":"rhymes with dusk","audio_file":"Paul_Lusk-516140ffaab45.mp3","description":"Head Coach","name":"Paul Lusk","id":"2599"},"Users":[]},{"Name":{"pronunciation":"key-AH-nuh","audio_file":"kyana mason_1457635988.mp3","description":"Softball","name":"Kyana Mason","id":"10096"},"Users":[]},{"Name":{"pronunciation":"HEN-ricks","audio_file":"hannah heinrichs_1457636050.mp3","description":"Softball","name":"Hannah Heinrichs","id":"10097"},"Users":[]},{"Name":{"pronunciation":"duh-ZORT","audio_file":"matt dezort_1457636134.mp3","description":"Outfielder","name":"Matt Dezort","id":"10098"},"Users":[]},{"Name":{"pronunciation":"done","audio_file":"ryan dunne_1457636176.mp3","description":"Pitcher","name":"Ryan Dunne","id":"10099"},"Users":[]},{"Name":{"pronunciation":"IRE-mun","audio_file":"jeremy eierman_1457636236.mp3","description":"Infielder","name":"Jeremy Eierman","id":"10100"},"Users":[]},{"Name":{"pronunciation":"FRAHM-sin","audio_file":"jake fromson_1457636279.mp3","description":"Pitcher","name":"Jake Fromson","id":"10101"},"Users":[]},{"Name":{"pronunciation":"GEE-ha","audio_file":"logan geha_1457636331.mp3","description":"Baseball","name":"Logan Geha","id":"10102"},"Users":[]},{"Name":{"pronunciation":"HO-vee","audio_file":"jordan hovey_1457636374.mp3","description":"Infielder","name":"Jordan Hovey","id":"10103"},"Users":[]},{"Name":{"pronunciation":"kuh-NOOT-sin","audio_file":"jordan knutson_1457636419.mp3","description":"Pitcher","name":"Jordan Knutson","id":"10104"},"Users":[]},{"Name":{"pronunciation":"LOCK-nur","audio_file":"jake lochner_1457636471.mp3","description":"Pitcher","name":"Jake Lochner","id":"10105"},"Users":[]},{"Name":{"pronunciation":"RAW-lee","audio_file":"danny rowley_1457636570.mp3","description":"Catcher","name":"Danny Rowley","id":"10106"},"Users":[]},{"Name":{"pronunciation":"STINE-mitts","audio_file":"hunter steinmetz_1457636619.mp3","description":"Outfielder","name":"Hunter Steinmetz","id":"10107"},"Users":[]},{"Name":{"pronunciation":"prih-vuh-TER-uh","audio_file":"john privitera_1457636688.mp3","description":"Baseball","name":"John Privitera","id":"10108"},"Users":[]},{"Name":{"pronunciation":"WET-stone","audio_file":"ben whetstone_1457636732.mp3","description":"Baseball","name":"Ben Whetstone","id":"10109"},"Users":[]},{"Name":{"pronunciation":"gauge","audio_file":"gaigeprim_1570470139.mp3","description":"Men's Basketball","name":"Gaige Prim","id":"22448"},"Users":[]},{"Name":{"pronunciation":"CHEF-ee","audio_file":"aubrey cheffey_1473996192.mp3","description":"Volleyball","name":"Aubrey Cheffey","id":"11431"},"Users":[]},{"Name":{"pronunciation":"JARE-ee EE-dose","audio_file":"gerri idos_1473996236.mp3","description":"Volleyball","name":"Gerri Idos","id":"11432"},"Users":[]},{"Name":{"pronunciation":"AL-ih-zay","audio_file":"alize_johnson_1486125371.mp3","description":"Forward","name":"Alize Johnson","id":"12491"},"Users":[]},{"Name":{"pronunciation":"shuh-MEE-kuh EE-lee","audio_file":"shameka_ealy_1486125419.mp3","description":"Women's Basketball","name":"Shameka Ealy","id":"12492"},"Users":[]},{"Name":{"pronunciation":"DARE-ee-en","audio_file":"darian_frost_1491474563.mp3","description":"Softball","name":"Darian Frost","id":"12701"},"Users":[]},{"Name":{"pronunciation":"GREASE-bow-er","audio_file":"erin_griesbauer_1491474610.mp3","description":"Softball","name":"Erin Griesbauer","id":"12702"},"Users":[]},{"Name":{"pronunciation":"JERR-ling","audio_file":"darby_joerling_1491474659.mp3","description":"Softball","name":"Darby Joerling","id":"12703"},"Users":[]},{"Name":{"pronunciation":"rafe airs","audio_file":"rapheayres_1602368615.mp3","description":"Men's Basketball","name":"Raphe Ayres","id":"24577"},"Users":[]},{"Name":{"pronunciation":"BRAN-um","audio_file":"jakebranham_1602368670.mp3","description":"Men's Basketball","name":"Jake Branham","id":"24578"},"Users":[]},{"Name":{"pronunciation":"ay-BONK-oh-lee","audio_file":"melvynebonkoli_1602368724.mp3","description":"Men's Basketball","name":"Melvyn Ebonkoli","id":"24579"},"Users":[]},{"Name":{"pronunciation":"TAH-tah","audio_file":"nictata_1602368780.mp3","description":"Men's Basketball","name":"Nic Tata","id":"24580"},"Users":[]},{"Name":{"pronunciation":"eye-ZAY-uh","audio_file":"isaiahmosley_1602368837.mp3","description":"Men's Basketball","name":"Isiaih Mosley","id":"24581"},"Users":[]},{"Name":{"pronunciation":"luh-KYE","audio_file":"lucyepatterson_1602368894.mp3","description":"Men's Basketball","name":"Lu'Cye Patterson","id":"24582"},"Users":[]},{"Name":{"pronunciation":"RID-er","audio_file":"jaredridder_1602368981.mp3","description":"Men's Basketball","name":"Jared Ridder","id":"24583"},"Users":[]},{"Name":{"pronunciation":"duh-MARK-us","audio_file":"demarcussharp_1602369124.mp3","description":"Men's Basketball","name":"Demarcus Sharp","id":"24584"},"Users":[]},{"Name":{"pronunciation":"SKY-lur","audio_file":"skylarwicks_1602369231.mp3","description":"Men's Basketball","name":"Skylar Wicks","id":"24585"},"Users":[]},{"Name":{"pronunciation":"GAR-but","audio_file":"angelo_garbutt_1439589634.mp3","description":"Football","name":"Angelo Garbutt","id":"7500"},"Users":[]},{"Name":{"pronunciation":"juh-MAR-ee-oh mih-KLEN-dunn","audio_file":"jamariomcclendon_1535601373.mp3","description":"Football","name":"JaMario McClendon","id":"18589"},"Users":[]},{"Name":{"pronunciation":"gruh-NOT-oh","audio_file":"jtgranato_1535601412.T","description":"Football","name":"J.T. Granato","id":"18590"},"Users":[]},{"Name":{"pronunciation":"MAWNK-in","audio_file":"anthonymonken_1535601455.mp3","description":"Football","name":"Anthony Monken","id":"18591"},"Users":[]},{"Name":{"pronunciation":"duh-MORE-ee-ay","audio_file":"damorieavick_1535601488.mp3","description":"Football","name":"Damoriea Vick","id":"18592"},"Users":[]},{"Name":{"pronunciation":"HUGH-slig","audio_file":"peytonhuslig_1535601529. Huslig","description":"Football","name":"Peyton Huslig","id":"18593"},"Users":[]},{"Name":{"pronunciation":"SWAN-uh-gen","audio_file":"ethanswanegan_1535601585.mp3","description":"Football","name":"Ethan Swanegan","id":"18595"},"Users":[]},{"Name":{"pronunciation":"WORSH-um","audio_file":"alanworsham_1535601655.mp3","description":"Football","name":"Alan Worsham","id":"18596"},"Users":[]},{"Name":{"pronunciation":"shnell","audio_file":"tannerschnelle_1535601690.mp3","description":"Football","name":"Tanner Schnelle","id":"18597"},"Users":[]},{"Name":{"pronunciation":"DAY-lin","audio_file":"daylonfigures_1535601763.mp3","description":"Football","name":"Daylon Figures","id":"18598"},"Users":[]},{"Name":{"pronunciation":"luh-SEE-nuh","audio_file":"parkerlacina_1535623812.mp3","description":"Football","name":"Parker Lacina","id":"18599"},"Users":[]},{"Name":{"pronunciation":"moe-REETZ-ee-oh CHEE-oh","audio_file":"mauriciochio_1535623864.mp3","description":"Football","name":"Mauricio Chio","id":"18600"},"Users":[]},{"Name":{"pronunciation":"rih-BEAR-uh","audio_file":"calvinribera_1535623903.mp3","description":"Football","name":"Calvin Ribera","id":"18601"},"Users":[]},{"Name":{"pronunciation":"PLAT-koe","audio_file":"mattplatko_1535623933.mp3","description":"Football","name":"Matt Platko","id":"18602"},"Users":[]},{"Name":{"pronunciation":"BILL-uh-doe","audio_file":"remybilodeau_1535623968.mp3","description":"Football","name":"Remy Bilodeau","id":"18603"},"Users":[]},{"Name":{"pronunciation":"COAL-er","audio_file":"derekkohler_1535623998.mp3","description":"Football","name":"Derek Kohler","id":"18604"},"Users":[]},{"Name":{"pronunciation":"BEE-bee","audio_file":"landonbebee_1535624029.mp3","description":"Football","name":"Landon Bebee","id":"18605"},"Users":[]},{"Name":{"pronunciation":"ARE-mond","audio_file":"armandbaker_1535624061.mp3","description":"Football","name":"Armand Baker","id":"18606"},"Users":[]},{"Name":{"pronunciation":"JAY-ron","audio_file":"jaronburks_1535624096.mp3","description":"Football","name":"Jaron Burks","id":"18607"},"Users":[]},{"Name":{"pronunciation":"SAM-ick","audio_file":"aaronsamek_1535624127.mp3","description":"Football","name":"Aaron Samek","id":"18608"},"Users":[]},{"Name":{"pronunciation":"ed BECK-tun","audio_file":"eddbecton_1535624158.mp3","description":"Football","name":"Edd Becton","id":"18609"},"Users":[]},{"Name":{"pronunciation":"GOT-ee COLE-ee-us","audio_file":"godeycoleus_1536892562._Coleus","description":"Football","name":"Godey Coleus","id":"18610"},"Users":[]},{"Name":{"pronunciation":"muss-COT-oh","audio_file":"jakemoscato_1535624233.mp3","description":"Football","name":"Jake Moscato","id":"18611"},"Users":[]},{"Name":{"pronunciation":"SHAY-fer-KET-er","audio_file":"austinschaefferkoetter_1535624275.mp3","description":"Football","name":"Austin Schaefferkoetter","id":"18612"},"Users":[]},{"Name":{"pronunciation":"AIR-ee-en bott","audio_file":"arianbhat_1535624307.mp3","description":"Football","name":"Arian Bhat","id":"18613"},"Users":[]},{"Name":{"pronunciation":"luh-NEER","audio_file":"lanearsampson_1535624362.mp3","description":"Assistant Coach - Wide Receivers","name":"Lanear Sampson","id":"18614"},"Users":[]},{"Name":{"pronunciation":"JAY-ron","audio_file":"jeronewilliams_1535624408.mp3","description":"Assistant Coach - Defensive Tackles","name":"Jerone Williams","id":"18615"},"Users":[]},{"Name":{"pronunciation":"SHOFF-ner","audio_file":"scottyschaffner_1536837141.mp3","description":"Football","name":"Scotty Schaffner","id":"18616"},"Users":[]},{"Name":{"pronunciation":"puh-LAH-see-oh","audio_file":"lexipalacio_1536230302.mp3","description":"Women's Soccer","name":"Lexi Palacio","id":"18699"},"Users":[]},{"Name":{"pronunciation":"COH-zull","audio_file":"karenkozol_1536230335.mp3","description":"Women's Soccer","name":"Karen Kozol","id":"18700"},"Users":[]},{"Name":{"pronunciation":"oh-LEE-nuh EYE-nerz-dot-er","audio_file":"olinaeinarsdottir_1536230393.mp3","description":"Women's Soccer","name":"Olina Einarsdottir","id":"18701"},"Users":[]},{"Name":{"pronunciation":"FONG-suh-vath","audio_file":"tarahphongsvath_1536230432.mp3","description":"Women's Soccer","name":"Tarah Phongsavath","id":"18702"},"Users":[]},{"Name":{"pronunciation":"odor","audio_file":"mayleighoder_1536230464.mp3","description":"Women's Soccer","name":"Mayleigh Oder","id":"18703"},"Users":[]},{"Name":{"pronunciation":"scorn-EE-uh","audio_file":"emmaskornia_1536230503.mp3","description":"Women's Soccer","name":"Emma Skornia","id":"18704"},"Users":[]},{"Name":{"pronunciation":"bates","audio_file":"jacquelinebaetz_1536230541.mp3","description":"Women's Soccer","name":"Jacqueline Baetz","id":"18705"},"Users":[]},{"Name":{"pronunciation":"pron-ZIN-skee","audio_file":"brookeprondzinski_1536230579.mp3","description":"Women's Soccer","name":"Brooke Prondzinski","id":"18706"},"Users":[]},{"Name":{"pronunciation":"PUTT-numb","audio_file":"kayleighputnam_1536230615.mp3","description":"Women's Soccer","name":"Kayleigh Putnam","id":"18707"},"Users":[]},{"Name":{"pronunciation":"IKE-ull-men","audio_file":"jordaneickelman_1536230661.mp3","description":"Women's Soccer","name":"Jordan Eickelman","id":"18708"},"Users":[]},{"Name":{"pronunciation":"AH-muh-lee","audio_file":"amaliegunn_1536230699.mp3","description":"Women's Soccer","name":"Amalie  Gunn","id":"18709"},"Users":[]},{"Name":{"pronunciation":"DEE-trick","audio_file":"sarathomas-dietrich_1536230789.mp3","description":"Assistant Coach","name":"Sara Thomas-Dietrich","id":"18710"},"Users":[]},{"Name":{"pronunciation":"doo-SET","audio_file":"alyssadoucette_1536230829.mp3","description":"Volleyball","name":"Alyssa Doucette","id":"18711"},"Users":[]},{"Name":{"pronunciation":"EM-uh-lee","audio_file":"emelieorlando_1536230867.mp3","description":"Volleyball","name":"Emelie Orlando","id":"18712"},"Users":[]},{"Name":{"pronunciation":"muh-KEN-uh RAT-in","audio_file":"makinawratten_1536230909.mp3","description":"Volleyball","name":"Makina Wratten","id":"18713"},"Users":[]},{"Name":{"pronunciation":"key-ON-dray","audio_file":"keandrecook_1536231004.mp3","description":"Men's Basketball","name":"Keandre Cook","id":"18715"},"Users":[]},{"Name":{"pronunciation":"TOO-lee-oh","audio_file":"tuliodasilva_1536231049.mp3","description":"Men's Basketball","name":"Tulio Da Silva","id":"18716"},"Users":[]},{"Name":{"pronunciation":"tie-REEK","audio_file":"tyrikdixon_1536231084.mp3","description":"Men's Basketball","name":"Tyrik Dixon","id":"18717"},"Users":[]},{"Name":{"pronunciation":"kuh-BEER","audio_file":"kabirmohammed_1536231123.mp3","description":"Men's Basketball","name":"Kabir Mohammed","id":"18718"},"Users":[]},{"Name":{"pronunciation":"yon VOY-cheek","audio_file":"janwojcik_1541549496._Wojcik","description":"Men's Basketball","name":"Jan Wojcik","id":"18719"},"Users":[]},{"Name":{"pronunciation":"shuh-MOAN VOY-cheek","audio_file":"szymonwojcik_1541549467._Wojcik","description":"Men's Basketball","name":"Szymon Wojcik","id":"18720"},"Users":[]},{"Name":{"pronunciation":"hurl","audio_file":"jaseherl_1536231247.mp3","description":"Assistant Coach","name":"Jase Herl","id":"18721"},"Users":[]},{"Name":{"pronunciation":"bree","audio_file":"briellis_1536231451.mp3","description":"Women's Basketball","name":"Bri Ellis","id":"18722"},"Users":[]},{"Name":{"pronunciation":"KAY-lip","audio_file":"bricecalip_1536231487.mp3","description":"Women's Basketball","name":"Brice Calip","id":"18723"},"Users":[]},{"Name":{"pronunciation":"DARE-ee-AWE-nuh","audio_file":"dariaunalewis_1536231539.mp3","description":"Women's Basketball","name":"Dariauna Lewis","id":"18724"},"Users":[]},{"Name":{"pronunciation":"ELL-ee","audio_file":"elleruffridge_1536231578.mp3","description":"Women's Basketball","name":"Elle Ruffridge","id":"18725"},"Users":[]},{"Name":{"pronunciation":"MY-uh BIN-harr","audio_file":"myabhinhar_1536231624.mp3","description":"Women's Basketball","name":"Mya Bhinhar","id":"18726"},"Users":[]},{"Name":{"pronunciation":"VOH-kuh-leck","audio_file":"leahvokolek_1536230955.mp3","description":"Volleyball","name":"Leah Vokolek","id":"18714"},"Users":[]},{"Name":{"pronunciation":"STINE-er","audio_file":"gagesteiner_1539083013.mp3","description":"Men's Soccer","name":"Gage Steiner","id":"19280"},"Users":[]},{"Name":{"pronunciation":"dee-JAWNG","audio_file":"dylandejong_1539083093.mp3","description":"Men's Soccer","name":"Dylan De Jong","id":"19281"},"Users":[]},{"Name":{"pronunciation":"de-GREEF","audio_file":"evandegreeff_1539083184.mp3","description":"Men's Soccer","name":"Evan DeGreeff","id":"19282"},"Users":[]},{"Name":{"pronunciation":"woo","audio_file":"ianwu_1539083233.mp3","description":"Men's Soccer","name":"Ian Wu","id":"19283"},"Users":[]},{"Name":{"pronunciation":"ODD-nuh GINK-ling BROO-seth","audio_file":"aadnegiklingbruseth_1539083368.mp3","description":"Men's Soccer","name":"Aadne Gikling Bruseth","id":"19284"},"Users":[]},{"Name":{"pronunciation":"DAH-ling","audio_file":"joshdolling_1539083406.mp3","description":"Men's Soccer","name":"Josh Dolling","id":"19285"},"Users":[]},{"Name":{"pronunciation":"HUGH-go JOHN-son","audio_file":"hugojonsson_1539083445.mp3","description":"Men's Soccer","name":"Hugo J\u00f6nsson","id":"19286"},"Users":[]},{"Name":{"pronunciation":"ARE-nee EYE-ner-son","audio_file":"arneeinarsen_1539083486.mp3","description":"Men's Soccer","name":"Arne Einarsen","id":"19287"},"Users":[]},{"Name":{"pronunciation":"LANG-in","audio_file":"connorlangan_1539083521.mp3","description":"Men's Soccer","name":"Connor Langan","id":"19288"},"Users":[]},{"Name":{"pronunciation":"HEE-bert","audio_file":"kylehiebert_1539083560.mp3","description":"Men's Soccer","name":"Kyle Hiebert","id":"19289"},"Users":[]},{"Name":{"pronunciation":"OZ-uh-thorp","audio_file":"willosgathorpe_1539083609.mp3","description":"Men's Soccer","name":"Will Osgathorpe","id":"19290"},"Users":[]},{"Name":{"pronunciation":"NICK-uh-low mull-ih-TARE-oh","audio_file":"nicolomulatero_1540204465._Mulatero","description":"Men's Soccer","name":"Nicolo Mulatero","id":"19291"},"Users":[]},{"Name":{"pronunciation":"HUN-sake-er","audio_file":"madisonhunsaker_1550255259.mp3","description":"Softball","name":"Madison Hunsaker","id":"20173"},"Users":[]},{"Name":{"pronunciation":"MET-er","audio_file":"kellymetter_1550255287.mp3","description":"Softball","name":"Kelly Metter","id":"20174"},"Users":[]},{"Name":{"pronunciation":"WEBB-er","audio_file":"rachelweber_1550255318.mp3","description":"Softball","name":"Rachel Weber","id":"20175"},"Users":[]},{"Name":{"pronunciation":"JADE-en ab-DOLL-uh","audio_file":"jadanabdallah_1566354325.mp3","description":"Football","name":"Jadan Abdallah","id":"21134"},"Users":[]},{"Name":{"pronunciation":"rhymes with law","audio_file":"jacksonblauw_1566354405.mp3","description":"Football","name":"Jackson Blauw","id":"21135"},"Users":[]},{"Name":{"pronunciation":"COE-bee","audio_file":"kobebrandt_1566354436.mp3","description":"Football","name":"Kobe Brandt","id":"21136"},"Users":[]},{"Name":{"pronunciation":"BUD-my-er","audio_file":"carsonbuddemeyer_1566354468.mp3","description":"Football","name":"Carson Buddemeyer","id":"21137"},"Users":[]},{"Name":{"pronunciation":"bur-KET","audio_file":"grantburkett_1566354502.mp3","description":"Football","name":"Grant Burkett","id":"21138"},"Users":[]},{"Name":{"pronunciation":"jah-KWEZ","audio_file":"jacquezcarter_1566354543.mp3","description":"Football","name":"Jacquez Carter","id":"21139"},"Users":[]},{"Name":{"pronunciation":"EAT-min","audio_file":"lucaseatmin_1566354574.mp3","description":"Football","name":"Lucas Eatmin","id":"21140"},"Users":[]},{"Name":{"pronunciation":"GILL-foy","audio_file":"jordanguilfoy_1566354615.mp3","description":"Football","name":"Jordan Guilfoy","id":"21141"},"Users":[]},{"Name":{"pronunciation":"ZIE-on","audio_file":"zionhardy_1566354646.mp3","description":"Football","name":"Zion Hardy","id":"21142"},"Users":[]},{"Name":{"pronunciation":"HESSY-fort","audio_file":"nickhessefort_1566354688.mp3","description":"Football","name":"Nick Hessefort","id":"21143"},"Users":[]},{"Name":{"pronunciation":"LOVE-lace","audio_file":"tylerlovelace_1566354724.mp3","description":"Football","name":"Tyler Lovelace","id":"21144"},"Users":[]},{"Name":{"pronunciation":"KNEEL-son","audio_file":"nicknielsen_1566354754.mp3","description":"Football","name":"Nick Nielsen","id":"21145"},"Users":[]},{"Name":{"pronunciation":"WARD-law","audio_file":"justinwardlaw_1566354818.mp3","description":"Football","name":"Justin Wardlaw","id":"21146"},"Users":[]},{"Name":{"pronunciation":"KIE-lin","audio_file":"kylinwashington_1566354873.mp3","description":"Football","name":"Kylin Washington","id":"21147"},"Users":[]},{"Name":{"pronunciation":"asia","audio_file":"azyahgreen_1566355086.mp3","description":"Volleyball","name":"Azyah Green","id":"21148"},"Users":[]},{"Name":{"pronunciation":"suh-RAW-bee","audio_file":"sarabiworsley-gilbert_1566355126.mp3","description":"Volleyball","name":"Sarabi Worsley-Gilbert","id":"21149"},"Users":[]},{"Name":{"pronunciation":"uh-MOCK-uh uh-GOO-gwuh","audio_file":"amakaagugua-hamilton_1575379361.mp3","description":"Head Coach","name":"Amaka Agugua-Hamilton","id":"22878"},"Users":[]},{"Name":{"pronunciation":"ah-WHO-me-bay","audio_file":"ikahumibe_1616333936._Ahumibe","description":"Football","name":"I.K. Ahumibe","id":"24205"},"Users":[]},{"Name":{"pronunciation":"CON-er","audio_file":"kaunorashley_1599820547.mp3","description":"Football","name":"Kaunor Ashley","id":"24206"},"Users":[]},{"Name":{"pronunciation":"BORE-inn","audio_file":"brockborin_1599820581.mp3","description":"Football","name":"Brock Borin","id":"24207"},"Users":[]},{"Name":{"pronunciation":"MON-tray BRAZZ-well","audio_file":"montraebraswell_1599820622.mp3","description":"Football","name":"Montrae Braswell","id":"24208"},"Users":[]},{"Name":{"pronunciation":"todge","audio_file":"tahjchambers_1599820657.mp3","description":"Football","name":"Tahj Chambers","id":"24209"},"Users":[]},{"Name":{"pronunciation":"COLE-vin","audio_file":"andrewcolvin_1599820693.mp3","description":"Football","name":"Andrew Colvin","id":"24210"},"Users":[]},{"Name":{"pronunciation":"TRAY-see","audio_file":"trakecicooper_1599820732.mp3","description":"Football","name":"Tra'Keci Cooper","id":"24211"},"Users":[]},{"Name":{"pronunciation":"DEV-in GORE-ee","audio_file":"devingoree_1599820764.mp3","description":"Football","name":"Devin Goree","id":"24212"},"Users":[]},{"Name":{"pronunciation":"duh-VON-tay","audio_file":"dvontekey_1599820795.mp3","description":"Football","name":"DVonte Key","id":"24213"},"Users":[]},{"Name":{"pronunciation":"key-VON luh-TOO-liss","audio_file":"kevonlatulas_1599820844.mp3","description":"Football","name":"Kevon Latulas","id":"24214"},"Users":[]},{"Name":{"pronunciation":"muh-COW-skee","audio_file":"ethanmackowski_1599820886.mp3","description":"Football","name":"Ethan Mackowski","id":"24215"},"Users":[]},{"Name":{"pronunciation":"Sell-din","audio_file":"celdonmanning_1599820922.mp3","description":"Football","name":"Celdon Manning","id":"24216"},"Users":[]},{"Name":{"pronunciation":"FAIR-in man-uh-lay-lay-OOH-uh","audio_file":"ferrinmanuleleua_1599820966.mp3","description":"Football","name":"Ferrin Manuleleua","id":"24217"},"Users":[]},{"Name":{"pronunciation":"KEY-shon","audio_file":"keshunparker_1599822063.mp3","description":"Football","name":"Keshun Parker","id":"24218"},"Users":[]},{"Name":{"pronunciation":"KY-roe","audio_file":"cairopayne_1599822106.mp3","description":"Football","name":"Cairo Payne","id":"24219"},"Users":[]},{"Name":{"pronunciation":"DARE-ee-us PEER-saul","audio_file":"darriaspearsall_1599822145.mp3","description":"Football","name":"Darrias Pearsall","id":"24220"},"Users":[]},{"Name":{"pronunciation":"sigh-DELL","audio_file":"jakeseidel_1599822186.mp3","description":"Football","name":"Jake Seidel","id":"24221"},"Users":[]},{"Name":{"pronunciation":"juh-VEE-oh","audio_file":"javeotolliver_1599822221.mp3","description":"Football","name":"Ja'Veo Toliver","id":"24222"},"Users":[]},{"Name":{"pronunciation":"ULL-rick","audio_file":"bryantulrich_1599822257.mp3","description":"Football","name":"Bryant Ulrich","id":"24223"},"Users":[]},{"Name":{"pronunciation":"TIE-ler","audio_file":"tylarwiltz_1599822319.mp3","description":"Football","name":"Tylar Wiltz","id":"24224"},"Users":[]},{"Name":{"pronunciation":"so-ghee-uh-LOE-fuh","audio_file":"paulsogialofa_1600017865.mp3","description":"Football","name":"Paul Sogialofa","id":"24320"},"Users":[]},{"Name":{"pronunciation":"ROCK-uh","audio_file":"paigerocca_1600035955.mp3","description":"Women's Basketball","name":"Paige Rocca","id":"24323"},"Users":[]},{"Name":{"pronunciation":"uh-LIE-shuh","audio_file":"alysiahbond_1600036040.mp3","description":"Women's Basketball","name":"Alysiah Bond","id":"24324"},"Users":[]},{"Name":{"pronunciation":"jan-KOSS-kuh","audio_file":"torijankoska_1600036077.mp3","description":"Women's Basketball","name":"Tori Jankoska","id":"24325"},"Users":[]},{"Name":{"pronunciation":"crawl","audio_file":"michaelacrall_1600036115.mp3","description":"Women's Basketball","name":"Michaela Crall","id":"24326"},"Users":[]},{"Name":{"pronunciation":"my-COE-vee-ack","audio_file":"davidmyckowiak_1600036182.mp3","description":"Video Coordinator","name":"David Myckowiak","id":"24327"},"Users":[]},{"Name":{"pronunciation":"CROOK-shank","audio_file":"bencruikshank_1600036220.mp3","description":"Baseball","name":"Ben Cruikshank","id":"24328"},"Users":[]},{"Name":{"pronunciation":"YING-ger","audio_file":"haydenjuenger_1600036252.mp3","description":"Baseball","name":"Hayden Juenger","id":"24329"},"Users":[]},{"Name":{"pronunciation":"kuh-T(OW)-skee","audio_file":"dakotakotowski_1600036290.mp3","description":"Baseball","name":"Dakota Kotowski","id":"24330"},"Users":[]},{"Name":{"pronunciation":"MOZE-lee","audio_file":"blakemozley_1600036324.mp3","description":"Baseball","name":"Blake Mozley","id":"24331"},"Users":[]},{"Name":{"pronunciation":"SHRAY-der","audio_file":"coleschroeder_1600036376.mp3","description":"Baseball","name":"Cole Schroeder","id":"24332"},"Users":[]},{"Name":{"pronunciation":"TOM-uh-zin","audio_file":"loganthomazin_1600036413.mp3","description":"Baseball","name":"Logan Thomazin","id":"24333"},"Users":[]},{"Name":{"pronunciation":"VERT-ull","audio_file":"jaredviertel_1600036444.mp3","description":"Baseball","name":"Jared Viertel","id":"24334"},"Users":[]},{"Name":{"pronunciation":"ZIG-ler","audio_file":"gregziegler_1600036503.mp3","description":"Baseball","name":"Greg Ziegler","id":"24335"},"Users":[]},{"Name":{"pronunciation":"larr","audio_file":"lindsaylahr_1600036718.mp3","description":"Volleyball","name":"Lindsay Lahr","id":"24336"},"Users":[]},{"Name":{"pronunciation":"luh-TREE-vuh","audio_file":"latrevakennedy_1600036856.mp3","description":"Volleyball","name":"La'Treva Kennedy","id":"24337"},"Users":[]},{"Name":{"pronunciation":"POLE-kuh-vitch","audio_file":"teaganpolcovich_1600036895.mp3","description":"Volleyball","name":"Teagan Polcovich","id":"24338"},"Users":[]},{"Name":{"pronunciation":"WIM-hay-ner","audio_file":"katiewemhoenerhold_1628959698._Wemhoener","description":"Volleyball","name":"Katie Wemhoener","id":"24339"},"Users":[]},{"Name":{"pronunciation":"FREED-land","audio_file":"russfriedland_1600036990.mp3","description":"Associate Head Coach","name":"Russ Friedland","id":"24340"},"Users":[]},{"Name":{"pronunciation":"ZIG-un-bine","audio_file":"treyziegenbein_1600791095. Ziegenbein","description":"Baseball","name":"Trey Ziegenbein","id":"24455"},"Users":[]},{"Name":{"pronunciation":"gross","audio_file":"spencergrosz_1614134935.mp3","description":"Football","name":"Spencer Grosz","id":"25519"},"Users":[]},{"Name":{"pronunciation":"juh-KEEL","audio_file":"jakaeljackson_1614134970.mp3","description":"Football","name":"Jakael Jackson","id":"25520"},"Users":[]},{"Name":{"pronunciation":"tuh-BUY-iss","audio_file":"tobiaslittle_1614135024.mp3","description":"Football","name":"Tobias Little","id":"25521"},"Users":[]},{"Name":{"pronunciation":"kie-REEK","audio_file":"kyriqmcdonald_1614135261.mp3","description":"Football","name":"Kyriq McDonald","id":"25522"},"Users":[]},{"Name":{"pronunciation":"sue-lee-OFF-oo","audio_file":"ryansuliafu_1614135354.mp3","description":"Football","name":"Ryan Suliafu","id":"25523"},"Users":[]},{"Name":{"pronunciation":"tee-uh-vah-SUE-ay","audio_file":"rontiavaasue_1636374150._Tiavaasue","description":"Football","name":"Ron Tiavaasue","id":"25524"},"Users":[]},{"Name":{"pronunciation":"CRAY-beel","audio_file":"oliviakrehbiel_1614135542.mp3","description":"Softball","name":"Olivia Krehbiel","id":"25525"},"Users":[]},{"Name":{"pronunciation":"mick-CORK-ull","audio_file":"meaganmccorkell_1614135613.mp3","description":"Softball","name":"Meagan McCorkell","id":"25526"},"Users":[]},{"Name":{"pronunciation":"MULE-er","audio_file":"anniemueller_1614135661.mp3","description":"Softball","name":"Annie Mueller","id":"25527"},"Users":[]},{"Name":{"pronunciation":"ee-BAR-gwin","audio_file":"manuelaibarguen_1628959638.mp3","description":"Volleyball","name":"Manuela Ibarguen","id":"26591"},"Users":[]},{"Name":{"pronunciation":"CAL-ee OH-tek","audio_file":"calyotec_1628959673.mp3","description":"Volleyball","name":"Caly Otec","id":"26592"},"Users":[]},{"Name":{"pronunciation":"ee-fun-EYE-uh WAH-choo-koo","audio_file":"ifunanyanwachukwu_1636373264.mp3","description":"Women's Basketball","name":"Ifunanya Nwachukwu","id":"28793"},"Users":[]},{"Name":{"pronunciation":"dell-uh-roo","audio_file":"isabelledelarue_1636373309.mp3","description":"Women's Basketball","name":"Isabelle Delarue","id":"28794"},"Users":[]},{"Name":{"pronunciation":"EH-zay","audio_file":"jenniferezeh_1636373350.mp3","description":"Women's Basketball","name":"Jennifer Ezeh","id":"28795"},"Users":[]}],"earit_ads":"","earit_type":"sidearm_tweak","earit_special_font":"NO"} 
var earit_jQuery ;
/* getjQuery if not already installed */
function earit_getjQuery() {
	//getting jQuery if not already present	
	//script file is loaded asynchronously 
	//IE does not support proper event firing when loading is finished asynchronously, using jquery before loading fires an error
	var earit_head = document.getElementsByTagName('HEAD').item(0);
	var earit_jqueryScript= document.createElement("script");
	earit_jqueryScript.type = "text/javascript";
	earit_jqueryScript.src=earit_data.earit_url+"names/jquery";
	earit_head.appendChild(earit_jqueryScript);
}
/*Assigning no-conflict mode to jquery wheneever client's site use jquery below 1.4.3 or client's site doesnot use jquery.
*noConflict has been used so that if site has 2 or more version of jquery both of them do not get conflicted with each other.
*/
function earit_noconflict()
{
	earit_jQuery = jQuery.noConflict(true);
	earit_init()
}

/* the ear it application initialization */
function earit_init() {
	//earit_jQuery = jQuery.noConflict(true);
	earit_initReplaceText(); /* initialize replace text plugin */
	earit_initpopup();
	var ua = window.navigator.userAgent;
    var msie = ua.indexOf ( "MSIE " );
    /*
	* Loading javascript using  "earit_jQuery(window).load(function()"
	* does not load javascript in IE which gets load if we use "earit_jQuery(window).load(new function()"
	* But "earit_jQuery(window).load(new function()" generates 'Event handeler' error for Chrome and Firefox
	* so, as Solution if browser is IE then use "earit_jQuery(window).load(new function()"
	* otherwise use "earit_jQuery(window).load(function()"
	*/
	if ( msie > 0 )   
	{
	//check for IE10
		if(navigator.appVersion.indexOf("MSIE 10.") === -1){
			if(earit_jQuery.isFunction(window.load)){
				earit_jQuery(window).load(new function() {
					if(!earit_replaced){
						earit_replace();
					}
				});
			}else{
				earit_jQuery(window).on('load',new function() {
					if(!earit_replaced){
						earit_replace();
					}
				});
			}
		} else {
			if(earit_jQuery.isFunction(window.load)){
				earit_jQuery(window).load(function() {
					if(!earit_replaced){
						earit_replace();
					}
				});
			}else{
				earit_jQuery(window).on("load",function() {
					if(!earit_replaced){
						earit_replace();
					}
				});
			}
		}
	}
	else
	{
		if(earit_jQuery.isFunction(window.load)){
			earit_jQuery(window).load(function() {
				if(!earit_replaced){
					earit_replace();
				}
			});
		}else{
			earit_jQuery(window).on("load",function() {
				if(!earit_replaced){
					earit_replace();
				}
			});
		}
	}
	if(parseInt(earit_jQuery.fn.jquery) >= 3) {
		earit_jQuery(window).on("load",function(e) {
			if(!earit_replaced){
				earit_replace();
			}
		});
	}
}
/* get the ear icon code */
function earit_getEarIcon(earit_name, earit_index) {

	earit_name = earit_name.replace(/\\u00a0/g, " ");
	earit_name = earit_name.replace("\\", "");
	
	return earit_name+"<img class='earit_icon_image "+ earit_data.earit_icon_class +"' src='"+ earit_data.earit_icon_url+"' alt='Hear how to pronounce "+earit_name.replace("<i></i>", "")+"' role='button' tabindex='0' onclick='earit_play(event)' onKeyDown='if(event.keyCode==13) {earit_play(event)};' onmouseover='earit_show_popup(this, \""+earit_index+"\")' onmouseout='earit_settimer("+earit_icon_timeout+")'   onfocus='earit_show_popup(this, \""+earit_index+"\")'  onblur='earit_settimer("+earit_icon_timeout+");' />";
}

/* replace the names with names + ear icons  */
function earit_replace() {
	
	for(var earit_i=0; earit_i < earit_data.earit_names.length; earit_i++)
	{
		var earit_placement = earit_data.earit_first_name_only;
		var earit_selector = "body ";
		var earit_alltags = "div,p,span,td,b,aside,bdi,bdo,datalist,details,dt,i,li,strong,u,font,a";		
		var earit_replacesettings = "gi";
		var earit_first_occurance_only = false;
		if(earit_placement == "0") {
			earit_selector += earit_alltags;
		}
		else if(earit_placement == "1") {
			earit_selector += ":header";
		}
		else if(earit_placement == "2") {
			earit_replacesettings = "i";
			earit_selector += earit_alltags;
			earit_first_occurance_only = true;
		}
		else {
			earit_selector += "*";
		}
		var earit_regex = new RegExp(earit_data.earit_names[earit_i].Name.name,earit_replacesettings);
		// Assign publisher name to global variable to use inside replaceText plugin
		earit_publisher_name = earit_data.earit_username;			
		/*
		* If the website type is 'sidearm',replace name with name + icon only for table having class roster_dgrd 
		* and tr having class roster_dgrd_item 
		* If the website type is 'sidearm' replace text  we add <i></i> between the name for this  type
		* Special case
		*/
		
		if(earit_data.earit_type === 'sidearm')
		{
			
			if(earit_is_mobile()){
				var earit_roster_name = earit_data.earit_names[earit_i].Name.name;
				earit_roster_name = earit_roster_name.replace("<i></i>", "");
				
				earit_jQuery(".roster-player-container .roster-name").each(function(){ 
                       earit_jQuery(this).html(earit_jQuery(this).html().replace(earit_roster_name, earit_getEarIcon(earit_roster_name, earit_i)));
				});	
			}else{
				
				if(earit_data.earit_username === 'Binghamton'){
					
						earit_jQuery("tr.default_dgrd_item a").each(function(){ 
						   earit_jQuery(this).html(earit_jQuery(this).html().replace(earit_data.earit_names[earit_i].Name.name, earit_getEarIcon(earit_data.earit_names[earit_i].Name.name, earit_i)));				 
						});
						earit_jQuery("tr.default_dgrd_alt a").each(function(){ 
							   earit_jQuery(this).html(earit_jQuery(this).html().replace(earit_data.earit_names[earit_i].Name.name, earit_getEarIcon(earit_data.earit_names[earit_i].Name.name, earit_i)));
						});	
						
				}
				
				else if(earit_data.earit_username === 'kansas'){
				
							if((earit_client_url.indexOf("wsoc")>0)){
									earit_jQuery("tr.default_dgrd_item a[href*='roster.aspx']").each(function(){ 
											   earit_jQuery(this).html(earit_jQuery(this).html().replace(earit_data.earit_names[earit_i].Name.name, earit_getEarIcon(earit_data.earit_names[earit_i].Name.name, earit_i)));				 
											});
											earit_jQuery("tr.default_dgrd_alt a[href*='roster.aspx']").each(function(){ 
												   earit_jQuery(this).html(earit_jQuery(this).html().replace(earit_data.earit_names[earit_i].Name.name, earit_getEarIcon(earit_data.earit_names[earit_i].Name.name, earit_i)));
											});	
							}else{

											earit_jQuery("tr.default_dgrd_item a[href*='roster.aspx']").each(function(){ 
													earit_jQuery(this).html(earit_jQuery(this).html().replace(earit_data.earit_names[earit_i].Name.name, earit_getEarIcon(earit_data.earit_names[earit_i].Name.name, earit_i)));				 
											});
											earit_jQuery("tr.default_dgrd_alt a[href*='roster.aspx']").each(function(){ 
												   earit_jQuery(this).html(earit_jQuery(this).html().replace(earit_data.earit_names[earit_i].Name.name, earit_getEarIcon(earit_data.earit_names[earit_i].Name.name, earit_i)));
											});	
									
											var earit_replaced = earit_jQuery("tr.default_dgrd_item a[href*='coaches.aspx']").replaceText( earit_regex, earit_getEarIcon(earit_data.earit_names[earit_i].Name.name, earit_i),earit_first_occurance_only, false );			
											//var earit_replaced = earit_jQuery("tr.default_dgrd_item a[href*='coaches.aspx']").replaceText( earit_regex, earit_getEarIcon(earit_data.earit_names[earit_i].Name.name, earit_i),earit_first_occurance_only, false );
		
							}
	
					}else if(earit_data.earit_username === 'MoState'){
						
						earit_jQuery("th.sidearm-table-player-name a[href*='roster.aspx']").each(function(){ 
													earit_jQuery(this).html(earit_jQuery(this).html().replace(earit_data.earit_names[earit_i].Name.name, earit_getEarIcon(earit_data.earit_names[earit_i].Name.name, earit_i)));				 
											});
											earit_jQuery("th a[href*='coaches.aspx']").each(function(){ 
												   earit_jQuery(this).html(earit_jQuery(this).html().replace(earit_data.earit_names[earit_i].Name.name, earit_getEarIcon(earit_data.earit_names[earit_i].Name.name, earit_i)));
											});	
				
					} else if(earit_data.earit_username === 'ISUAC'){
							
								//Check if user name is 'ISUAC' then find name from P and TH tag and replace it
						var earit_replaced = earit_jQuery("p a").replaceText( earit_regex, earit_getEarIcon(earit_data.earit_names[earit_i].Name.name, earit_i),earit_first_occurance_only, false );			
						var earit_replaced = earit_jQuery("th a").replaceText( earit_regex, earit_getEarIcon(earit_data.earit_names[earit_i].Name.name, earit_i),earit_first_occurance_only, false );			
						var earit_replaced = earit_jQuery("div.sidearm-roster-coach-name p").replaceText( earit_regex, earit_getEarIcon(earit_data.earit_names[earit_i].Name.name, earit_i),earit_first_occurance_only, false );
					
					}else{
					
						earit_jQuery("tr.default_dgrd_item a[href*='roster.aspx']").each(function(){ 
							earit_jQuery(this).html(earit_jQuery(this).html().replace(earit_data.earit_names[earit_i].Name.name, earit_getEarIcon(earit_data.earit_names[earit_i].Name.name, earit_i)));				 
						});
						earit_jQuery("tr.default_dgrd_item a[href*='coaches.aspx']").each(function(){ 
							earit_jQuery(this).html(earit_jQuery(this).html().replace(earit_data.earit_names[earit_i].Name.name, earit_getEarIcon(earit_data.earit_names[earit_i].Name.name, earit_i)));				 
						});
						earit_jQuery("tr.default_dgrd_alt a[href*='roster.aspx']").each(function(){ 
							   earit_jQuery(this).html(earit_jQuery(this).html().replace(earit_data.earit_names[earit_i].Name.name, earit_getEarIcon(earit_data.earit_names[earit_i].Name.name, earit_i)));
						});	
						earit_jQuery("tr.default_dgrd_alt a[href*='coaches.aspx']").each(function(){ 
							   earit_jQuery(this).html(earit_jQuery(this).html().replace(earit_data.earit_names[earit_i].Name.name, earit_getEarIcon(earit_data.earit_names[earit_i].Name.name, earit_i)));
						});
						
					}
				
				}	
				if(earit_data.earit_username === 'HailState'){
				earit_jQuery("div.sidearm-roster-grid-template-1 a").each(function(){ 
													earit_jQuery(this).html(earit_jQuery(this).html().replace(earit_data.earit_names[earit_i].Name.name, earit_getEarIcon(earit_data.earit_names[earit_i].Name.name, earit_i)));				 
											});
				}
		}
		else if( (earit_data.earit_type === 'cbssports_roster_only') && (earit_is_mobile()) && (!earit_data.earit_username === 'auburn'))
		{
			
			var earit_roster_name = earit_data.earit_names[earit_i].Name.name;
				earit_roster_name = earit_roster_name.replace("\\", "");
				earit_jQuery(".roster-name").each(function(){ 
                       earit_jQuery(this).html(earit_jQuery(this).html().replace(earit_roster_name, earit_getEarIcon(earit_roster_name, earit_i)));
				});	
		}
		else if(earit_data.earit_type === 'cbssports')
		{  
			var earit_replaced = earit_jQuery("table td *").replaceText( earit_regex, earit_getEarIcon(earit_data.earit_names[earit_i].Name.name, earit_i),earit_first_occurance_only, false );

		}
		else if(earit_data.earit_type === 'prestosports') 
		{  
			var earit_replaced = earit_jQuery("div#mainbody *").replaceText( earit_regex, earit_getEarIcon(earit_data.earit_names[earit_i].Name.name, earit_i),earit_first_occurance_only,false);
			var earit_replaced = earit_jQuery("main#mainbody *").replaceText( earit_regex, earit_getEarIcon(earit_data.earit_names[earit_i].Name.name, earit_i),earit_first_occurance_only,false);

		}
		else if(earit_data.earit_type === 'prestosports2') 
		{  
			var earit_replaced = earit_jQuery("div#main-wrapper *").replaceText( earit_regex, earit_getEarIcon(earit_data.earit_names[earit_i].Name.name, earit_i),earit_first_occurance_only,false);
			var earit_replaced = earit_jQuery("main#main-wrapper *").replaceText( earit_regex, earit_getEarIcon(earit_data.earit_names[earit_i].Name.name, earit_i),earit_first_occurance_only,false);

		}
		else if(earit_data.earit_type == 'sidearm_tweak')
		{
			//if(earit_data.earit_username == 'Hofstra'){
				var earit_name = earit_data.earit_names[earit_i].Name.name;
				//earit_name= earit_name.trim(earit_name);
				earit_name = earit_name.toString();
				earit_name = earit_jQuery.trim(earit_name);
				earit_roster_name = earit_name.replace("  ", ' ');
				var nameArr = earit_roster_name.split(" ");
					if(nameArr.length >= 2){
						if(earit_name == "Esaí R. Vélez" || earit_name == "Sarah Catherine Herndon" || earit_name == "Ana Sofia Rodriguez"){
							nameArr[0] = nameArr[0] + " " + nameArr[1];
							nameArr[1] = nameArr[2];
							nameArr.pop();
						}
			/*			if(nameArr[0].indexOf('.') !== -1){
							earit_regex = new RegExp(nameArr[0],earit_replacesettings);
						}else{ */
							var tempName = nameArr[0].replace("(","\(");
							tempName = tempName.replace(")","\)");
						    earit_regex = new RegExp("(\\s|^)"+tempName+"(\\s|$)",earit_replacesettings);
			/*			} */
						var newname = nameArr[0]+" ";
						var earit_replaced = earit_jQuery(".sidearm-roster-player-first-name").replaceText(earit_regex,newname,earit_first_occurance_only, false);
						if(earit_first_name_found == true){
							if(nameArr.length > 2){
								nameArr.shift();
							}
							else{
								nameArr[0] = nameArr[1];
								nameArr.shift();
							}
							var original_name = nameArr.join(" ");
							var earit_name_arr = nameArr.join(" ");
							earit_name_arr = earit_name_arr.toLowerCase().replace(/\b[a-z]/g, function(letter) {
							return letter.toUpperCase();
							});
			/*				if(earit_name_arr.indexOf('.') !== -1){
							    earit_regex = new RegExp(earit_name_arr,earit_replacesettings);
						    }else{ */
						        earit_regex = new RegExp("(\\s|^)"+earit_name_arr+"(\\s|$)",earit_replacesettings);
			/*			    } */
							var earit_replaced = earit_jQuery(".sidearm-roster-player-last-name").replaceText(earit_regex,earit_getEarIcon(original_name, earit_i),earit_first_occurance_only, false);
							earit_first_name_found = false;
						}
			/*			if(earit_name.indexOf('.') !== -1){
							earit_regex = new RegExp(earit_name,earit_replacesettings);
						}else{ */
							var tempName = earit_name.replace("\(","\\(");
							tempName = tempName.replace("\)","\\)");
						    earit_regex = new RegExp("(\\s|^)"+tempName+"(\\s|$)",earit_replacesettings);
						    // earit_regex = new RegExp("(\\s|^)"+earit_name+"(\\s|$)",earit_replacesettings);
			/* 			}	*/
						var earit_replaced = earit_jQuery("td a").replaceText( earit_regex, earit_getEarIcon(earit_name, earit_i),earit_first_occurance_only, false );						
						//some sidearm tweak username doesn't have a tag. So, we need to find it in span also
						var earit_replaced = earit_jQuery("td span").replaceText( earit_regex, earit_getEarIcon(earit_name, earit_i),earit_first_occurance_only, false );						
						var earit_replaced = earit_jQuery(".sidearm-roster-player-name a").replaceText( earit_regex, earit_getEarIcon(earit_name, earit_i),earit_first_occurance_only, false );	
						var earit_replaced = earit_jQuery(".sidearm-roster-player-name h3 span").replaceText( earit_regex, earit_getEarIcon(earit_name, earit_i),earit_first_occurance_only, false );	
						var earit_replaced = earit_jQuery("div.sidearm-roster-coach-name p").replaceText( earit_regex, earit_getEarIcon(earit_name, earit_i),earit_first_occurance_only, false );
						var earit_replaced = earit_jQuery("td.hometownhighschool").replaceText( earit_regex, earit_getEarIcon(earit_name, earit_i),earit_first_occurance_only, false );
					}
				else{ 
					var earit_replaced = earit_jQuery(earit_selector).replaceText( earit_regex, earit_getEarIcon(earit_data.earit_names[earit_i].Name.name, earit_i),earit_first_occurance_only, false );		
					//var earit_replaced = earit_jQuery("td a").replaceText( earit_regex, earit_getEarIcon(earit_name, earit_i),earit_first_occurance_only, false );						
					//var earit_replaced = earit_jQuery(".sidearm-roster-player-name p a").replaceText( earit_regex, earit_getEarIcon(earit_name, earit_i),earit_first_occurance_only, false );		
					//var earit_replaced = earit_jQuery("div.sidearm-roster-coach-name p").replaceText( earit_regex, earit_getEarIcon(earit_name, earit_i),earit_first_occurance_only, false );		
					}
			//}
			
		}
	else
		{ 
			var earit_replaced = earit_jQuery(earit_selector).replaceText( earit_regex, earit_getEarIcon(earit_data.earit_names[earit_i].Name.name, earit_i),earit_first_occurance_only, false );		
		}
	}
	return true;
}

/*get pop-up box  and insert the hidden box into the page */
function earit_initpopup() {
	earit_jQuery('.earit_popup').appendTo("body");
	var earit_browser_version = earit_check_browser();
	var data = '<style>';
	if(earit_data.earit_special_font == "YES"){
		data += '@font-face {font-family: "New Hocak";src: url(https://earit2.thenameengine.com/app/webroot/font/newhocak.eot);src: url(https://earit2.thenameengine.com/app/webroot/font/NewHocak.ttf) format("truetype");}.earit_new_hocak{ font-family: "New Hocak", Arial, Geneva, Times New Roman !important;}';
	}
	data += '.earit_mid table{display: table;} .earit_popup {display:none;position:absolute;z-index:9999;text-align:left;line-height: 1em !important;}.earit_popup * {margin:0px; padding: 0px;} .earit_popup td {font-family: Arial, Helvetica, sans-serif; border: none !important;}.earit_client_logo{vertical-align: top!important;} .earit_popup div {font-family: Arial, Helvetica, sans-serif; } .earit_main {padding: 0px;margin: 0px;width: 280px;font-family: Arial, Helvetica, sans-serif;font-size: 9pt;position:relative;}.earit_head {height:14px; width: 280px;}.earit_foot {	height:13px; width: 280px; margin-top: 0px;}img.earit_foot_image{vertical-align:baseline !important;}.earit_mid {	background-image: url("https://earit2.thenameengine.com/img/popupmid.png");background-repeat: repeat-y;padding: 0px 12px;}.earit_ads {text-align:center}.earit_logo {font-size: 8px !important;text-transform:uppercase;color: #999999;text-align: right;padding: 2px 5px 3px 2px;vertical-align: bottom;line-height: 1em;}.earit_logo_img {display:inline;width: 54px;position:relative;top:2px;border:0px;vertical-align:baseline;}.earit_tagline {background-color: #94191D;color: #ffffff;padding: 3px;font-weight: bold;font-size: 9pt;text-align: left !important;line-height: 15px !important}.earit_player { height: 85px; }.earit_name { padding: 3px 3px 0px 3px; padding-top: 7px; display:block; line-height: 1em !important; text-align: left !important;font-size: 11pt !important}.earit_pronunciation { line-height: 1em !important;padding: 0px 3px 0px 3px; font-size: 10pt !important; text-align:left !important;}#tne_play{width:0px;}.earit_description { padding: 21px 3px 0px 3px; color: #555555; font-size: 10pt !important;text-align:left !important;line-height: normal !important; <!-- vertical-align: top; --> } img.earit_icon_image {margin-left:2px !important;margin: 0px; padding: 0px !important; border: 0px none #000 !important; padding-left: 1px !important; display:inline !important; cursor: pointer !important; vertical-align: baseline !important;}.earit_close { position:absolute; top: 8px; right: 8px; background:none; border:none; }.name_earit{display:inline-block;}@media(max-width:768px){img.earit_icon_image{max-width:14px !important}img.svg-small{max-width:8px !important;}}.svg-small{max-width:8px !important;}</style><div class="earit_main" id="earit_main"><div class="earit_head"><img src="https://earit2.thenameengine.com/img/popuphead.png" class="earit_head_image" alt="Header"/></div><div class="earit_mid"><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td rowspan="4" valign="top" style="width:55px;" class="earit_client_logo"></td><td colspan="2" class="earit_logo"> POWERED BY <a href="http://www.thenameengine.com/ear-it" target="_blank"><img src="https://earit2.thenameengine.com/img/thenameengine.png" alt="thenameengine.com" class="earit_logo_img" /></a></td></tr><tr><td colspan="2" class="earit_tagline" alt="footer_img"> Pronunciation Guide</td></tr><tr><td class="name_earit" valign="top" >	<div id="earit_name" class="earit_name earit_new_hocak"></div><div id="earit_pronunciation" class="earit_pronunciation earit_new_hocak"></div><div id="earit_description" class="earit_description earit_new_hocak"></div></td><td rowspan="2" class="earit_player" style="width:75px" valign="top"><a href="javascript:void(0)" onclick="earit_play(event)"><img class="earit_player_image" src="https://earit2.thenameengine.com/img/player.jpg" alt="Click here to hear pronunciation"/></a>';
	/*For IE 8 add embed tag and for others add audio tag*/
	if(earit_browser_version == 8){
		data += '<embed id="tne_play" type="audio/mpeg" autostart="false" loop="false"></embed>';
	}else{
		data += '<audio id="tne_play" type="audio/mpeg" preload="auto"><source id="tne_player" src="" type="audio/mpeg"></audio>';
	}
	data += '</td></tr><tr><td  valign="top"></td></tr></table><div class="earit_ads"></div></div><div class="earit_foot"><img src="https://earit2.thenameengine.com/img/popupfoot.png" class="earit_foot_image" alt="Footer" /></div><button class="earit_close" onclick="earit_hidepopup()"><img src="https://earit2.thenameengine.com/img/close.gif" style="width:12px" alt="Close"/></button></div>';
	earit_jQuery('#earit_popup').html(data);

	earit_jQuery('.earit_tagline').css('background-color',earit_data.earit_popup_color);
	earit_jQuery('.earit_client_logo').html('<img src="'+earit_data.earit_logo+'" style="padding-right: 5px;" alt="Logo" />');
	if(earit_data.earit_show_add == "0"){

		if(earit_data.earit_ads)
		{
			earit_jQuery('.earit_ads').html(earit_data.earit_ads);
		}
		else
		{
			earit_jQuery('.earit_ads').html("<div style='background-color:#E0E0E0;width:100%; height: 50px;color: #555555;'><div style='text-align:center;padding-top: 20px;'>SPONSOR AD</div></div>");
		}
	}
	else{
			earit_jQuery('.earit_ads').css('height','0px');


	}
		earit_jQuery('.earit_popup').blur( function (e) {
		if (!e) var e = window.event;
		e.cancelBubble = true;
		if (e.stopPropagation) e.stopPropagation();
		if(e.relatedTarget) ele =  e.relatedTarget.id;
		else if(e.srcElement) ele = e.srcElement.id;		
		if(ele != "earit_main"){ 
			earit_settimer(earit_popup_timeout); 
		}				
	});	

	earit_jQuery('.earit_popup').mouseout( function (e) {
		if (!e) var e = window.event;
		e.cancelBubble = true;
		if (e.stopPropagation) e.stopPropagation();
		if(e.relatedTarget) ele =  e.relatedTarget.id;
		else if(e.srcElement) ele = e.srcElement.id;		
		if(ele != "earit_main"){ 
			earit_settimer(earit_popup_timeout); 
		}				
	});
	earit_jQuery('.earit_popup').mouseover( function (e) {
		earit_removetimer();
		earit_jQuery('.earit_popup').show();
	});
	
	earit_jQuery('.earit_popup').focus( function (e) {
		earit_removetimer();
		earit_jQuery('.earit_popup').show();
	});				


}
/*show the pop-up */
function earit_show_popup(earit_icon, earit_index) {	 
	earit_removetimer();
	var earit_name = earit_data.earit_names[earit_index].Name; 
	earit_name.name = earit_name.name.replace(/\\u00a0/g, " ");
	earit_name.name = earit_name.name.replace("\\", "");
	earit_name.name = earit_name.name.replace(/\s*;\s*/,"");
	earit_name.description = earit_name.description.replace("\\", "");
	earit_name.pronunciation = earit_name.pronunciation.replace("\\", "");
	
	earit_jQuery('.earit_name').html(earit_name.name);
	earit_jQuery('.earit_pronunciation').html(earit_data.earit_names[earit_index].Name.pronunciation); 
	earit_jQuery('.earit_description').html(earit_data.earit_names[earit_index].Name.description);
	
	var src = "https://earit2.thenameengine.com/files/upload/"+earit_data.earit_names[earit_index].Name.audio_file;
	var earit_broswer_version = earit_check_browser();
	/* If app is running on IE8, reove old embed tag and add new embed tag with src attribute*/
	if(earit_broswer_version == 8){
		var parent = earit_jQuery('embed#tne_play').parent();
		var newElement = '<embed src="'+src+'" id="tne_play" showcontrols="false" width="0" height="0" autostart="false" loop="false">';
		earit_jQuery('embed#tne_play').remove();
		parent.append(newElement);
	}else{
		earit_jQuery("#tne_play").attr("src",src);
	}
	


	var earit_position = earit_jQuery(earit_icon).offset();
	var earit_left_current_offset = earit_position.left - earit_jQuery(window).scrollLeft();
	var earit_top_current_offset = earit_position.top - earit_jQuery(window).scrollTop();
	var earit_left = earit_position.left + earit_popup_offsetx;
	var earit_top = earit_position.top + earit_popup_offsety;
	if((earit_popup_width+earit_popup_offsetx) > (earit_jQuery(window).width() - earit_left_current_offset)) {
		earit_left = earit_position.left - (earit_popup_width+earit_popup_offsetx); /* take care of the icon height width here */
	}
	if((earit_popup_height+earit_popup_offsety) > (earit_jQuery(window).height() - earit_top_current_offset)) {
		if(earit_data.earit_show_add == "0"){
			earit_top = earit_position.top - (earit_popup_height1+earit_popup_offsety);
		}
		else
		{
			earit_top = earit_position.top - (earit_popup_height+earit_popup_offsety);
		}
		
		// earit_top = earit_position.top - (160);
	}
		if(earit_jQuery(window).width() < 450){
			
				earit_left =  15;
				
			}
		
	earit_jQuery('.earit_popup').show();
	earit_jQuery('.earit_popup').css("left",earit_left);
	earit_jQuery('.earit_popup').css("top",earit_top);
}
/* set the timer */
function earit_settimer(timeout) {
	try
    {
      clearTimeout(earit_timerid);
    }
    catch(e){}
	earit_timerid = setTimeout(earit_hidepopup, timeout);
}
function earit_removetimer() {
	try
    {
		clearTimeout(earit_timerid);     
	}
    catch(e){}
	//earit_timerid=0;	
}
function earit_hidepopup() {
	earit_jQuery('.earit_popup').hide();
	earit_removetimer();
}
 
function earit_play(e) {

	document.getElementById("tne_play").play();



	if(e.preventDefault)
	{
		e.preventDefault();
		// alert("Enter was pressed was presses");
	}
	else

	{
		e.cancelBubble = true ;
		e.returnValue = false;

	}
}
/*
* returns 8 if app is running on Internet Expolrer 8
*/
function earit_check_browser(){
	var rv = -1; // Return value assumes failure.
	var ua = window.navigator.userAgent;
	var msie = ua.indexOf ( "MSIE " );
	if ( msie > 0 )   
	{
	//If iE8, return 8
		if(navigator.appVersion.indexOf("MSIE 8.") !== -1){
			rv = 8;
		} 
	}
	return rv;
}

/*
* Check app is running on mobile device
*/
function earit_is_mobile(){
	if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) {
		return true;
	}	
	return false;
}

/*
If client belongs to CBS network,they only need to load app on page having mtt as part of URL.Otherwise no need to load app.
*/
var earit_client_url = window.location.href;
if( (earit_data.earit_type === 'sidearm') || 
	(earit_data.earit_type === 'general') ||  
	(earit_data.earit_type === 'sidearm_tweak') ||
	((earit_data.earit_type === 'cbssports') && (earit_client_url.indexOf("/mtt/")>0)) || 
	(earit_data.earit_type === "prestosports") ||
	(earit_data.earit_type === "prestosports2")
	&& 
	((earit_client_url.indexOf("/roster") > 0) || (earit_client_url.indexOf("/bios/") > 0)) ||
	((earit_data.earit_type === 'cbssports_roster_only') && (earit_client_url.indexOf("/mtt/")>0) && (earit_client_url.indexOf("mtt.html") > 0))
)
{
	if(typeof jQuery == 'undefined') {	
		earit_getjQuery();
	}
	else {	
		
		var ur_jquery = jQuery.fn.jquery;
		
		/* "UWbadgers" are using jquery 1.4.2.so,they are getting "Slow lodding"error in IE.
		*  So,as a solution add the jquery on client's site who are using jquery below 1.4.3.
		*/
		if(ur_jquery < '1.4.3')	{
			earit_getjQuery();
		}
		else if(parseInt(ur_jquery) >= 3) {
			//our application doesn't work with jQuery version 3+
			earit_getjQuery();
			earit_noconflict();
		}
		else {
<!-- 			earit_jQuery = $; -->
			earit_jQuery = jQuery;
			earit_init();
		}
	}
}
if(earit_jQuery.isFunction(window.load)){
	earit_jQuery(window).load(function () {
		earit_jQuery("#sidearm-roster-select-template-button").click(function () {
			earit_replace();
		});
	});
}else{
	earit_jQuery(window).on('load',function () {
		earit_jQuery("#sidearm-roster-select-template-button").click(function () {
			earit_replace();
		});
	});
}


