/*!
 * 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 " || new_val == "Dagny run "){
									 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\/ear-black.svg","earit_icon_class":"svg-small","earit_popup_color":"#FF8200","earit_logo":"https:\/\/earit2.thenameengine.com\/img\/upload\/1628346943.png","earit_show_add":"1","earit_username":"Tennessee","earit_names":[{"Name":{"pronunciation":"CON-ell","audio_file":"kirbyconnell_1628368320.mp3","description":"Baseball","name":"Kirby Connell","id":"26170"},"Users":[]},{"Name":{"pronunciation":"de-LASH-mit","audio_file":"christiandelashmit_1628367795.mp3","description":"Baseball","name":"Christian Delashmit","id":"26171"},"Users":[]},{"Name":{"pronunciation":"LUKE LIP-see-us","audio_file":"luclipcuis_1628367848.mp3","description":"Baseball","name":"Luc Lipcius","id":"26172"},"Users":[]},{"Name":{"pronunciation":"JOR-ell","audio_file":"jorelortega_1628367880.mp3","description":"Baseball","name":"Jorel Ortega","id":"26173"},"Users":[]},{"Name":{"pronunciation":"SEE-crist","audio_file":"zandersechrist_1628367916.mp3","description":"Baseball","name":"Zander Sechrist","id":"26174"},"Users":[]},{"Name":{"pronunciation":"sue-uhl","audio_file":"camdensewell_1628367954.mp3","description":"Baseball","name":"Camden Sewell","id":"26175"},"Users":[]},{"Name":{"pronunciation":"STEEN-struh","audio_file":"logansteenstra_1628367995.mp3","description":"Baseball","name":"Logan Steenstra","id":"26176"},"Users":[]},{"Name":{"pronunciation":"AY-doo","audio_file":"jonasaidoo_1628370942.mp3","description":"Men's Basketball","name":"Jonas Aidoo","id":"26177"},"Users":[]},{"Name":{"pronunciation":"DIH-boon-zhay","audio_file":"quentindiboundje_1628371027.mp3","description":"Men's Basketball","name":"Quentin Diboundje","id":"26178"},"Users":[]},{"Name":{"pronunciation":"JAN-sik","audio_file":"brockjancek_1628371079.mp3","description":"Men's Basketball","name":"Brock Jancek","id":"26179"},"Users":[]},{"Name":{"pronunciation":"juh-MY MAY-shack","audio_file":"jahmaimashack_1628371149.mp3","description":"Men's Basketball","name":"Jahmai Mashack","id":"26180"},"Users":[]},{"Name":{"pronunciation":"MAY-dihn-wald","audio_file":"garrettmedenwald_1628371213.mp3","description":"Men's Basketball","name":"Garrett Medenwald","id":"26181"},"Users":[]},{"Name":{"pronunciation":"OH-liv-ee-AY KAHM-wuh","audio_file":"oliviernkamhoua_1628371273.mp3","description":"Men's Basketball","name":"Olivier Nkamhoua","id":"26182"},"Users":[]},{"Name":{"pronunciation":"\u00dc-r\u014dsh PL\u00c4V-chich","audio_file":"uroplavi_1628371367.mp3","description":"Men's Basketball","name":"Uro\u0161 Plav\u0161i\u0107","id":"26183"},"Users":[]},{"Name":{"pronunciation":"AHN-jay TOM-buh","audio_file":"handjetamba_1628371439.mp3","description":"Men's Basketball","name":"Handje Tamba","id":"26184"},"Users":[]},{"Name":{"pronunciation":"sahn-tee-AH-go VESS-co-vee","audio_file":"santiagovescovi_1628371491.mp3","description":"Men's Basketball","name":"Santiago Vescovi","id":"26185"},"Users":[]},{"Name":{"pronunciation":"bur-RELL","audio_file":"raeburrell_1628474574.mp3","description":"Women's Basketball","name":"Rae Burrell","id":"26186"},"Users":[]},{"Name":{"pronunciation":"CASS-ee","audio_file":"casidailey_1628474667.mp3","description":"Women's Basketball","name":"Casi Dailey","id":"26187"},"Users":[]},{"Name":{"pronunciation":"LYE-zuh FRU-indt","audio_file":"lizafruendt_1628474723.mp3","description":"Women's Basketball","name":"Liza Fruendt","id":"26188"},"Users":[]},{"Name":{"pronunciation":"kee-YEN","audio_file":"keyengreen_1628474777.mp3","description":"Women's Basketball","name":"Keyen Green","id":"26189"},"Users":[]},{"Name":{"pronunciation":"tuh-MAR-ee","audio_file":"tamarikey_1628474826.mp3","description":"Women's Basketball","name":"Tamari Key","id":"26190"},"Users":[]},{"Name":{"pronunciation":"REN-ee","audio_file":"jessierennie_1628474873.mp3","description":"Women's Basketball","name":"Jessie Rennie","id":"26191"},"Users":[]},{"Name":{"pronunciation":"SWAH-raze","audio_file":"martasurez_1628474971.mp3","description":"Women's Basketball","name":"Marta Su\u00e1rez","id":"26192"},"Users":[]},{"Name":{"pronunciation":"KYE-yuh WIN","audio_file":"kaiyawynn_1628475020.mp3","description":"Women's Basketball","name":"Kaiya Wynn","id":"26193"},"Users":[]},{"Name":{"pronunciation":"TRAY-von","audio_file":"trevonflowers_1628475077.mp3","description":"Football","name":"Trevon Flowers","id":"26194"},"Users":[]},{"Name":{"pronunciation":"VAY-lus","audio_file":"velusjonesjr_1628475122.mp3","description":"Football","name":"Velus Jones Jr.","id":"26195"},"Users":[]},{"Name":{"pronunciation":"uh-LAWN-tay","audio_file":"alontaetaylor_1628475168.mp3","description":"Football","name":"Alontae Taylor","id":"26196"},"Users":[]},{"Name":{"pronunciation":"ja-VON-tay","audio_file":"javontapayton_1628475255.mp3","description":"Football","name":"JaVonta Payton","id":"26197"},"Users":[]},{"Name":{"pronunciation":"TIE-on","audio_file":"tiyonevans_1628475302.mp3","description":"Football","name":"Tiyon Evans","id":"26198"},"Users":[]},{"Name":{"pronunciation":"BUM-fiss","audio_file":"latrellbumphus_1628475355.mp3","description":"Football","name":"LaTrell Bumphus","id":"26199"},"Users":[]},{"Name":{"pronunciation":"tuh-MARE-ee-uhn","audio_file":"tamarionmcdonald_1628475399.mp3","description":"Football","name":"Tamarion McDonald","id":"26200"},"Users":[]},{"Name":{"pronunciation":"kwah-ZEE","audio_file":"kwauzegarland_1628475446.mp3","description":"Football","name":"Kwauze Garland","id":"26201"},"Users":[]},{"Name":{"pronunciation":"MAU-uhr","audio_file":"brianmaurer_1628475495.mp3","description":"Football","name":"Brian Maurer","id":"26202"},"Users":[]},{"Name":{"pronunciation":"SEE-kur-min","audio_file":"jtsiekerman_1628475837.mp3","description":"Football","name":"J.T. Siekerman","id":"26203"},"Users":[]},{"Name":{"pronunciation":"la-NEETH","audio_file":"lennethwhitehead_1628475911.mp3","description":"Football","name":"Len'Neth Whitehead","id":"26204"},"Users":[]},{"Name":{"pronunciation":"SOUL-in","audio_file":"solonpageiii_1659196882.mp3","description":"Football","name":"Solon Page III","id":"26205"},"Users":[]},{"Name":{"pronunciation":"shy-ANN luh-BROOZE-uh","audio_file":"cheyennelabruzza_1628476011.mp3","description":"Football","name":"Cheyenne Labruzza","id":"26206"},"Users":[]},{"Name":{"pronunciation":"LOO-shen BREW-net-ee","audio_file":"lucienbrunetti_1628476056.mp3","description":"Football","name":"Lucien Brunetti","id":"26207"},"Users":[]},{"Name":{"pronunciation":"juh-KWAN","audio_file":"jaquainblakely_1628476104.mp3","description":"Football","name":"Ja\u2019Quain Blakely","id":"26208"},"Users":[]},{"Name":{"pronunciation":"juh-VAWN-tez SPRA-gins","audio_file":"javontezspraggins_1628476158.mp3","description":"Football","name":"Javontez Spraggins","id":"26209"},"Users":[]},{"Name":{"pronunciation":"AW-pour-aw-guh-NAY","audio_file":"chrisakporoghene_1628476218.mp3","description":"Football","name":"Chris Akporoghene","id":"26210"},"Users":[]},{"Name":{"pronunciation":"kay-RON","audio_file":"krojhncalbert_1628476281.mp3","description":"Football","name":"K\u2019Rojhn Calbert","id":"26211"},"Users":[]},{"Name":{"pronunciation":"day-ZHAN","audio_file":"dajonterry_1628476337.mp3","description":"Football","name":"Da'Jon Terry","id":"26212"},"Users":[]},{"Name":{"pronunciation":"KER-ott","audio_file":"kurottgarland_1628476380.mp3","description":"Football","name":"Kurott Garland","id":"26213"},"Users":[]},{"Name":{"pronunciation":"HYPE-ul","audio_file":"joshheupel_1628476439.mp3","description":"Head Coach","name":"Josh Heupel","id":"26214"},"Users":[]},{"Name":{"pronunciation":"ECK-lur","audio_file":"mikeekeler_1628476560.mp3","description":"Outside LBs\/Special Teams","name":"Mike Ekeler","id":"26215"},"Users":[]},{"Name":{"pronunciation":"HALLS-lee","audio_file":"joeyhalzle_1628476632.mp3","description":"Quarterbacks","name":"Joey Halzle","id":"26216"},"Users":[]},{"Name":{"pronunciation":"ZHAHN-muh-ree","audio_file":"brianjean-mary_1628476709.mp3","description":"Linebackers","name":"Brian Jean-Mary","id":"26217"},"Users":[]},{"Name":{"pronunciation":"luh-RONT DAY-marr-shay","audio_file":"laurentdesmarchais_1628476796.mp3","description":"Men's Golf","name":"Laurent Desmarchais","id":"26218"},"Users":[]},{"Name":{"pronunciation":"GILL-ee","audio_file":"vanessagilly_1628476857.mp3","description":"Women's Golf","name":"Vanessa Gilly","id":"26219"},"Users":[]},{"Name":{"pronunciation":"HOLD-en","audio_file":"kaylaholden_1628476897.mp3","description":"Women's Golf","name":"Kayla Holden","id":"26220"},"Users":[]},{"Name":{"pronunciation":"LIE-ferd","audio_file":"shelbyliford_1628476938.mp3","description":"Women's Golf","name":"Shelby Liford","id":"26221"},"Users":[]},{"Name":{"pronunciation":"WIH-stun","audio_file":"nicolewhiston_1628476978.mp3","description":"Women's Golf","name":"Nicole Whiston","id":"26222"},"Users":[]},{"Name":{"pronunciation":"DEE-ah-nuh kahn-TOO","audio_file":"dianacant_1628952366.mp3","description":"Women's Golf","name":"Diana Cant\u00fa","id":"26223"},"Users":[]},{"Name":{"pronunciation":"bur-DETT","audio_file":"abbeyburdette_1628477141.mp3","description":"Soccer","name":"Abbey Burdette","id":"26224"},"Users":[]},{"Name":{"pronunciation":"deep-uh-SOUP-ull","audio_file":"claudiadipasupil_1628477193.mp3","description":"Soccer","name":"Claudia Dipasupil","id":"26225"},"Users":[]},{"Name":{"pronunciation":"CAREY-ell","audio_file":"carielellis_1628477237.mp3","description":"Soccer","name":"Cariel Ellis","id":"26226"},"Users":[]},{"Name":{"pronunciation":"ESS-oo-mahn","audio_file":"louisaessuman_1628477292.mp3","description":"Women's Soccer","name":"Louisa Essuman","id":"26227"},"Users":[]},{"Name":{"pronunciation":"FUSS-co","audio_file":"jordanfusco_1628477339.mp3","description":"Soccer","name":"Jordan Fusco","id":"26228"},"Users":[]},{"Name":{"pronunciation":"REN","audio_file":"wrennefrench_1628477383.mp3","description":"Women's Soccer","name":"Wrenne French","id":"26229"},"Users":[]},{"Name":{"pronunciation":"GAH-bor","audio_file":"ashleygabor_1628477427.mp3","description":"Women's Soccer","name":"Ashley Gabor","id":"26230"},"Users":[]},{"Name":{"pronunciation":"TERRA","audio_file":"tarakatz_1628477472.mp3","description":"Soccer","name":"Tara Katz","id":"26231"},"Users":[]},{"Name":{"pronunciation":"OH-strum","audio_file":"mackenzieostrom_1628477522.mp3","description":"Women's Soccer","name":"Mackenzie Ostrom","id":"26232"},"Users":[]},{"Name":{"pronunciation":"PENN-skee","audio_file":"brianpensky_1628477577.mp3","description":"Women's Soccer","name":"Brian Pensky","id":"26233"},"Users":[]},{"Name":{"pronunciation":"RENNY","audio_file":"lawsonrenie_1628477627.mp3","description":"Soccer","name":"Lawson Renie","id":"26234"},"Users":[]},{"Name":{"pronunciation":"ROW-mig","audio_file":"lindseyromig_1628477669.mp3","description":"Soccer","name":"Lindsey Romig","id":"26235"},"Users":[]},{"Name":{"pronunciation":"SHLY-fuhr","audio_file":"emmyschleier_1628477718.mp3","description":"Women's Soccer","name":"Emmy Schleifer","id":"26236"},"Users":[]},{"Name":{"pronunciation":"JAY-duh","audio_file":"jaidathomas_1628477758.mp3","description":"Soccer","name":"Jaida Thomas","id":"26237"},"Users":[]},{"Name":{"pronunciation":"TILL-it","audio_file":"hannahtillett_1628477794.mp3","description":"Women's Soccer","name":"Hannah Tillett","id":"26238"},"Users":[]},{"Name":{"pronunciation":"zuh-LUH-skee","audio_file":"hannahzaluski_1628477840.mp3","description":"Soccer","name":"Hannah Zaluski","id":"26239"},"Users":[]},{"Name":{"pronunciation":"eye-AH-luh","audio_file":"amandaayala_1628477891.mp3","description":"Softball","name":"Amanda Ayala","id":"26240"},"Users":[]},{"Name":{"pronunciation":"mal-VO","audio_file":"chrismalveaux_1628477949.mp3","description":"Softball","name":"Chris Malveaux","id":"26241"},"Users":[]},{"Name":{"pronunciation":"mal-VO","audio_file":"katemalveaux_1628478029.mp3","description":"Softball","name":"Kate Malveaux","id":"26242"},"Users":[]},{"Name":{"pronunciation":"meh-CACK-rin","audio_file":"baileymccachren_1628478077.mp3","description":"Softball","name":"Bailey McCachren","id":"26243"},"Users":[]},{"Name":{"pronunciation":"cuh-LEE-uh","audio_file":"caliyahthompson_1628478123.mp3","description":"Softball","name":"Caliyah Thompson","id":"26244"},"Users":[]},{"Name":{"pronunciation":"juh-RELL","audio_file":"jareldillard_1628508539.mp3","description":"Swimming & Diving","name":"Jarel Dillard","id":"26245"},"Users":[]},{"Name":{"pronunciation":"LEW-bo-meer uh-PEE-truh-pov","audio_file":"lyubomirepitropov_1628508601.mp3","description":"Swimming & Diving","name":"Lyubomir Epitropov","id":"26246"},"Users":[]},{"Name":{"pronunciation":"juh-RAWH-do","audio_file":"joelgiraudeau_1628508694.mp3","description":"Swimming & Diving","name":"Joel Giraudeau","id":"26247"},"Users":[]},{"Name":{"pronunciation":"WHO-lee","audio_file":"michaelhoulie_1628508751.mp3","description":"Swimming & Diving","name":"Michael Houlie","id":"26248"},"Users":[]},{"Name":{"pronunciation":"leers","audio_file":"harrisonlierz_1628508795.mp3","description":"Swimming & Diving","name":"Harrison Lierz","id":"26249"},"Users":[]},{"Name":{"pronunciation":"mil-uh-NO-vich","audio_file":"alexandermilanovich_1628508850.mp3","description":"Swimming & Diving","name":"Alexander Milanovich","id":"26250"},"Users":[]},{"Name":{"pronunciation":"ky-EE-kee MO-tuh","audio_file":"kaykymota_1628508902.mp3","description":"Swimming & Diving","name":"Kayky Mota","id":"26251"},"Users":[]},{"Name":{"pronunciation":"REE-zer","audio_file":"jacobreasor_1628508950.mp3","description":"Swimming & Diving","name":"Jacob Reasor","id":"26252"},"Users":[]},{"Name":{"pronunciation":"ripple","audio_file":"dainripol_1628508987.mp3","description":"Swimming & Diving","name":"Dain Ripol","id":"26253"},"Users":[]},{"Name":{"pronunciation":"ARE-new reece","audio_file":"jordanaurnou-rhees_1628509029.mp3","description":"Swimming & Diving","name":"Jordan Aurnou-Rhees","id":"26254"},"Users":[]},{"Name":{"pronunciation":"buyer","audio_file":"cassidybayer_1628509084.mp3","description":"Swimming & Diving","name":"Cassidy Bayer","id":"26255"},"Users":[]},{"Name":{"pronunciation":"EL CAL-doe","audio_file":"ellecaldoe_1628509137.mp3","description":"Swimming & Diving","name":"Elle Caldow","id":"26256"},"Users":[]},{"Name":{"pronunciation":"GEH-bull","audio_file":"alexandragebel_1628509177.mp3","description":"Swimming & Diving","name":"Alexandra Gebel","id":"26257"},"Users":[]},{"Name":{"pronunciation":"hi-ZING-uh","audio_file":"lyndseyhuizenga_1628509269.mp3","description":"Swimming & Diving","name":"Lyndsey Huizenga","id":"26258"},"Users":[]},{"Name":{"pronunciation":"muh-RAHN-doe","audio_file":"margaretmarando_1628509324.mp3","description":"Swimming & Diving","name":"Margaret Marando","id":"26259"},"Users":[]},{"Name":{"pronunciation":"WIN","audio_file":"clairenguyen_1628509365.mp3","description":"Swimming & Diving","name":"Nguyen","id":"26260"},"Users":[]},{"Name":{"pronunciation":"KWOSS","audio_file":"beritquass_1628509408.mp3","description":"Swimming & Diving","name":"Berit Quass","id":"26261"},"Users":[]},{"Name":{"pronunciation":"TRUE-dee","audio_file":"truderothrock_1628509447.mp3","description":"Swimming & Diving","name":"Trude Rothrock","id":"26262"},"Users":[]},{"Name":{"pronunciation":"steg-EE","audio_file":"kristenstege_1628509493.mp3","description":"Swimming & Diving","name":"Kristen Stege","id":"26263"},"Users":[]},{"Name":{"pronunciation":"un-guh-RET-ee","audio_file":"natalieungaretti_1628509535.mp3","description":"Swimming & Diving","name":"Natalie Ungaretti","id":"26264"},"Users":[]},{"Name":{"pronunciation":"AIN-juhl DEE-azz","audio_file":"angeldiaz_1628509576.mp3","description":"Men's Tennis","name":"Angel Diaz","id":"26265"},"Users":[]},{"Name":{"pronunciation":"GAN-nuhn","audio_file":"conorgannon_1628509620.mp3","description":"Men's Tennis","name":"Conor Gannon","id":"26266"},"Users":[]},{"Name":{"pronunciation":"ee-MEEL huhd","audio_file":"emilehudd_1628952307.mp3","description":"Men's Tennis","name":"Emile Hudd","id":"26267"},"Users":[]},{"Name":{"pronunciation":"shun-SUE-key mit-SUE-ee","audio_file":"shunsukemitsui_1628509768.mp3","description":"Men's Tennis","name":"Shunsuke Mitsui","id":"26268"},"Users":[]},{"Name":{"pronunciation":"mar-TEEM PRAH-tuh","audio_file":"martimprata_1628509810.mp3","description":"Men's Tennis","name":"Martim Prata","id":"26269"},"Users":[]},{"Name":{"pronunciation":"muh-KYE","audio_file":"jamesmckie_1628509848.mp3","description":"Men's Tennis","name":"James McKie","id":"26270"},"Users":[]},{"Name":{"pronunciation":"FING-guhl","audio_file":"morgahnfingall_1628509953.mp3","description":"Volleyball","name":"Morgahn Fingall","id":"26271"},"Users":[]},{"Name":{"pronunciation":"POW-luh luh-BOR-duh","audio_file":"paolalaborda_1628509996.mp3","description":"Volleyball","name":"Paola Laborda","id":"26272"},"Users":[]},{"Name":{"pronunciation":"muh-HAY-fee","audio_file":"daniellemahaffey_1628510043.mp3","description":"Volleyball","name":"Danielle Mahaffey","id":"26273"},"Users":[]},{"Name":{"pronunciation":"KY-uh","audio_file":"kyamoore_1628510083.mp3","description":"Volleyball","name":"Kya Moore","id":"26274"},"Users":[]},{"Name":{"pronunciation":"CLAW-dee-uh PAH-lick","audio_file":"klaudiapawlik_1628510132.mp3","description":"Volleyball","name":"Klaudia Pawlik","id":"26275"},"Users":[]},{"Name":{"pronunciation":"gee-AH-nuh PELL-uh-zon","audio_file":"gianapellizzon_1628510199.mp3","description":"Volleyball","name":"Giana Pellizzon","id":"26276"},"Users":[]},{"Name":{"pronunciation":"ruh-KELL PEAR-uh-nar","audio_file":"raquelperinar_1628510243.mp3","description":"Volleyball","name":"Raquel Perinar","id":"26277"},"Users":[]},{"Name":{"pronunciation":"bree-AH-nuh","audio_file":"breanarunnels_1628510280.mp3","description":"Volleyball","name":"Breana Runnels","id":"26278"},"Users":[]},{"Name":{"pronunciation":"MAC-in-tee","audio_file":"teddymcentee_1628632599.mp3","description":"Men's Tennis","name":"Teddy McEntee","id":"26311"},"Users":[]},{"Name":{"pronunciation":"AREM-eh-tijj","audio_file":"jaimiearmitage_1628952442.mp3","description":"Rowing","name":"Jaimie Armitage","id":"26511"},"Users":[]},{"Name":{"pronunciation":"BAH-chi","audio_file":"abigailbacci_1628952479.mp3","description":"Rowing","name":"Abigail Bacci","id":"26512"},"Users":[]},{"Name":{"pronunciation":"BEER-not","audio_file":"alyssabiernat_1628952518.mp3","description":"Rowing","name":"Alyssa Biernat","id":"26513"},"Users":[]},{"Name":{"pronunciation":"zar-NEK-ee","audio_file":"meganczarnecki_1628952565.mp3","description":"Rowing","name":"Megan Czarnecki","id":"26514"},"Users":[]},{"Name":{"pronunciation":"uh-LANE-uh YUHR-cuh-vich","audio_file":"elenajerkovic_1629298463.mp3","description":"Rowing","name":"Elena Jerkovic","id":"26515"},"Users":[]},{"Name":{"pronunciation":"luh-RAM","audio_file":"natalialoram_1629298484.mp3","description":"Rowing","name":"Natalia Loram","id":"26516"},"Users":[]},{"Name":{"pronunciation":"merit","audio_file":"lucymarret_1628952684.mp3","description":"Rowing","name":"Lucy Marret","id":"26517"},"Users":[]},{"Name":{"pronunciation":"MAC-uh-nally","audio_file":"bellamcanally_1628952733.mp3","description":"Rowing","name":"Bella McAnally","id":"26518"},"Users":[]},{"Name":{"pronunciation":"REETZ","audio_file":"allyreitz_1628952769.mp3","description":"Rowing","name":"Ally Reitz","id":"26519"},"Users":[]},{"Name":{"pronunciation":"SAH-vuh-stahno","audio_file":"haleysavastano_1628952824.mp3","description":"Rowing","name":"Haley Savastano","id":"26520"},"Users":[]},{"Name":{"pronunciation":"SHIELD-meyer","audio_file":"katherineschildmeyer_1628952864.mp3","description":"Rowing","name":"Katherine Schildmeyer","id":"26521"},"Users":[]},{"Name":{"pronunciation":"ADDY","audio_file":"adithrasher_1628953081.mp3","description":"Rowing","name":"Adi Thrasher","id":"26522"},"Users":[]},{"Name":{"pronunciation":"ESS-ter ad-eh-SHEEN-uh","audio_file":"estheradeshina_1629657932.mp3","description":"Women's Tennis","name":"Esther Adeshina","id":"27144"},"Users":[]},{"Name":{"pronunciation":"creth","audio_file":"calliecreath_1629657967.mp3","description":"Women's Tennis","name":"Callie Creath","id":"27145"},"Users":[]},{"Name":{"pronunciation":"KOO-chur","audio_file":"dariakuczer_1629658003.mp3","description":"Women's Tennis","name":"Daria Kuczer","id":"27146"},"Users":[]},{"Name":{"pronunciation":"tuh-NEE-kuh","audio_file":"tenikamcgiffin_1629658086.mp3","description":"Women's Tennis","name":"Tenika McGiffin","id":"27147"},"Users":[]},{"Name":{"pronunciation":"ruh-BECK-uh muhr-TEN-uh","audio_file":"rebekamertena_1629658134.mp3","description":"Women's Tennis","name":"Rebeka Mertena","id":"27148"},"Users":[]},{"Name":{"pronunciation":"ELL-ay-nora mo-lin-AR-oh","audio_file":"elenoramolinaro_1629658179.mp3","description":"Women's Tennis","name":"Elenora Molinaro","id":"27149"},"Users":[]},{"Name":{"pronunciation":"CY-mins","audio_file":"oliviasymons_1629658218.mp3","description":"Women's Tennis","name":"Olivia Symons","id":"27150"},"Users":[]},{"Name":{"pronunciation":"ELL-zuh TOE-mah-say","audio_file":"elzatomasea_1629658273.mp3","description":"Women's Tennis","name":"Elza Tomase","id":"27151"},"Users":[]},{"Name":{"pronunciation":"oh-HEH-thuh","audio_file":"alisonojeda_1629658454.mp3","description":"Head Coach","name":"Alison Ojeda","id":"27153"},"Users":[]},{"Name":{"pronunciation":"boo-TAY","audio_file":"lairbeautae_1661711755.mp3","description":"Softball","name":"Lair Beautae","id":"27208"},"Users":[]},{"Name":{"pronunciation":"ZAY-duh POO-nee","audio_file":"zaidapuni_1629742748.mp3","description":"Softball","name":"Zaida Puni","id":"27209"},"Users":[]},{"Name":{"pronunciation":"IZZ-ree-uhl ADD-uh-see-nuh","audio_file":"israeladesina_1629807104.mp3","description":"Track & Field","name":"Israel Adesina","id":"27255"},"Users":[]},{"Name":{"pronunciation":"FOO-jee ON-dye","audio_file":"fujianday_1629807146.mp3","description":"Track & Field","name":"Fuji Anday","id":"27256"},"Users":[]},{"Name":{"pronunciation":"KAY-nin","audio_file":"canaananderson_1629807182.mp3","description":"Track & Field","name":"Canaan Anderson","id":"27257"},"Users":[]},{"Name":{"pronunciation":"BUCK-holts","audio_file":"rileybuchholz_1629807227.mp3","description":"Track & Field","name":"Riley Buchholz","id":"27258"},"Users":[]},{"Name":{"pronunciation":"CREE-guhr","audio_file":"alexcrigger_1629807341.mp3","description":"Track & Field","name":"Alex Crigger","id":"27259"},"Users":[]},{"Name":{"pronunciation":"ee-WASS-key","audio_file":"blakeewaskey_1629809615.mp3","description":"Track & Field","name":"Blake Ewaskey","id":"27260"},"Users":[]},{"Name":{"pronunciation":"JORDY","audio_file":"geordegoodwyn_1629809668.mp3","description":"Track & Field","name":"Georde Goodwyn","id":"27261"},"Users":[]},{"Name":{"pronunciation":"yor-GOSE core-uh-KEY-dis","audio_file":"georgios_1629809721.mp3","description":"Track & Field","name":"Georgios Korakidis","id":"27262"},"Users":[]},{"Name":{"pronunciation":"mah-ZER","audio_file":"willmazur_1629809776.mp3","description":"Track & Field","name":"Will Mazur","id":"27263"},"Users":[]},{"Name":{"pronunciation":"mick-LOUD","audio_file":"careymcleod_1629809854.mp3","description":"Track & Field","name":"Carey McLeod","id":"27264"},"Users":[]},{"Name":{"pronunciation":"NAY-hom","audio_file":"elinahom_1629809910.mp3","description":"Track & Field","name":"Eli Nahom","id":"27265"},"Users":[]},{"Name":{"pronunciation":"PIN-ick","audio_file":"waynepinnock_1629809968.mp3","description":"Track & Field","name":"Wayne Pinnock","id":"27266"},"Users":[]},{"Name":{"pronunciation":"yar-ee-ELL SO-toe","audio_file":"yarielsoto_1629810016.mp3","description":"Track & Field","name":"Yariel Soto","id":"27267"},"Users":[]},{"Name":{"pronunciation":"TEE-sen","audio_file":"karlthiessen_1629810101.mp3","description":"Track & Field","name":"Karl Thiessen","id":"27268"},"Users":[]},{"Name":{"pronunciation":"ZAY-nee","audio_file":"maxzani_1629810143.mp3","description":"Track & Field","name":"Max Zani","id":"27269"},"Users":[]},{"Name":{"pronunciation":"MISS-ghana uh-RYE-uh","audio_file":"msganaaraya_1629915330.mp3","description":"Track & Field","name":"Msgana Araya","id":"27366"},"Users":[]},{"Name":{"pronunciation":"COLA-rah-see","audio_file":"ellisoncolarossi_1629915372.mp3","description":"Track & Field","name":"Ellison Colarossi","id":"27367"},"Users":[]},{"Name":{"pronunciation":"DUH-lew-low","audio_file":"emmadilulo_1629915411.mp3","description":"Track & Field","name":"Emma Dilulo","id":"27368"},"Users":[]},{"Name":{"pronunciation":"GOHL-uhr","audio_file":"kaylagholar_1629915449.mp3","description":"Track & Field","name":"Kayla Gholar","id":"27369"},"Users":[]},{"Name":{"pronunciation":"promise","audio_file":"prommysehoosier_1629915489.mp3","description":"Track & Field","name":"Prom'Myse Hoosier","id":"27370"},"Users":[]},{"Name":{"pronunciation":"JANG-kee","audio_file":"oliviajanke_1629915528.mp3","description":"Track & Field","name":"Olivia Janke","id":"27371"},"Users":[]},{"Name":{"pronunciation":"shuh-TARE-uh","audio_file":"shatarajohnson_1629915567.mp3","description":"Track & Field","name":"Shatara Johnson","id":"27372"},"Users":[]},{"Name":{"pronunciation":"luh-TAY-vee-uh mains","audio_file":"lataviamaines_1629915606.mp3","description":"Track & Field","name":"Latavia Maines","id":"27373"},"Users":[]},{"Name":{"pronunciation":"man-SEE-nee","audio_file":"eleanormancini_1629915650.mp3","description":"Track & Field","name":"Eleanor Mancini","id":"27374"},"Users":[]},{"Name":{"pronunciation":"THRON-son","audio_file":"katiethronson_1629915692.mp3","description":"Track & Field","name":"Katie Thronson","id":"27375"},"Users":[]},{"Name":{"pronunciation":"muh-KELL","audio_file":"mikelevickers_1629915729.mp3","description":"Track & Field","name":"Mikele Vickers","id":"27376"},"Users":[]},{"Name":{"pronunciation":"vulk","audio_file":"zoevlk_1629915764.mp3","description":"Track & Field","name":"Zoe Vlk","id":"27377"},"Users":[]},{"Name":{"pronunciation":"zuh-KY ZEE-glur","audio_file":"zakaizeigler_1630086895.mp3","description":"Men's Basketball","name":"Zakai Zeigler","id":"27550"},"Users":[]},{"Name":{"pronunciation":"\u00dc-r\u014dsh PL\u00c4V-chich","audio_file":"urosplavsic_1630337046.mp3","description":"Men's Basketball","name":"Uros Plavsic","id":"27619"},"Users":[]},{"Name":{"pronunciation":"DOOTH-right","audio_file":"brooklyndouthwright_1681910587.mp3","description":"Swimming & Diving","name":"Brooklyn Douthwright","id":"28239"},"Users":[]},{"Name":{"pronunciation":"AY-ker","audio_file":"summereaker_1632433512.mp3","description":"Swimming & Diving","name":"Summer Eaker","id":"28240"},"Users":[]},{"Name":{"pronunciation":"kutch","audio_file":"anna-juliakutsch_1632433555.mp3","description":"Swimming & Diving","name":"Anna-Julia Kutsch","id":"28241"},"Users":[]},{"Name":{"pronunciation":"MINN-iss","audio_file":"asiaminnes_1632433583.mp3","description":"Swimming & Diving","name":"Asia Minnes","id":"28242"},"Users":[]},{"Name":{"pronunciation":"mor-ZIN-skee","audio_file":"juliamrozinski_1632433619.mp3","description":"Swimming & Diving","name":"Julia Mrozinski","id":"28243"},"Users":[]},{"Name":{"pronunciation":"WEATHER-ul","audio_file":"laurenwetherell_1660877145.mp3","description":"Swimming & Diving","name":"Lauren Wetherell","id":"28244"},"Users":[]},{"Name":{"pronunciation":"mar-QUAY-ree-us","audio_file":"marquariuswhite_1645466933.mp3","description":"Football","name":"Marquarius White","id":"30283"},"Users":[]},{"Name":{"pronunciation":"DOE-land-er","audio_file":"chasedollander_1645467161.mp3","description":"Baseball","name":"Chase Dollander","id":"30284"},"Users":[]},{"Name":{"pronunciation":"bruh-SAW-ski","audio_file":"gavinbrasosky_1645467201.mp3","description":"Baseball","name":"Gavin Brasosky","id":"30285"},"Users":[]},{"Name":{"pronunciation":"kuh-VAHR-es","audio_file":"kavarestears_1645467243.mp3","description":"Baseball","name":"Kavares Tears","id":"30286"},"Users":[]},{"Name":{"pronunciation":"BYORN KAH-mahn","audio_file":"bjrnkammann_1645467408.mp3","description":"Swimming & Diving","name":"Bj\u00f6rn Kammann","id":"30287"},"Users":[]},{"Name":{"pronunciation":"CURR-in","audio_file":"amandacurran_1645467440.mp3","description":"Softball","name":"Amanda Curran","id":"30288"},"Users":[]},{"Name":{"pronunciation":"NICKEL-uh","audio_file":"nicolasimpson_1645467487.mp3","description":"Softball","name":"Nicola Simpson","id":"30289"},"Users":[]},{"Name":{"pronunciation":"muh-KAIR-uh","audio_file":"macairamidgley_1659197121.mp3","description":"Soccer","name":"Macaira Midgley","id":"30290"},"Users":[]},{"Name":{"pronunciation":"toe-BAY uh-WAH-kuh","audio_file":"tobeawaka_1659196304.mp3","description":"Men's Basketball","name":"Tobe Awaka","id":"30928"},"Users":[]},{"Name":{"pronunciation":"BRY-zick","audio_file":"kiddbrizek_1659196336.mp3","description":"Men's Basketball","name":"Kidd Brizek","id":"30929"},"Users":[]},{"Name":{"pronunciation":"rih-KEE-uh","audio_file":"rickeajackson_1659196368.mp3","description":"Women's Basketball","name":"Rickea Jackson","id":"30930"},"Users":[]},{"Name":{"pronunciation":"E-dee","audio_file":"ediedarby_1659196399.mp3","description":"Women's Basketball","name":"Edie Darby","id":"30931"},"Users":[]},{"Name":{"pronunciation":"jus-TEEN pih-SOTT","audio_file":"justinepissott_1659196436.mp3","description":"Women's Basketball","name":"Justine Pissott","id":"30932"},"Users":[]},{"Name":{"pronunciation":"HAW-ling-shed","audio_file":"jillianhollingshead_1659196474.mp3","description":"Women's Basketball","name":"Jillian Hollingshead","id":"30933"},"Users":[]},{"Name":{"pronunciation":"muh-KYE BIG-uh-low","audio_file":"mekhibigelow_1660909744.mp3","description":"Football","name":"Mekhi Bigelow","id":"30934"},"Users":[]},{"Name":{"pronunciation":"GA-kuh","audio_file":"mattgaca_1659196535.mp3","description":"Football","name":"Matt Gaca","id":"30935"},"Users":[]},{"Name":{"pronunciation":"MUH-leek GAN-uh-way","audio_file":"malikganaway_1659196570.mp3","description":"Football","name":"Malik Ganaway","id":"30936"},"Users":[]},{"Name":{"pronunciation":"KUH-mall HAD-en","audio_file":"kamalhadden_1659196603.mp3","description":"Football","name":"Kamal Hadden","id":"30937"},"Users":[]},{"Name":{"pronunciation":"SAY-vee-ahn","audio_file":"savionherring_1659196642.mp3","description":"Football","name":"Savion Herring","id":"30938"},"Users":[]},{"Name":{"pronunciation":"KRUH-vosh","audio_file":"braedenkrivosh_1659196676.mp3","description":"Football","name":"Braeden Krivosh","id":"30939"},"Users":[]},{"Name":{"pronunciation":"ROAH-ur","audio_file":"titusrohrer_1659196720.mp3","description":"Football","name":"Titus Rohrer","id":"30940"},"Users":[]},{"Name":{"pronunciation":"SUH-lan-skee","audio_file":"matthewsalansky_1659196751.mp3","description":"Football","name":"Matthew Salansky","id":"30941"},"Users":[]},{"Name":{"pronunciation":"TUR-en-tine","audio_file":"andreturrentine_1659196781.mp3","description":"Football","name":"Andre Turrentine","id":"30942"},"Users":[]},{"Name":{"pronunciation":"tie-REE","audio_file":"tyrewest_1659196809.mp3","description":"Football","name":"Tyre West","id":"30943"},"Users":[]},{"Name":{"pronunciation":"suh-RATT","audio_file":"calebsurratt_1659196948.mp3","description":"Men's Golf","name":"Caleb Surratt","id":"30944"},"Users":[]},{"Name":{"pronunciation":"TEE-ear-ne","audio_file":"tierneybailey_1659197028.mp3","description":"Soccer","name":"Tierney Bailey","id":"30945"},"Users":[]},{"Name":{"pronunciation":"rice","audio_file":"abbyreisz_1659442598.mp3","description":"Soccer","name":"Abby Reisz","id":"30946"},"Users":[]},{"Name":{"pronunciation":"GAB-ree-ehl bran-cuh-TELL-ee","audio_file":"gabrielebrancatelli_1659197168.mp3","description":"Men's Tennis","name":"Gabriele Brancatelli","id":"30947"},"Users":[]},{"Name":{"pronunciation":"KOZ-lov","audio_file":"boriskozlov_1659197197.mp3","description":"Men's Tennis","name":"Boris Kozlov","id":"30948"},"Users":[]},{"Name":{"pronunciation":"TOE-mas","audio_file":"tomasrodriguez_1659197722.mp3","description":"Men's Tennis","name":"Tomas Rodriguez","id":"30949"},"Users":[]},{"Name":{"pronunciation":"muh-NASS-uh-nen cho-TEE-kah-boo-KAH-nuh","audio_file":"manassananchotikabhukkana_1659197291.mp3","description":"Women's Golf","name":"Manassanan Chotikabhukkana","id":"30950"},"Users":[]},{"Name":{"pronunciation":"care-uh-LEE-nuh cam-in-OH-lee","audio_file":"carolinacaminoli_1659197338.mp3","description":"Women's Golf","name":"Carolina Caminoli","id":"30951"},"Users":[]},{"Name":{"pronunciation":"rice","audio_file":"abigailreisz_1659442677.mp3","description":"Soccer","name":"Abigail Reisz","id":"30983"},"Users":[]},{"Name":{"pronunciation":"LAY-luh ear-uh-GOY-in","audio_file":"lailairigoyen_1660876304.mp3","description":"Rowing","name":"Laila Irigoyen","id":"32181"},"Users":[]},{"Name":{"pronunciation":"REE-bool","audio_file":"laurenreboul_1660876351.mp3","description":"Rowing","name":"Lauren Reboul","id":"32182"},"Users":[]},{"Name":{"pronunciation":"kee-AH-nuh WORE-uh-bee","audio_file":"kianaworobey_1660876421.mp3","description":"Rowing","name":"Kiana Worobey","id":"32183"},"Users":[]},{"Name":{"pronunciation":"SY-mins","audio_file":"nicksimons_1660876576.mp3","description":"Swimming & Diving","name":"Nick Simons","id":"32184"},"Users":[]},{"Name":{"pronunciation":"GEE cuh-RIH-bay","audio_file":"guicaribe_1660876632.mp3","description":"Swimming & Diving","name":"Gui Caribe","id":"32185"},"Users":[]},{"Name":{"pronunciation":"tuh-NEE-shuh LOU-coe","audio_file":"taneshalucoe_1660876679.mp3","description":"Swimming & Diving","name":"Tanesha Lucoe","id":"32186"},"Users":[]},{"Name":{"pronunciation":"REE-gihn","audio_file":"reganrathwell_1660876723.mp3","description":"Swimming & Diving","name":"Regan Rathwell","id":"32187"},"Users":[]},{"Name":{"pronunciation":"WEATHER-ul","audio_file":"lilywetherell_1660877122.mp3","description":"Swimming & Diving","name":"Lily Wetherell","id":"32188"},"Users":[]},{"Name":{"pronunciation":"ALL-in","audio_file":"amandaahlin_1661714288.mp3","description":"Softball","name":"Amanda Ahlin","id":"33463"},"Users":[]},{"Name":{"pronunciation":"BROCK-en-BRO","audio_file":"jamisonbrockenbrough_1661714325.mp3","description":"Softball","name":"Jamison Brockenbrough","id":"33464"},"Users":[]},{"Name":{"pronunciation":"DON-uh-hoo","audio_file":"mackenziedonihoo_1661714360.mp3","description":"Softball","name":"Mackenzie Donihoo","id":"33465"},"Users":[]},{"Name":{"pronunciation":"GOTT-shul","audio_file":"paytongottshall_1661714392.mp3","description":"Softball","name":"Payton Gottshall","id":"33466"},"Users":[]},{"Name":{"pronunciation":"JOO-lee-uh kut-SOY-uh-NAH-pull-us","audio_file":"giuliakoutsoyanopulos_1661714451.mp3","description":"Softball","name":"Giulia Koutsoyanopulos","id":"33467"},"Users":[]},{"Name":{"pronunciation":"meh-SUSAN","audio_file":"bryleemesusan_1661714486.mp3","description":"Softball","name":"Brylee Mesusan","id":"33468"},"Users":[]},{"Name":{"pronunciation":"MOZE-lee","audio_file":"jennamosley_1661714517.mp3","description":"Softball","name":"Jenna Mosley","id":"33469"},"Users":[]},{"Name":{"pronunciation":"or-SEE-nee","audio_file":"charliorsini_1661714549.mp3","description":"Softball","name":"Charli Orsini","id":"33470"},"Users":[]},{"Name":{"pronunciation":"PAN-ull","audio_file":"taylorpannell_1661714593.mp3","description":"Softball","name":"Taylor Pannell","id":"33471"},"Users":[]},{"Name":{"pronunciation":"CAR-lin","audio_file":"karlynpickens_1661714625.mp3","description":"Softball","name":"Karlyn Pickens","id":"33472"},"Users":[]},{"Name":{"pronunciation":"CAM-rin SAR-vis","audio_file":"camrynsarvis_1661714665.mp3","description":"Softball","name":"Camryn Sarvis","id":"33473"},"Users":[]},{"Name":{"pronunciation":"shawn-DAY-vee-uhn","audio_file":"chandavianbradley_1673021610.mp3","description":"Football","name":"Chandavian Bradley","id":"37844"},"Users":[]},{"Name":{"pronunciation":"A-din","audio_file":"aydenbussell_1673021637.mp3","description":"Football","name":"Ayden Bussell","id":"37845"},"Users":[]},{"Name":{"pronunciation":"air-EE-on","audio_file":"arioncarter_1673021665.mp3","description":"Football","name":"Arion Carter","id":"37846"},"Users":[]},{"Name":{"pronunciation":"CON-yur","audio_file":"cristianconyer_1673021694.mp3","description":"Football","name":"Cristian Conyer","id":"37847"},"Users":[]},{"Name":{"pronunciation":"DAY-vin","audio_file":"daevinhobbs_1673021726.mp3","description":"Football","name":"Daevin Hobbs","id":"37848"},"Users":[]},{"Name":{"pronunciation":"ee-ah-MAH-LAY-ah-va","audio_file":"nicoiamaleava_1673021762.mp3","description":"Football","name":"Nico Iamaleava","id":"37849"},"Users":[]},{"Name":{"pronunciation":"awn-DRAY","audio_file":"andrejkaric_1673021789.mp3","description":"Football","name":"Andrej Karic","id":"37850"},"Users":[]},{"Name":{"pronunciation":"kah-LEE-fah","audio_file":"khalifakeith_1673021822.mp3","description":"Football","name":"Khalifa Keith","id":"37851"},"Users":[]},{"Name":{"pronunciation":"VIE-sun","audio_file":"vysenlang_1673021848.mp3","description":"Football","name":"Vysen Lang","id":"37852"},"Users":[]},{"Name":{"pronunciation":"LUH-trull","audio_file":"jackluttrell_1673021882.mp3","description":"Football","name":"Jack Luttrell","id":"37853"},"Users":[]},{"Name":{"pronunciation":"KEE-nan PEE-lee","audio_file":"keenanpili_1673021918.mp3","description":"Football","name":"Keenan Pili","id":"37854"},"Users":[]},{"Name":{"pronunciation":"TEE-lan-der","audio_file":"jeremiahtelander_1673021957.mp3","description":"Football","name":"Jeremiah Telander","id":"37855"},"Users":[]},{"Name":{"pronunciation":"oo-MAH-rawf","audio_file":"shamuradumarov_1673022016.mp3","description":"Football","name":"Shamurad Umarov","id":"37856"},"Users":[]},{"Name":{"pronunciation":"KAY-dince","audio_file":"kadynceboothe_1673022051.mp3","description":"Volleyball","name":"Kadynce Boothe","id":"37857"},"Users":[]},{"Name":{"pronunciation":"LUHV-it","audio_file":"erykahlovett_1673022079.mp3","description":"Volleyball","name":"Erykah Lovett","id":"37858"},"Users":[]},{"Name":{"pronunciation":"JANES","audio_file":"sydneyjaynes_1673022112.mp3","description":"Volleyball","name":"Sydney Jaynes","id":"37859"},"Users":[]},{"Name":{"pronunciation":"ECK-luhr","audio_file":"abbyekeler_1673022150.mp3","description":"Volleyball","name":"Abby Ekeler","id":"37860"},"Users":[]},{"Name":{"pronunciation":"dill-ee-ON","audio_file":"freddiedilione_1673022186.mp3","description":"Men's Basketball","name":"Freddie Dilione","id":"37861"},"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#site-main *").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#site-main *").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" || earit_name == "Dagny Run Petursdottir"){
							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_mid tbody {border:none !important;} .earit_mid tr {border:none !important;} .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();
		});
	});
}


