$(document).ready(function() {
    $('.biography').hide();
    
// 2011 Onward, more generic class
    
    $('.one a.intext-modal').click(function() {
    	$('.one .biography').fadeIn('slow');
    	return false;
    	});
    $('.one .btn-close a').click(function() {
    	$('.one .biography').fadeOut('slow');
    	return false;
    	});
    
    $('.two a.intext-modal').click(function() {
    	$('.two .biography').fadeIn('slow');
    	return false;
    	});
    $('.two .btn-close a').click(function() {
    	$('.two .biography').fadeOut('slow');
    	return false;
    	});
    
    $('.three a.intext-modal').click(function() {
    	$('.three .biography').fadeIn('slow');
    	return false;
    	});
    $('.three .btn-close a').click(function() {
    	$('.three .biography').fadeOut('slow');
    	return false;
    	});
    
    $('.four a.intext-modal').click(function() {
    	$('.four .biography').fadeIn('slow');
    	return false;
    	});
    $('.four .btn-close a').click(function() {
    	$('.four .biography').fadeOut('slow');
    	return false;
    	});
    
    $('.five a.intext-modal').click(function() {
    	$('.five .biography').fadeIn('slow');
    	return false;
    	});
    $('.five .btn-close a').click(function() {
    	$('.five .biography').fadeOut('slow');
    	return false;
    	});
    
    $('.six a.intext-modal').click(function() {
    	$('.six .biography').fadeIn('slow');
    	return false;
    	});
    $('.six .btn-close a').click(function() {
    	$('.six .biography').fadeOut('slow');
    	return false;
    	});
    
    $('.seven a.intext-modal').click(function() {
    	$('.seven .biography').fadeIn('slow');
    	return false;
    	});
    $('.seven .btn-close a').click(function() {
    	$('.seven .biography').fadeOut('slow');
    	return false;
    	});
    
    $('.eight a.intext-modal').click(function() {
    	$('.eight .biography').fadeIn('slow');
    	return false;
    	});
    $('.eight .btn-close a').click(function() {
    	$('.eight .biography').fadeOut('slow');
    	return false;
    	});
    
    $('.nine a.intext-modal').click(function() {
    	$('.nine .biography').fadeIn('slow');
    	return false;
    	});
    $('.nine .btn-close a').click(function() {
    	$('.nine .biography').fadeOut('slow');
    	return false;
    	});
    
    $('.nine-a a.intext-modal').click(function() {
    	$('.nine-a .biography').fadeIn('slow');
    	return false;
    	});
    $('.nine-a .btn-close a').click(function() {
    	$('.nine-a .biography').fadeOut('slow');
    	return false;
    	});
    
    $('.nine-b a.intext-modal').click(function() {
    	$('.nine-b .biography').fadeIn('slow');
    	return false;
    	});
    $('.nine-b .btn-close a').click(function() {
    	$('.nine-b .biography').fadeOut('slow');
    	return false;
    	});
    
    $('.ten a.intext-modal').click(function() {
    	$('.ten .biography').fadeIn('slow');
    	return false;
    	});
    $('.ten .btn-close a').click(function() {
    	$('.ten .biography').fadeOut('slow');
    	return false;
    	});
    
    $('.eleven a.intext-modal').click(function() {
    	$('.eleven .biography').fadeIn('slow');
    	return false;
    	});
    $('.eleven .btn-close a').click(function() {
    	$('.eleven .biography').fadeOut('slow');
    	return false;
    	});
    
    $('.twelve a.intext-modal').click(function() {
    	$('.twelve .biography').fadeIn('slow');
    	return false;
    	});
    $('.twelve .btn-close a').click(function() {
    	$('.twelve .biography').fadeOut('slow');
    	return false;
    	});
    
    $('.thirteen a.intext-modal').click(function() {
    	$('.thirteen .biography').fadeIn('slow');
    	return false;
    	});
    $('.thirteen .btn-close a').click(function() {
    	$('.thirteen .biography').fadeOut('slow');
    	return false;
    	});
    
    $('.fourteen a.intext-modal').click(function() {
    	$('.fourteen .biography').fadeIn('slow');
    	return false;
    	});
    $('.fourteen .btn-close a').click(function() {
    	$('.fourteen .biography').fadeOut('slow');
    	return false;
    	});
    
    $('.fifteen a.intext-modal').click(function() {
    	$('.fifteen .biography').fadeIn('slow');
    	return false;
    	});
    $('.fifteen .btn-close a').click(function() {
    	$('.fifteen .biography').fadeOut('slow');
    	return false;
    	});
    
    $('.fifteen-a a.intext-modal').click(function() {
    	$('.fifteen-a .biography').fadeIn('slow');
    	return false;
    	});
    $('.fifteen-a .btn-close a').click(function() {
    	$('.fifteen-a .biography').fadeOut('slow');
    	return false;
    	});
    
    $('.fifteen-b a.intext-modal').click(function() {
    	$('.fifteen-b .biography').fadeIn('slow');
    	return false;
    	});
    $('.fifteen-b .btn-close a').click(function() {
    	$('.fifteen-b .biography').fadeOut('slow');
    	return false;
    	});
    
    $('.sixteen a.intext-modal').click(function() {
    	$('.sixteen .biography').fadeIn('slow');
    	return false;
    	});
    $('.sixteen .btn-close a').click(function() {
    	$('.sixteen .biography').fadeOut('slow');
    	return false;
    	});
    
    $('.seventeen a.intext-modal').click(function() {
    	$('.seventeen .biography').fadeIn('slow');
    	return false;
    	});
    $('.seventeen .btn-close a').click(function() {
    	$('.seventeen .biography').fadeOut('slow');
    	return false;
    	});
    
    $('.eighteen a.intext-modal').click(function() {
    	$('.eighteen .biography').fadeIn('slow');
    	return false;
    	});
    $('.eighteen .btn-close a').click(function() {
    	$('.eighteen .biography').fadeOut('slow');
    	return false;
    	});
    
    $('.nineteen a.intext-modal').click(function() {
    	$('.nineteen .biography').fadeIn('slow');
    	return false;
    	});
    $('.nineteen .btn-close a').click(function() {
    	$('.nineteen .biography').fadeOut('slow');
    	return false;
    	});
    
    $('.twenty a.intext-modal').click(function() {
    	$('.twenty .biography').fadeIn('slow');
    	return false;
    	});
    $('.twenty .btn-close a').click(function() {
    	$('.twenty .biography').fadeOut('slow');
    	return false;
    	});
    
    $('.twentyone a.intext-modal').click(function() {
    	$('.twentyone .biography').fadeIn('slow');
    	return false;
    	});
    $('.twentyone .btn-close a').click(function() {
    	$('.twentyone .biography').fadeOut('slow');
    	return false;
    	});
    
    $('.extra-1 a.intext-modal').click(function() {
    	$('.extra-1 .biography').fadeIn('slow');
    	return false;
    	});
    $('.extra-1 .btn-close a').click(function() {
    	$('.extra-1 .biography').fadeOut('slow');
    	return false;
    	});
    
// List all people here
    
    $('#adnan-ates a.intext-modal').click(function() {
    	$('#adnan-ates .biography').fadeIn('slow');
    	return false;
    	});
    $('.btn-close a').click(function() {
    	$('#adnan-ates .biography').fadeOut('slow');
    	return false;
    	});
    
    $('#ahmed a.intext-modal').click(function() {
    	$('#ahmed .biography').fadeIn('slow');
    	return false;
    	});
    $('.btn-close a').click(function() {
    	$('#ahmed .biography').fadeOut('slow');
    	return false;
    	});
    
    $('#berk-koprulu a.intext-modal').click(function() {
    	$('#berk-koprulu .biography').fadeIn('slow');
    	return false;
    	});
    $('.btn-close a').click(function() {
    	$('#berk-koprulu .biography').fadeOut('slow');
    	return false;
    	});
    	
    $('#windes-beste a.intext-modal').click(function() {
    	$('#windes-beste .biography').fadeIn('slow');
    	return false;
    	});
    $('.btn-close a').click(function() {
    	$('#windes-beste .biography').fadeOut('slow');
    	return false;
    	});
    	
    $('#ulupinar a.intext-modal').click(function() {
    	$('#ulupinar .biography').fadeIn('slow');
    	return false;
    	});
    $('.btn-close a').click(function() {
    	$('#ulupinar .biography').fadeOut('slow');
    	return false;
    	});
    	
    $('#ulasir a.intext-modal').click(function() {
    	$('#ulasir .biography').fadeIn('slow');
    	return false;
    	});
    $('.btn-close a').click(function() {
    	$('#ulasir .biography').fadeOut('slow');
    	return false;
    	});
    	
    $('#ahmed-ferid a.intext-modal').click(function() {
    	$('#ahmed-ferid .biography').fadeIn('slow');
    	return false;
    	});
    $('.btn-close a').click(function() {
    	$('#ahmed-ferid .biography').fadeOut('slow');
    	return false;
    	});
    
    $('#hepaktan a.intext-modal').click(function() {
    	$('#hepaktan .biography').fadeIn('slow');
    	return false;
    	});
    $('.btn-close a').click(function() {
    	$('#hepaktan .biography').fadeOut('slow');
    	return false;
    	});
    
    $('#ozalp a.intext-modal').click(function() {
    	$('#ozalp .biography').fadeIn('slow');
    	return false;
    	});
    $('.btn-close a').click(function() {
    	$('#ozalp .biography').fadeOut('slow');
    	return false;
    	});
    
    $('#windes a.intext-modal').click(function() {
    	$('#windes .biography').fadeIn('slow');
    	return false;
    	});
    $('.btn-close a').click(function() {
    	$('#windes .biography').fadeOut('slow');
    	return false;
    	});
    
    $('#zeren a.intext-modal').click(function() {
    	$('#zeren .biography').fadeIn('slow');
    	return false;
    	});
    $('.btn-close a').click(function() {
    	$('#zeren .biography').fadeOut('slow');
    	return false;
    	});
    
    $('#bek a.intext-modal').click(function() {
    	$('#bek .biography').fadeIn('slow');
    	return false;
    	});
    $('.btn-close a').click(function() {
    	$('#bek .biography').fadeOut('slow');
    	return false;
    	});
    
    $('#ozdemir a.intext-modal').click(function() {
    	$('#ozdemir .biography').fadeIn('slow');
    	return false;
    	});
    $('.btn-close a').click(function() {
    	$('#ozdemir .biography').fadeOut('slow');
    	return false;
    	});
    
    $('#sumer-pek a.intext-modal').click(function() {
    	$('#sumer-pek .biography').fadeIn('slow');
    	return false;
    	});
    $('.btn-close a').click(function() {
    	$('#sumer-pek .biography').fadeOut('slow');
    	return false;
    	});
    
    $('#sarioglu a.intext-modal').click(function() {
    	$('#sarioglu .biography').fadeIn('slow');
    	return false;
    	});
    $('.btn-close a').click(function() {
    	$('#sarioglu .biography').fadeOut('slow');
    	return false;
    	});
    
    $('#seyhoglu a.intext-modal').click(function() {
    	$('#seyhoglu .biography').fadeIn('slow');
    	return false;
    	});
    $('.btn-close a').click(function() {
    	$('#seyhoglu .biography').fadeOut('slow');
    	return false;
    	});
    
    $('#schorr a.intext-modal').click(function() {
    	$('#schorr .biography').fadeIn('slow');
    	return false;
    	});
    $('.btn-close a').click(function() {
    	$('#schorr .biography').fadeOut('slow');
    	return false;
    	});
    
    $('#tasdemir a.intext-modal').click(function() {
    	$('#tasdemir .biography').fadeIn('slow');
    	return false;
    	});
    $('.btn-close a').click(function() {
    	$('#tasdemir .biography').fadeOut('slow');
    	return false;
    	});
    
    $('#tim-tucker a.intext-modal').click(function() {
    	$('#tim-tucker .biography').fadeIn('slow');
    	return false;
    	});
    $('.btn-close a').click(function() {
    	$('#tim-tucker .biography').fadeOut('slow');
    	return false;
    	});
    
    $('#yashin a.intext-modal').click(function() {
    	$('#yashin .biography').fadeIn('slow');
    	return false;
    	});
    $('.btn-close a').click(function() {
    	$('#yashin .biography').fadeOut('slow');
    	return false;
    	});
    
    $('#mehmet-yaya a.intext-modal').click(function() {
    	$('#mehmet-yaya .biography').fadeIn('slow');
    	return false;
    	});
    $('.btn-close a').click(function() {
    	$('#mehmet-yaya .biography').fadeOut('slow');
    	return false;
    	});
    
// 2008 Board Biography Reveals

}); // Final Closing Tag
