/*!
 * 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\/black_ear.png","earit_icon_class":"","earit_popup_color":"#B6862C","earit_logo":"https:\/\/earit2.thenameengine.com\/img\/upload\/1723230294.png","earit_show_add":"1","earit_username":"Mayertwins1","earit_names":[{"Name":{"pronunciation":"","audio_file":"tyderickbrown_1755536874.mp3","description":"Defensive Back, Football","name":"Tyderick Brown","id":"73474"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"nataliepowers_1754414020.mp3","description":"Libero, Women's Volleyball","name":"Natalie Powers","id":"71255"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"maliyahlabrie_1754414066.mp3","description":"Outside Hitter, Women's Volleyball","name":"Maliyah LaBrie","id":"71256"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"kambreerodriguez_1754413806.mp3","description":"Libero, Women's Volleyball","name":"Kambree Rodriguez","id":"71253"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"sofievogel_1754413980.mp3","description":"Middle Blocker, Women's Volleyball","name":"Sofie Vogel","id":"71254"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"adamabadjiecoly_1761156013.mp3","description":"Guard, Women's Basketball","name":"Adama Badjie Coly","id":"81643"},"Users":[]},{"Name":{"pronunciation":"Wall-iss","audio_file":"thomaswallis_1723230178.mp3","description":"Goalie, Men's Soccer","name":"Thomas Wallis","id":"55797"},"Users":[]},{"Name":{"pronunciation":"Bell-tron Fernandez","audio_file":"beltranfernandez_1723231700.mp3","description":"Goalie, Men's Soccer","name":"Beltran Fernandez","id":"55806"},"Users":[]},{"Name":{"pronunciation":"Chris-tin-sin","audio_file":"lucaschristensen_1723231724.mp3","description":"Defender, Men's Soccer","name":"Lucas Christensen","id":"55807"},"Users":[]},{"Name":{"pronunciation":"Hoo-ja","audio_file":"davidhouja_1723231601.mp3","description":"Defender, Men's Soccer","name":"David Houja","id":"55808"},"Users":[]},{"Name":{"pronunciation":"Agi-lar","audio_file":"edgaraguilar_1723231901.mp3","description":"Defender, Men's Soccer","name":"Edgar Aguilar","id":"55809"},"Users":[]},{"Name":{"pronunciation":"Matis Lef-erve","audio_file":"mathyslefebvre_1723232447.mp3","description":"Defender, Men's Soccer","name":"Mathys Lefebvre","id":"55810"},"Users":[]},{"Name":{"pronunciation":"Dos Santos Mon-tey-ro","audio_file":"bernardodossantosmonteiro_1723232743.mp3","description":"Forward, Men's Socer","name":"Bernardo Dos Santos Monteiro","id":"55811"},"Users":[]},{"Name":{"pronunciation":"Bo-cuzzo","audio_file":"davidboccuzzo_1723233161.mp3","description":"Midfielder, Men's Soccer ","name":"David Boccuzzo","id":"55812"},"Users":[]},{"Name":{"pronunciation":"Moo-stre","audio_file":"eduardomustre_1723233340.mp3","description":"Forward, Men's Soccer","name":"Eduardo Mustre","id":"55813"},"Users":[]},{"Name":{"pronunciation":"Cast-iii-o","audio_file":"diegocastillo_1723233766.mp3","description":"Midfielder, Men's Soccer","name":"Diego Castillo","id":"55814"},"Users":[]},{"Name":{"pronunciation":"A-pii-a","audio_file":"michaelappiah_1723233898.mp3","description":"Forward, Men's Soccer","name":"Michael Appiah","id":"55815"},"Users":[]},{"Name":{"pronunciation":"Enrick Mut-so-lee","audio_file":"enriquemutsoli_1723234302.mp3","description":"Forward, Men's Soccer","name":"Enrique Mutsoli","id":"55816"},"Users":[]},{"Name":{"pronunciation":"Vil-cheese","audio_file":"leovilchis_1723234551.mp3","description":"Defender, Men's Soccer","name":"Leo Vilchis","id":"55817"},"Users":[]},{"Name":{"pronunciation":"Co-re-a","audio_file":"juanpablocorrea_1723235010.mp3","description":"Midfielder, Men's Soccer","name":"Juan Pablo Correa","id":"55818"},"Users":[]},{"Name":{"pronunciation":"Al-co-cer","audio_file":"brunoalcocer_1723235166.mp3","description":"Defender, Men's Soccer","name":"Bruno Alcocer","id":"55821"},"Users":[]},{"Name":{"pronunciation":"Vill-a-lobos","audio_file":"nicolasvillalobos_1723235322.mp3","description":"Midfielder, Men's Soccer ","name":"Nicolas Villalobos","id":"55822"},"Users":[]},{"Name":{"pronunciation":"Joe-ow Dough-mings","audio_file":"joodomngues_1723305447.mp3","description":"Midfielder, Men's Soccer ","name":"Jo\u00e3o Dom\u00edngues","id":"55919"},"Users":[]},{"Name":{"pronunciation":"Bear-o-sen","audio_file":"adrianbarosen_1723305901.mp3","description":"Defender, Men's Soccer","name":"Adrian Barosen","id":"55920"},"Users":[]},{"Name":{"pronunciation":"Oh-zoo-na","audio_file":"jpozuna_1723306128.mp3","description":"Forward, Men's Soccer","name":"JP Ozuna","id":"55921"},"Users":[]},{"Name":{"pronunciation":"Gus-taldy","audio_file":"juliengastaldy_1723306361.mp3","description":"Midfielder, Men's Soccer ","name":"Julien Gastaldy","id":"55922"},"Users":[]},{"Name":{"pronunciation":"Joe-ah-kim Be-tea-na","audio_file":"joackimbetina_1723306475.mp3","description":"Defender, Men's Soccer","name":"Joackim Betina","id":"55923"},"Users":[]},{"Name":{"pronunciation":"Ah-ree-eh","audio_file":"ronarie_1723306784.mp3","description":"Forward, Men's Soccer","name":"Ron Arie","id":"55924"},"Users":[]},{"Name":{"pronunciation":"San-chez","audio_file":"diegosanchez_1723306886.mp3","description":"Defender, Men's Soccer","name":"Diego Sanchez","id":"55925"},"Users":[]},{"Name":{"pronunciation":"Van Have-earn","audio_file":"nigelvanhaveren_1723306970.mp3","description":"Goalie, Men's Soccer","name":"Nigel Van Haveren","id":"55926"},"Users":[]},{"Name":{"pronunciation":"Ant-oh-nella So-lari","audio_file":"antonellasolari_1723481449.mp3","description":"Defender, Women's Soccer","name":"Antonella Solari","id":"56158"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"zorajackson_1723481515.mp3","description":"Defender, Women's Soccer","name":"Zora Jackson","id":"56159"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"valeryrestrepo_1723481807.mp3","description":"Goalkeeper, Women's Soccer","name":"Valery Restrepo","id":"56160"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"rebeccabaldelomar_1723481611.mp3","description":"Forward, Women's Soccer","name":"Rebecca Baldelomar","id":"56161"},"Users":[]},{"Name":{"pronunciation":"Ray-gen Bridges","audio_file":"reaganbridges_1723481842.mp3","description":"Defender, Women's Soccer","name":"Reagan Bridges","id":"56162"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"oliviapotter_1723481819.mp3","description":"Forward, Women's Soccer","name":"Olivia Potter","id":"56163"},"Users":[]},{"Name":{"pronunciation":"Oh-da-lee-ana Gomez","audio_file":"odalinagomez_1723481905.mp3","description":"Goalkeeper, Women's Soccer","name":"Odaliana Gomez","id":"56164"},"Users":[]},{"Name":{"pronunciation":"No-emee Pack-een","audio_file":"noemipaquin_1723481957.mp3","description":"Forward, Women's Soccer","name":"Noemi Paquin","id":"56165"},"Users":[]},{"Name":{"pronunciation":"Nicole So-lees","audio_file":"nikolesolis_1723482020.mp3","description":"Forward, Women's Soccer","name":"Nikole Solis","id":"56166"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"montelenedymond_1723482098.mp3","description":"Forward, Women's Soccer","name":"Montelene Dymond","id":"56167"},"Users":[]},{"Name":{"pronunciation":"Mick-ay-la Cark-huff","audio_file":"mikaylacarkhuff_1723482153.mp3","description":"Midfielder, Women's Soccer","name":"Mikayla Carkhuff","id":"56168"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"isabelladiez_1723482214.mp3","description":"Forward, Women's Soccer","name":"Isabella Diez","id":"56169"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"hanakofujii_1723482251.mp3","description":"Midfielder, Women's Soccer","name":"Hanako Fujii","id":"56170"},"Users":[]},{"Name":{"pronunciation":"Far-uh El Tay-are","audio_file":"faraheltayar_1723482319.mp3","description":"Defender, Women's Soccer","name":"Farah El Tayar","id":"56171"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"emilydvoskin_1723482379.mp3","description":"Midfielder, Women's Soccer","name":"Emily Dvoskin","id":"56172"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"elizabethrapp_1723482413.mp3","description":"Defender, Women's Soccer","name":"Elizabeth Rapp","id":"56173"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"delindasehlin_1723482522.mp3","description":"Defender, Women's Soccer","name":"Delinda Sehlin","id":"56175"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"deborahbien-aime_1723482575.mp3","description":"Defender, Women's Soccer","name":"Deborah Bien-Aime","id":"56177"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"chinatsukaio_1723482653.mp3","description":"Midfielder, Women's Soccer","name":"Chinatsu Kaio","id":"56179"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"catherinerapp_1723482732.mp3","description":"Defender, Women's Soccer","name":"Catherine Rapp","id":"56181"},"Users":[]},{"Name":{"pronunciation":"Bray-lin Vee-amill","audio_file":"brealynviamille_1723482797.mp3","description":"Forward, Women's Soccer","name":"Brealyn Viamille","id":"56184"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"ashlymartinez_1723482835.mp3","description":"Forward, Women's Soccer","name":"Ashly Martinez","id":"56185"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"ariannasparrow_1723482911.mp3","description":"Defender, Women's Soccer","name":"Arianna Sparrow","id":"56187"},"Users":[]},{"Name":{"pronunciation":"Ahm-bar Apo-sto-lico","audio_file":"ambarapostolico_1723483009.mp3","description":"Goalkeeper, Women's Soccer","name":"Ambar Apostolico","id":"56190"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"tysoncarter_1755537166.mp3","description":"Wide Receiver, Football","name":"Tyson Carter","id":"73475"},"Users":[]},{"Name":{"pronunciation":"muh-tee-iss","audio_file":"emilymatias_1724170971.mp3","description":"Volleyball","name":"Emily Matias","id":"57472"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"kayleemusick_1724171240.mp3","description":"Volleyball","name":"Kaylee Musick","id":"57477"},"Users":[]},{"Name":{"pronunciation":"huck-uh-bee","audio_file":"jillianhuckabey_1724358789.mp3","description":"Volleyball","name":"Jillian Huckabey","id":"57478"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"sophiamayo_1724171309.mp3","description":"Volleyball","name":"Sophia Mayo","id":"57479"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"juliathomas_1724171336.mp3","description":"Volleyball","name":"Julia Thomas","id":"57480"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"courtneyobrien_1724358797.mp3","description":"Volleyball","name":"Courtney O'Brien","id":"57481"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"colbylane_1724171381.mp3","description":"Volleyball","name":"Colby Lane","id":"57482"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"annafeldkamp_1724171397.mp3","description":"Volleyball","name":"Anna Feldkamp","id":"57483"},"Users":[]},{"Name":{"pronunciation":"key-ruh give-ns","audio_file":"kiragivans_1724171426.mp3","description":"Volleyball","name":"Kira Givans","id":"57484"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"savannahcook_1724171467.mp3","description":"Volleyball","name":" Savannah Cook","id":"57485"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"camerynjones_1724171498.mp3","description":"Volleyball","name":"Cameryn Jones","id":"57486"},"Users":[]},{"Name":{"pronunciation":"man-dee more-ee-oh-kuh","audio_file":"mandimorioka_1724171524.mp3","description":"Volleyball","name":"Mandi Morioka","id":"57487"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"madisonmorgan_1724171582.mp3","description":"Volleyball","name":"Madison Morgan","id":"57488"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"travelmorris_1724171613.mp3","description":"Volleyball","name":"Travel Morris","id":"57489"},"Users":[]},{"Name":{"pronunciation":"kindle ky-ler ","audio_file":"kindylkilar_1724171661.mp3","description":" Volleyball","name":"Kindyl Kilar","id":"57490"},"Users":[]},{"Name":{"pronunciation":"ge-ah-nuh tong-oh-aye-ee","audio_file":"giannatagoai_1724171709.mp3","description":"Volleyball","name":"Gianna Tagoa'i","id":"57491"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"valerygynina_1725558659.mp3","description":"Women's Tennis","name":"Valery Gynina","id":"60689"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"danabaidaulet_1725558708.mp3","description":"Women's Tennis","name":"Dana Baidaulet","id":"60690"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"ekaterinakhairutdinova_1725558777.mp3","description":"Women's Tennis","name":"Ekaterina Khairutdinova","id":"60691"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"petjadrame_1725558815.mp3","description":"Women's Tennis","name":"Petja Drame","id":"60692"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"aleksandrasimeva_1725558880.mp3","description":"Women's Tennis","name":"Aleksandra Simeva","id":"60693"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"oyinlomoquadre_1725558932.mp3","description":"Women's Tennis","name":"Oyinlomo Quadre","id":"60694"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"katerinamandelikova_1725558964.mp3","description":"Women's Tennis","name":"Katerina Mandelikova","id":"60695"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"anjadraskovic_1725559004.mp3","description":"Women's Tennis","name":"Anja Draskovic","id":"60696"},"Users":[]},{"Name":{"pronunciation":"In-gel-eh-cuh","audio_file":"princengeleka_1725923191.mp3","description":"Forward, Men's Soccer","name":"Prince Ngeleka","id":"61025"},"Users":[]},{"Name":{"pronunciation":"Naa-Sir","audio_file":"drissnasser_1725923271.mp3","description":"Midfielder, Men's Soccer","name":"Driss Nasser","id":"61026"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"nicolefrank_1726351117.mp3","description":"Women's Swimming & Diving","name":"Nicole Frank","id":"61503"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"emmabecker_1726351315.mp3","description":"Women's Swimming & Diving","name":"Emma Becker","id":"61504"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"ingridhuzar_1726351346.mp3","description":"Women's Swimming & Diving","name":"Ingrid Huzar","id":"61505"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"analuizadaisson_1726352521.mp3","description":"Women's Swimming & Diving","name":"Ana Luiza Daisson","id":"61506"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"fridastretrelobersii_1726352645.mp3","description":"Women's Swimming & Diving","name":"Frida Stretre Lobersii","id":"61507"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"jessicashpilko_1726352689.mp3","description":"Women's Swimming & Diving","name":"Jessica Shpilko","id":"61508"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"ruskalehtonen_1726352732.mp3","description":"Women's Swimming & Diving","name":"Ruska Lehtonen","id":"61509"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"brookemegdall_1726352759.mp3","description":"Women's Swimming & Diving","name":"Brooke Megdall","id":"61510"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"sophiekiryk_1726353442.mp3","description":"Women's Swimming & Diving","name":"Sophie Kiryk","id":"61513"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"claudiafrasca_1726352808.mp3","description":"Women's Swimming & Diving","name":"Claudia Frasca","id":"61512"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"sallyolsson_1726353466.mp3","description":"Women's Swimming & Diving","name":"Sally Olsson","id":"61514"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"varerlingsdottireidesgaard_1726353489.mp3","description":"Women's Swimming & Diving","name":"Var Erlingsdottir Eidesgaard","id":"61515"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"anelisroque_1726353511.mp3","description":"Women's Swimming & Diving","name":"Anelis Roque","id":"61516"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"harliaicurthoys-davies_1726353542.mp3","description":"Women's Swimming & Diving","name":"Harliai Curthoys-Davies","id":"61517"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"delaneybiro_1726353576.mp3","description":"Women's Swimming & Diving","name":"Delaney Biro","id":"61518"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"elliemaradyn_1726353651.mp3","description":"Women's Swimming & Diving","name":"Ellie Maradyn","id":"61519"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"lutnyabogdanova_1726353680.mp3","description":"Women's Swimming & Diving","name":"Lutnya Bogdanova","id":"61520"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"sydneysoto_1726353727.mp3","description":"Women's Swimming & Diving","name":"Sydney Soto","id":"61521"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"gabriellepuryear-lynch_1726353793.mp3","description":"Women's Swimming & Diving","name":"Gabrielle Puryear-Lynch","id":"61522"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"avosero_1726353823.mp3","description":"Women's Swimming & Diving","name":"Av Osero","id":"61523"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"kristinakeenan_1726353844.mp3","description":"Women's Swimming & Diving","name":"Kristina Keenan","id":"61524"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"imara-bellathorpe_1726353889.mp3","description":"Women's Swimming & Diving","name":"Imara-Bella Thorpe","id":"61525"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"tawnnahmclemore_1726353932.mp3","description":"Women's Swimming & Diving","name":"Tawnnah McLemore","id":"61526"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"jordanbrowning_1726353958.mp3","description":"Women's Swimming & Diving","name":"Jordan Browning","id":"61527"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"oumydiop_1726353987.mp3","description":"Women's Swimming & Diving","name":"Oumy Diop","id":"61528"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"dianasantamaria_1726354032.mp3","description":"Women's Swimming & Diving","name":"Diana Santamaria","id":"61529"},"Users":[]},{"Name":{"pronunciation":"Uh-Lee-Uh Pitts","audio_file":"aaliyahpitts_1734029048.mp3","description":"Guard, Women's Basketball","name":"Aaliyah Pitts","id":"66074"},"Users":[]},{"Name":{"pronunciation":"An-jeh-nah Bay-oh-so","audio_file":"angenabelloso_1734029120.mp3","description":"Guard, Women's Basketball","name":"Angena Belloso","id":"66075"},"Users":[]},{"Name":{"pronunciation":"Bean-eta Dee-ah-tah","audio_file":"binetadiatta_1734029268.mp3","description":"Forward, Women's Basketball","name":"Bineta Diatta","id":"66076"},"Users":[]},{"Name":{"pronunciation":"Claw-dee-ah Mar-een-ah","audio_file":"claudiamarina_1734029311.mp3","description":"Guard, Women's Basketball","name":"Claudia Marina","id":"66077"},"Users":[]},{"Name":{"pronunciation":"Is-Nelle Nah-tah-bow","audio_file":"isnellenatabou_1734029382.mp3","description":"Center, Women's Basketball","name":"Isnelle Natabou","id":"66078"},"Users":[]},{"Name":{"pronunciation":"Joe-dit Val-air-oh Rodriguez","audio_file":"juditvalero_1734029436.mp3","description":"Guard, Women's Basketball","name":"Judit Valero","id":"66079"},"Users":[]},{"Name":{"pronunciation":"Lauren Stewart","audio_file":"laurenstewart_1734029505.mp3","description":"Forward, Women's Basketball","name":"Lauren Stewart","id":"66080"},"Users":[]},{"Name":{"pronunciation":"My-uh Cone-ay","audio_file":"myakone_1734029579.mp3","description":"Forward, Women's Basketball","name":"Mya Kone","id":"66081"},"Users":[]},{"Name":{"pronunciation":"Un-dat-ay Un-dee-aye","audio_file":"ndatendiaye_1734029662.mp3","description":"Guard, Women's Basketball","name":"Ndate Ndiaye","id":"66082"},"Users":[]},{"Name":{"pronunciation":"Parris Atkins","audio_file":"parrisatkins_1734029739.mp3","description":"Guard, Women's Basketball","name":"Parris Atkins","id":"66083"},"Users":[]},{"Name":{"pronunciation":"Tuh-nay-juh Hayes","audio_file":"tanajahhayes_1734040634.mp3","description":"Guard, Women's Basketball","name":"Tanajah Hayes","id":"66084"},"Users":[]},{"Name":{"pronunciation":"Fant-asia James","audio_file":"fantasiajames_1734116853.mp3","description":"Guard, Women's Basketball","name":"Fantasia James","id":"66092"},"Users":[]},{"Name":{"pronunciation":"Loo-see-ah Fl-ay-tah Robles","audio_file":"luciafletarobles_1734116896.mp3","description":"Guard, Women's Basketball","name":"Lucia Fleta Robles","id":"66093"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"fridastretrelbersli_1734318252.mp3","description":"Women's Swimming & Diving","name":"Frida Stretre L\u00f8bersli","id":"66101"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"tawannahmclemore_1734318287.mp3","description":"Women's Swimming & Diving","name":"Tawannah McLemore","id":"66102"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"renelastres_1737562596.mp3","description":"Catcher, Baseball","name":"Rene Lastres","id":"67135"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"tracencameron_1737562666.mp3","description":"RHP\/INF, Baseball","name":"Tracen Cameron","id":"67137"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"derekbermudez_1737562746.mp3","description":"INF, Baseball","name":"Derek Bermudez","id":"67138"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"kylekoehler_1737562779.mp3","description":"INF\/OF, Baseball","name":"Kyle Koehler","id":"67139"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"javiercrespo_1737562815.mp3","description":"INF, Baseball","name":"Javier Crespo","id":"67140"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"karehvalentin_1737562842.mp3","description":"INF, Baseball","name":"Kareh Valentin","id":"67141"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"colecleveland_1737562909.mp3","description":"OF, Baseball","name":"Cole Cleveland","id":"67142"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"owenpuk_1737562926.mp3","description":"Pitcher, Baseball","name":"Owen Puk","id":"67143"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"marchersh_1737562978.mp3","description":"Catcher, Baseball","name":"Marc Hersh","id":"67145"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"brycegreene_1737563041.mp3","description":"Pitcher, Baseball","name":"Bryce Greene","id":"67148"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"jaydonbishop_1737563112.mp3","description":"Pitcher, Baseball","name":"Jaydon Bishop","id":"67150"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"loganrunde_1737567140.mp3","description":"Pitcher, Baseball","name":"Logan Runde","id":"67152"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"austindearing_1737563159.mp3","description":"OF, Baseball","name":"Austin Dearing","id":"67153"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"kishonfrett_1737563185.mp3","description":"OF, Baseball","name":"Kishon Frett","id":"67154"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"julianmlodzinski_1737563327.mp3","description":"Pitcher, Baseball","name":"Julian Mlodzinski","id":"67159"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"evanalwine_1737563431.mp3","description":"Pitcher, Baseball","name":"Evan Alwine","id":"67162"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"tristandietrich_1737563489.mp3","description":"Pitcher, Baseball","name":"Tristan Dietrich","id":"67164"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"ethanburkhardt_1737563522.mp3","description":"INF, Baseball","name":"Ethan Burkhardt","id":"67165"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"albertserrano_1737563562.mp3","description":"OF, Baseball","name":"Albert Serrano","id":"67167"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"jarekwoodward_1737563625.mp3","description":"Pitcher, Baseball","name":"Jarek Woodward","id":"67169"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"tobyhaarer_1737563726.mp3","description":"Pitcher, Baseball","name":"Toby Haarer","id":"67172"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"andrewildefonso_1737563802.mp3","description":"RHP\/OF, Baseball","name":"Andrew Ildefonso","id":"67174"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"sebastianberrios_1737563834.mp3","description":"OF\/LHP, Baseball","name":"Sebastian Berrios","id":"67175"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"brylanwest_1737563859.mp3","description":"1B, Baseball","name":"Brylan West","id":"67177"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"nelsonriveraflores_1737563923.mp3","description":"Catcher, Baseball","name":"Nelson Rivera Flores","id":"67179"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"kevinmartin_1737563955.mp3","description":"Pitcher, Baseball","name":"Kevin Martin","id":"67180"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"ryanhunter_1737563981.mp3","description":"OF, Baseball","name":"Ryan Hunter","id":"67182"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"enriquealvarezjr_1737564075.mp3","description":"1B\/OF, Baseball","name":"Enrique Alvarez Jr.","id":"67184"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"brendanroney_1737564148.mp3","description":"Catcher, Baseball","name":"Brendan Roney","id":"67185"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"davideckaus_1737564165.mp3","description":"Pitcher, Baseball","name":"David Eckaus","id":"67186"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"eastonmarks_1737564183.mp3","description":"Pitcher, Baseball","name":"Easton Marks","id":"67187"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"ryanreyerson_1737564198.mp3","description":"Pitcher, Baseball","name":"Ryan Reyerson","id":"67188"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"shanetucker_1737564243.mp3","description":"Pitcher, Baseball","name":"Shane Tucker","id":"67189"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"juanvillarreal_1737564298.mp3","description":"Pitcher, Baseball","name":"Juan Villarreal","id":"67190"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"imarionstanberry_1737564331.mp3","description":"Pitcher, Baseball","name":"Imarion Stanberry","id":"67191"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"ryanlabarca_1737564363.mp3","description":"Pitcher, Baseball","name":"Ryan Labarca","id":"67192"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"loganshapiro_1737566883.mp3","description":"OF, Baseball","name":"Logan Shapiro","id":"67193"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"hectorcandelas_1739236428.mp3","description":"OF, Baseball","name":"Hector Candelas","id":"68246"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"samuelfischer_1739236446.mp3","description":"INF, Baseball","name":"Samuel Fischer","id":"68247"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"adonysvelez_1739236459.mp3","description":"INF, Baseball","name":"Adonys Velez","id":"68248"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"alexulloa_1739300059.mp3","description":"INF, Baseball","name":"Alex Ulloa","id":"68280"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"paigemiller_1750967376.mp3","description":"Softball","name":"Paige Miller","id":"69671"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"janellemartinez_1750967520.mp3","description":"Softball","name":"Janelle Martinez","id":"69672"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"kallymeredith_1750967576.mp3","description":"Softball","name":"Kally Meredith","id":"69673"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"megankruger_1750967620.mp3","description":"Softball","name":"Megan Kruger","id":"69674"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"brookemcnichols_1750967667.mp3","description":"Softball","name":"Brooke McNichols","id":"69675"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"caitypatterson_1750967711.mp3","description":"Softball","name":"Caity Patterson","id":"69676"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"gracehelbling_1750967758.mp3","description":"Softball","name":"Grace Helbling","id":"69677"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"kendallcatherwood_1750967796.mp3","description":"Softball","name":"Kendall Catherwood","id":"69678"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"kaleenadowning_1750967837.mp3","description":"Softball","name":"Kaleena Downing","id":"69679"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"jewelievanderkous_1750967908.mp3","description":"Softball","name":"Jewelie Vanderkous","id":"69680"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"samanthazelenka_1750967956.mp3","description":"Softball","name":"Samantha Zelenka","id":"69681"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"kennedybyrd_1750968073.mp3","description":"Softball","name":"Kennedy Byrd","id":"69682"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"isabellaperez_1750968123.mp3","description":"Softball","name":"Isabella Perez","id":"69683"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"jensenluke_1750968176.mp3","description":"Softball","name":"Jensen Luke","id":"69684"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"zamyamcburrows_1750968245.mp3","description":"Softball","name":"Zamya McBurrows","id":"69685"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"keyonejenkins_1753982718.mp3","description":"QB, Football","name":"Keyone Jenkins","id":"70755"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"dallaspayne_1753983147.mp3","description":"Tight End, Football","name":"Dallas Payne","id":"70756"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"percycourtneyjr_1753983421.","description":"LB, Football","name":"Percy Courtney Jr.","id":"70757"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"antoniotrippjr_1753984553.mp3","description":"OL, Football","name":"Antonio Tripp Jr.","id":"70758"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"jai-ayviauynncelestine_1753984601.mp3","description":"DB, Football","name":"Jai-Ayviauynn Celestine","id":"70759"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"jaleeldavis_1753984631.mp3","description":"OL, Football","name":"Jaleel Davis","id":"70760"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"joepesansky_1753984672.mp3","description":"QB, Football","name":"Joe Pesansky","id":"70761"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"jujulewis_1753984715.mp3","description":"WR, Football","name":"Juju Lewis","id":"70762"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"juliuspierce_1753984763.mp3","description":"OL, Football","name":"Julius Pierce","id":"70763"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"kentonsimmons_1753984799.mp3","description":"DL, Football","name":"Kenton Simmons","id":"70764"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"shamirsterlin_1753984832.mp3","description":"DB, Football","name":"Shamir Sterlin","id":"70765"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"treywilhoit_1753985045.mp3","description":"Punter, Football","name":"Trey Wilhoit","id":"70766"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"websleyetienne_1753984903.mp3","description":"DB, Football","name":"Websley Etienne","id":"70767"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"alexperry_1753984941.mp3","description":"WR, Football","name":"Alex Perry","id":"70768"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"jacksonverdugo_1753985014.mp3","description":"Tight End, Football","name":"Jackson Verdugo","id":"70769"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"victorevansiii_1753985092.mp3","description":"DB, Football","name":"Victor Evans III","id":"70770"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"ashtonlevells_1753985529.mp3","description":"DB, Football","name":"Ashton Levells","id":"70771"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"brianbladesii_1753985234.mp3","description":"DB, Football","name":"Brian Blades II","id":"70772"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"cquanjnopierre_1753985578.mp3","description":"WR, Football","name":"C'Quan Jnopierre","id":"70773"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"jaheimbuchanon_1753985616.mp3","description":"OL, Football","name":"Jaheim Buchanon","id":"70774"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"johnnychaneyjr_1753985657._","description":"LB, Football","name":"Johnny Chaney Jr.","id":"70775"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"jojostone_1753985717.mp3","description":"WR, Football","name":"Jojo Stone","id":"70776"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"keegandavis_1753985753.mp3","description":"DL, Football","name":"Keegan Davis","id":"70777"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"kejonowens_1753985822.mp3","description":"RB, Football","name":"Kejon Owens","id":"70778"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"miguelcedeno_1753985861.mp3","description":"OL, Football","name":"Miguel Cedeno","id":"70779"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"noahgrant_1753985892.mp3","description":"Kicker, Football","name":"Noah Grant","id":"70780"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"olasunkonmiagunloye_1753985929.mp3","description":"DL, Football","name":"Olasunkonmi Agunloye","id":"70781"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"zaireflournoy_1753985959.mp3","description":"OL, Football","name":"Zaire Flournoy","id":"70782"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"demetriushill_1753986060.mp3","description":"DB, Football","name":"Demetrius Hill","id":"70783"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"barbaragarcia_1754339792.mp3","description":"Midfielder, Women's Soccer","name":"Barbara Garcia","id":"70817"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"carsynpetersen_1753992351.mp3","description":"Defender, Women's Soccer","name":"Carsyn Petersen","id":"70820"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"valentinazorrilla_1753992467.mp3","description":"Midfielder, Women's Soccer","name":"Valentina Zorrilla","id":"70823"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"roxybrewer_1754339454.mp3","description":"Midfielder, Women's Soccer","name":"Roxy Brewer","id":"70824"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"delfinalombardi_1753992718.mp3","description":"Forward, Women's Soccer","name":"Delfina Lombardi","id":"70827"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"jaydenboelter_1753992782.mp3","description":"Forward, Women's Soccer","name":"Jayden Boelter","id":"70830"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"jaileahmcpherson_1753992813.mp3","description":"Defender, Women's Soccer","name":"Jaileah Mcpherson","id":"70831"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"nataliaballinas_1753992858.mp3","description":"Defender, Women's Soccer","name":"Natalia Ballinas","id":"70832"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"mayamaxwell_1753993135.mp3","description":"Midfielder, Women's Soccer","name":"Maya Maxwell","id":"70835"},"Users":[]},{"Name":{"pronunciation":"Dough-li-anyu","audio_file":"marialuciadogliani_1754339523.mp3","description":"Midfielder, Women's Soccer","name":"Maria Lucia Dogliani","id":"70841"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"kiaraclarke_1753993392.mp3","description":"Defender, Women's Soccer","name":"Kiara Clarke","id":"70842"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"noaganthier_1753993491.mp3","description":"Midfielder, Women's Soccer","name":"Noa Ganthier","id":"70846"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"olaorelesi_1753993583.mp3","description":"Defender, Women's Soccer","name":"Ola Orelesi","id":"70849"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"kennedyfloyd_1753993618.mp3","description":"Forward, Women's Soccer","name":"Kennedy Floyd","id":"70851"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"gracemorris_1753993647.mp3","description":"Defender, Women's Soccer","name":"Grace Morris","id":"70853"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"monagellert_1753993877.mp3","description":"Defender, Women's Soccer","name":"Mona Gellert","id":"70859"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"magdastambrowska_1754414098.mp3","description":"Middle Blocker, Women's Volleyball","name":"Magda Stambrowska","id":"71257"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"katekuehn_1754414144.mp3","description":"Setter, Women's Volleyball","name":"Kate Kuehn","id":"71258"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"jennamcclure_1754414177.mp3","description":"Libero, Women's Volleyball","name":"Jenna McClure","id":"71259"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"haleyherndon_1754414226.mp3","description":"Opposite, Women's Volleyball","name":"Haley Herndon","id":"71260"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"emmaberetich_1754414255.mp3","description":"Middle Blocker, Women's Volleyball","name":"Emma Beretich","id":"71261"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"bekapfefferkorn_1754414291.mp3","description":"Outside Hitter, Women's Volleyball","name":"Rebekah Pfefferkorn","id":"71262"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"ashlynblazer_1754414404.mp3","description":"Outside Hitter, Women's Volleyball","name":"Ashlyn Blazer","id":"71263"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"pasqualecapriati_1754506581.mp3","description":"Forward, Men's Soccer","name":"Pasquale Capriati","id":"71351"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"lukaspareja_1754506680.mp3","description":"Midfielder, Men's Soccer","name":"Lukas Pareja","id":"71352"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"leonardoconsoloni_1754506785.mp3","description":"Midfielder, Men's Soccer","name":"Leonardo Consoloni","id":"71353"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"jesseaddaeosei_1754506849.mp3","description":"Defense, Men's Soccer","name":"Jesse Addae Osei","id":"71354"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"jameeldurhan_1754506925.mp3","description":"Defense, Men's Soccer","name":"Jameel Durhan","id":"71355"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"dominicbrady_1754506957.mp3","description":"Midfielder, Men's Soccer","name":"Dominic Brady","id":"71356"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"dohyunkoh_1754506987.mp3","description":"Defense, Men's Soccer","name":"Dohyun Koh","id":"71357"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"alejandronasato_1754507038.mp3","description":"Forward, Men's Soccer","name":"Alejandro Nasato","id":"71358"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"emmanuelgorebi_1754586861.mp3","description":"Defense, Men's Soccer","name":"Emmanuel Gore Bi","id":"71531"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"emiliomaldonadofrei_1754587123.mp3","description":"Midfielder, Men's Soccer","name":"Emilio Maldonado Frei","id":"71532"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"johanhelan_1754587270.mp3","description":"Forward, Men's Soccer","name":"Johan Helan","id":"71533"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"johanarevalo_1754587529.mp3","description":"Forward, Men's Soccer","name":"Johan Arevalo","id":"71534"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"tibogobet_1754587560.mp3","description":"Defense, Men's Soccer","name":"Tibo Gobet","id":"71535"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"scottneil_1754587595.mp3","description":"Midfielder, Men's Soccer","name":"Scott Neil","id":"71536"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"owentravis_1755100352.mp3","description":"Defender, Men's Soccer","name":"Owen Travis","id":"72219"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"alfonsogilleardsoriano_1755100605.mp3","description":"Defender, Men's Soccer","name":"Alfonso Gilleard Soriano","id":"72220"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"floriangrollmann_1755100628.mp3","description":"Goalie, Men's Soccer","name":"Florian Grollmann","id":"72221"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"damianmcgregor-wickham_1755100654.mp3","description":"Defender, Men's Soccer","name":"Damian McGregor-Wickham","id":"72222"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"aaronarmitage_1755532742.mp3","description":"Defensive Line, Football","name":"Aaron Armitage","id":"73389"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"adrianhemelt_1755532793.mp3","description":"Punter\/Kicker, Football","name":"Adrian Hemelt","id":"73390"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"akeemneal_1755532822.mp3","description":"Offensive Line, Football","name":"Akeem Neal","id":"73391"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"amariisaac_1755532850.mp3","description":"Wide Receiver, Football","name":"Amari Isaac","id":"73392"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"andrebrown_1755532878.mp3","description":"Wide Receiver, Football","name":"Andre Brown","id":"73393"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"anthonysmith_1755532901.mp3","description":"Defensive Line, Football","name":"Anthony Smith","id":"73394"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"antoniopatterson_1755532953.mp3","description":"Defensive Back, Football","name":"Antonio Patterson","id":"73395"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"aydanclinton_1755533023.mp3","description":"Defensive Line, Football","name":"Aydan Clinton","id":"73397"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"bobbysallajr_1755533050.mp3","description":"Defensive Back, Football","name":"Bobby Salla Jr.","id":"73398"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"braidenstaten_1755533105.mp3","description":"Tight End, Football","name":"Braiden Staten","id":"73399"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"camdavis_1755533171.mp3","description":"Linebacker, Football","name":"Cam Davis","id":"73400"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"hadstaley_1755533213.mp3","description":"Offensive Line, Football","name":"Chad Staley","id":"73401"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"christianlangford_1755533256.mp3","description":"Quarterback, Football","name":"Christian Langford","id":"73402"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"danteanderson_1755533291.mp3","description":"Defensive Line, Football","name":"Dante Anderson","id":"73403"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"sadonniegay_1755533323.mp3","description":"Defensive Back, Football","name":"Sadonnie Gay","id":"73404"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"donovangiles_1755533346.mp3","description":"Wide Receiver, Football","name":"Donovan Giles","id":"73405"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"dwightnunoo_1755533379.mp3","description":"Linebacker, Football","name":"Dwight Nunoo","id":"73406"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"dylanherman_1755533417.mp3","description":"Wide Receiver, Football","name":"Dylan Herman","id":"73407"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"ericnelson_1755533450.mp3","description":"Wide Receiver, Football","name":"Eric Nelson","id":"73408"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"jacksonschultze_1755533475.mp3","description":"Offensive Line, Football","name":"Jackson Schultze","id":"73409"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"jakehelfrich_1755533663.mp3","description":"Quarterback\/Wide Receiver, Football","name":"Jake Helfrich","id":"73411"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"jeremysmith_1755533694.mp3","description":"Offensive Line, Football","name":"Jeremy Smith","id":"73412"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"jessiahmcgrew_1755533724.mp3","description":"Defensive Back, Football","name":"Jessiah McGrew","id":"73413"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"jonrodriguez_1755533752.mp3","description":"Offensive Line, Football","name":"Jon Rodriguez","id":"73414"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"josecorbo_1755533780.mp3","description":"Running Back, Football","name":"Jose Corbo","id":"73415"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"josiahtaylor_1755533805.mp3","description":"Linebacker, Football","name":"Josiah Taylor","id":"73416"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"justincayenne_1755533826.mp3","description":"Tight End, Football","name":"Justin Cayenne","id":"73417"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"justinwood_1755533876.mp3","description":"Long Snapper, Football","name":"Justin Wood","id":"73418"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"kanismith_1755533912.mp3","description":"Defensive Line, Football","name":"Kani Smith","id":"73419"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"kennywilliams_1755533981.mp3","description":"Wide Receiver, Football","name":"Kenny Williams","id":"73420"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"knajeesaffold_1755534022.mp3","description":"Offensive Line, Football","name":"Knajee Saffold","id":"73421"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"kylemcneal_1755534052.mp3","description":"Wide Receiver, Football","name":"Kyle McNeal","id":"73422"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"kyriesamuel_1755534078.mp3","description":"Defensive Line, Football","name":"Kyrie Samuel","id":"73424"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"lamontgreenjr_1755534115.mp3","description":"Defensive Line, Football","name":"Lamont Green Jr.","id":"73425"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"lcierluter_1755534153.mp3","description":"Defensive Line, Football","name":"L'Cier Luter","id":"73426"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"maguireanderson_1755534394.mp3","description":"Wide Receiver, Football","name":"Maguire Anderson","id":"73430"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"marcmicheljr_1755534418.mp3","description":"Offensive Line, Football","name":"Marc Michel Jr.","id":"73432"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"matiasgarcia_1755534447.mp3","description":"Offensive Line, Football","name":"Matias Garcia","id":"73434"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"matthewpointer_1755534475.mp3","description":"Defensive Line, Football","name":"Matthew Pointer","id":"73435"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"misterclark_1755534525.mp3","description":"Defensive Back, Football","name":"Mister Clark","id":"73438"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"mykealrabess_1755534700.mp3","description":"Offensive Line, Football","name":"Mykeal Rabess","id":"73442"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"natehenry_1755534792.mp3","description":"Running Back, Football","name":"Nate Henry","id":"73443"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"nickwatson_1755535656.mp3","description":"Defensive Line, Football","name":"Nick Watson","id":"73444"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"noahfernandez_1755535691.mp3","description":"Offensive Line, Football","name":"Noah Fernandez","id":"73445"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"orlandosyph-timmons_1755535884.mp3","description":"Linebacker, Football","name":"Orlando Syph-Timmons","id":"73446"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"ormondwallace_1755535928.mp3","description":"Defensive Back, Football","name":"Ormond Wallace","id":"73447"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"prestonthompson_1755535967.mp3","description":"Defensive Back, Football","name":"Preston Thompson","id":"73448"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"richardnwaukoni_1755536109.mp3","description":"Defensive Line, Football","name":"Richard Nwaukoni","id":"73449"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"robertwilliams_1755536180.mp3","description":"Defensive Line, Football","name":"Robert Williams","id":"73450"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"robertczeremcha_1755536211.mp3","description":"Kicker, Football","name":"Robert Czeremcha","id":"73451"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"rossfournet_1755536268.mp3","description":"Wide Receiver, Football","name":"Ross Fournet","id":"73452"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"seanburke_1755536290.mp3","description":"Tight End, Football","name":"Sean Burke","id":"73453"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"shabornedemps_1755536399.mp3","description":"Wide Receiver, Football","name":"Semaj Demps","id":"73455"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"stonespringman_1755536442.mp3","description":"Punter, Football","name":"Stone Springman","id":"73458"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"takaylenmuex_1755536502.mp3","description":"Offensive Line, Football","name":"Takaylen Muex","id":"73462"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"toddrickbrewton_1755536591.mp3","description":"Defensive Line, Football","name":"Toddrick Brewton","id":"73467"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"trentsims_1755536625.mp3","description":"Long Snapper, Football","name":"Trent Sims","id":"73469"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"viliamimakahununiu_1755537207.mp3","description":"Offensive Line, Football","name":"Viliami Makahununiu","id":"73476"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"xionchapman_1755537235.mp3","description":"Defensive Line, Football","name":"Xion Chapman","id":"73477"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"zacharywaters_1755537257.mp3","description":"Quarterback, Football","name":"Zachary Waters","id":"73478"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"vittoriabaccino_1757961246.mp3","description":"Women's Tennis","name":"Vittoria Baccino","id":"78779"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"viktoriehazmukova_1757961340.mp3","description":"Women's Tennis","name":"Viktorie Hazmukova","id":"78780"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"iuliaandreeaionescu_1757961370.mp3","description":"Women's Tennis","name":"Iulia Andreea Ionescu","id":"78781"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"dianakhaydarshina_1757961391.mp3","description":"Women's Tennis","name":"Diana Khaydarshina","id":"78782"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"marialuciaaraoz-gosn_1757961461.mp3","description":"Women's Tennis","name":"Maria Lucia Araoz-Gosn","id":"78783"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"jelenavico_1757961487.mp3","description":"Women's Tennis","name":"Jelena Vico","id":"78784"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"ndeyeastoundiaye_1761156051.mp3","description":"Forward, Women's Basketball","name":"Ndeye Astou Ndiaye","id":"81644"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"astridmukulumpe_1761156096.mp3","description":"Forward, Women's Basketball","name":"Astrid Mukulumpe","id":"81647"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"denikalightbourne_1761156177.mp3","description":"Guard, Women's Basketball","name":"Denika Lightbourne","id":"81651"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"greciaferrerleal_1761156215.mp3","description":"Guard, Women's Basketball","name":"Grecia Ferrer Leal","id":"81652"},"Users":[]},{"Name":{"pronunciation":"","audio_file":"seleneromero_1761156268.mp3","description":"Forward, Women's Basketball","name":"Selene Romero","id":"81653"},"Users":[]},{"Name":{"pronunciation":"uh-MAR-ee-on","audio_file":"amarionnimmers_1761419127.mp3","description":"Guard, Men's Basketball","name":"Amarion Nimmers","id":"81904"},"Users":[]},{"Name":{"pronunciation":"di-BAH-mee","audio_file":"ericdibami_1761419303.mp3","description":"Forward, Men's Basketball","name":"Eric Dibami","id":"81905"},"Users":[]},{"Name":{"pronunciation":"guh-VI-dis gits-EH-vi-chus","audio_file":"gvidasgicevicius_1761419491.mp3","description":"Forward, Men's Basketball","name":"Gvidas Gicevicius","id":"81906"},"Users":[]},{"Name":{"pronunciation":"ha-MED oh-luh-INK-uh","audio_file":"hamedlarryolayinka_1761419701.mp3","description":"Forward, Men's Basketball","name":"Hamed \"Larry\" Olayinka","id":"81907"},"Users":[]},{"Name":{"pronunciation":"ee-BRA-heem oh-LA-ju-wan","audio_file":"ibrahimolajuwon_1761419803.mp3","description":"Forward, Men's Basketball","name":"Ibrahim Olajuwon","id":"81908"},"Users":[]},{"Name":{"pronunciation":"JORJ SAWN-tos","audio_file":"jorgesantos_1761419969.mp3","description":"Forward, Men's Basketball","name":"Jorge Santos","id":"81909"},"Users":[]},{"Name":{"pronunciation":"ZAH-dee","audio_file":"zawdiejackson_1761420211.mp3","description":"Guard, Men's Basketball","name":"Zawdie Jackson","id":"81910"},"Users":[]},{"Name":{"pronunciation":"rin-AUT-oh roo-IZ","audio_file":"renatoruiz_1761420239.mp3","description":"Guard, Men's Basketball","name":"Renato Ruiz","id":"81911"},"Users":[]},{"Name":{"pronunciation":"tee-AH-go shu-CAH-kee","audio_file":"thiagosucatzky_1761420417.mp3","description":"Guard, Men's Basketball","name":"Thiago Sucatzky","id":"81912"},"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 === 'clemsontigers')
		{  
			var earit_replaced = earit_jQuery("div.person__name *").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 === 'georgiatech')
		{  
			var earit_replaced = earit_jQuery("figcaption a *").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 === 'lsu')
		{  
			var earit_replaced = earit_jQuery("div.roster-list_item_info_name h2").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.roster-list_item_info_name").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 {vertical-align: top;},.earit_player { height: 85px; }.earit_player:hover *{box-shadow: none; border: 0px;opacity:1}.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; color: #000;}@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;}.earit_player_image{vertical-align: top !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 ';
	if( (earit_data.earit_type === 'healthcare') ){
		data += '<img src="https://earit2.thenameengine.com/img/thenameengine.png" alt="thenameengine.com" class="earit_logo_img" />';
	
	} else {
		data += '<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>';
	}
	data += '</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();
	//Fix for usa jaguars
	if(earit_data.earit_username == 'usajaguars'){
		earit_position.top = earit_position.top - 234;
	}
	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 === 'clemsontigers') ||
	(earit_data.earit_type === 'georgiatech') ||
	(earit_data.earit_type === 'lsu') ||
	((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 && earit_data.earit_type != "jquery3") {
			//our application doesn't work with jQuery version 3+
			earit_getjQuery();
			earit_noconflict();
		}
		else {
<!-- 			earit_jQuery = $; -->
			earit_jQuery = jQuery;
			earit_init();
		}
	}
} else {
	if(typeof jQuery == 'undefined') {	
		earit_getjQuery();
	} else {
		earit_jQuery = jQuery;
		earit_init();
	}
}
if( (earit_data.earit_type === 'healthcare') ){
	if(typeof jQuery == 'undefined') {	
		earit_getjQuery();
	} else {
		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();
		});
	});
}


