$(document).ready(function() {
    $('.biography').hide();
    
// List all people here
    
    $('#ahmed a.intext-modal').click(function() {
    	$('#ahmed .biography').fadeIn('slow');
    	return false;
    	});
    $('.btn-close a').click(function() {
    	$('#ahmed .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;
    	});
    
    $('#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;
    	});
    
    $('#yashin a.intext-modal').click(function() {
    	$('#yashin .biography').fadeIn('slow');
    	return false;
    	});
    $('.btn-close a').click(function() {
    	$('#yashin .biography').fadeOut('slow');
    	return false;
    	});
    
// 2008 Board Biography Reveals

}); // Final Closing Tag