$(document).ready(function ()
{
// pops that control day26 big guy popouts, profile changes. by justinholt.com august 2009 v2.0

//allow clicks of small to show big and change z-index for layering over video player, etc
	$('.popwillie').click( function()  {
		$('div.bigwillie').show("slow");
		$('div.bigwillie').css({'z-index':'52'});
		$('div.bigrobert').hide("fast");
		$('div.bigrobert').css({'z-index':'12'});
		$('div.bigmike').hide("fast");
		$('div.bigmike').css({'z-index':'13'});
		$('div.bigbrian').hide("fast");
		$('div.bigbrian').css({'z-index':'14'});
		$('div.bigqwanell').hide("fast");
		$('div.bigqwanell').css({'z-index':'15'});
		//change footer profile image
		$('img.profile-day26').hide();
		$('img.profile-robert').hide();
		$('img.profile-mike').hide();
		$('img.profile-brian').hide();
		$('img.profile-qwanell').hide();
		$('img.profile-willie').show();
		//change text in header
		$('div.header').text('Willie Taylor');
		//change profile bio text
		$('div.text-day26').hide();
		$('div.text-robert').hide();
		$('div.text-mike').hide();
		$('div.text-brian').hide();
		$('div.text-qwanell').hide();
		$('div.text-willie').show();
	});
	$('.poprobert').click( function()  {
		$('div.bigwillie').hide();
		$('div.bigwillie').css({'z-index':'11'});
		$('div.bigrobert').show();
		$('div.bigrobert').css({'z-index':'52'});
		$('div.bigmike').hide();
		$('div.bigmike').css({'z-index':'13'});
		$('div.bigbrian').hide();
		$('div.bigbrian').css({'z-index':'14'});
		$('div.bigqwanell').hide();
		$('div.bigqwanell').css({'z-index':'15'});
		//change footer profile image
		$('img.profile-day26').hide();
		$('img.profile-robert').show();
		$('img.profile-mike').hide();
		$('img.profile-brian').hide();
		$('img.profile-qwanell').hide();
		$('img.profile-willie').hide();
		//change text in header
		$('div.header').text('Robert Curry');
		//change profile bio text
		$('div.text-day26').hide();
		$('div.text-robert').show();
		$('div.text-mike').hide();
		$('div.text-brian').hide();
		$('div.text-qwanell').hide();
		$('div.text-willie').hide();
	});
	$('.popmike').click( function()  {
		$('div.bigwillie').hide();
		$('div.bigwillie').css({'z-index':'11'});
		$('div.bigrobert').hide();
		$('div.bigrobert').css({'z-index':'12'});
		$('div.bigmike').show();
		$('div.bigmike').css({'z-index':'52'});
		$('div.bigbrian').hide();
		$('div.bigbrian').css({'z-index':'14'});
		$('div.bigqwanell').hide();
		$('div.bigqwanell').css({'z-index':'15'});
		//change footer profile image
		$('img.profile-day26').hide();
		$('img.profile-robert').hide();
		$('img.profile-mike').show();
		$('img.profile-brian').hide();
		$('img.profile-qwanell').hide();
		$('img.profile-willie').hide();
		//change text in header
		$('div.header').text('Michael McCluney');
		//change profile bio text
		$('div.text-day26').hide();
		$('div.text-robert').hide();
		$('div.text-mike').show();
		$('div.text-brian').hide();
		$('div.text-qwanell').hide();
		$('div.text-willie').hide();
	});
	$('.popbrian').click( function()  {
		$('div.bigwillie').hide();
		$('div.bigwillie').css({'z-index':'11'});
		$('div.bigrobert').hide();
		$('div.bigrobert').css({'z-index':'12'});
		$('div.bigmike').hide();
		$('div.bigmike').css({'z-index':'13'});
		$('div.bigbrian').show();
		$('div.bigbrian').css({'z-index':'52'});
		$('div.bigqwanell').hide();
		$('div.bigqwanell').css({'z-index':'15'});
		//change footer profile image
		$('img.profile-day26').hide();
		$('img.profile-robert').hide();
		$('img.profile-mike').hide();
		$('img.profile-brian').show();
		$('img.profile-qwanell').hide();
		$('img.profile-willie').hide();
		//change text in header
		$('div.header').text('Brian Andrews');
		//change profile bio text
		$('div.text-day26').hide();
		$('div.text-robert').hide();
		$('div.text-mike').hide();
		$('div.text-brian').show();
		$('div.text-qwanell').hide();
		$('div.text-willie').hide();
	});
	$('.popqwanell').click( function()  {
		$('div.bigwillie').hide();
		$('div.bigwillie').css({'z-index':'11'});
		$('div.bigrobert').hide();
		$('div.bigrobert').css({'z-index':'12'});
		$('div.bigmike').hide();
		$('div.bigmike').css({'z-index':'13'});
		$('div.bigbrian').hide();
		$('div.bigbrian').css({'z-index':'14'});
		$('div.bigqwanell').show();
		$('div.bigqwanell').css({'z-index':'52'});
		//change footer profile image
		$('img.profile-day26').hide();
		$('img.profile-robert').hide();
		$('img.profile-mike').hide();
		$('img.profile-brian').hide();
		$('img.profile-qwanell').show();
		$('img.profile-willie').hide();
		//change text in header
		$('div.header').text('Qwanell Mosley');
		//change profile bio text
		$('div.text-day26').hide();
		$('div.text-robert').hide();
		$('div.text-mike').hide();
		$('div.text-brian').hide();
		$('div.text-qwanell').show();
		$('div.text-willie').hide();
	});
//if user clicks big pop it will close and reset it's z-index to layer back underneath video player etc.
	$('div.bigwillie').click( function()  {
		$('div.bigwillie').hide("fast");
		$('div.bigwillie').css({'z-index':'11'});
		//change foot profile back to day26 default
		$('img.profile-day26').show();
		$('img.profile-robert').hide();
		$('img.profile-mike').hide();
		$('img.profile-brian').hide();
		$('img.profile-qwanell').hide();
		$('img.profile-willie').hide();
		//change foot profile header BACK to default
		$('div.header').text('Day 26');
		//change profile bio text
		$('div.text-day26').show();
		$('div.text-willie').hide();
		//change profile bio text
		$('div.text-day26').show();
		$('div.text-robert').hide();
		$('div.text-mike').hide();
		$('div.text-brian').hide();
		$('div.text-qwanell').hide();
		$('div.text-willie').hide();
		
	} );
	$('div.bigrobert').click( function()  {
		$('div.bigrobert').hide();
		$('div.bigrobert').css({'z-index':'12'});
		//change foot profile back to day26 default
		$('img.profile-day26').show();
		$('img.profile-robert').hide();
		$('img.profile-mike').hide();
		$('img.profile-brian').hide();
		$('img.profile-qwanell').hide();
		$('img.profile-willie').hide();
		//change foot profile header BACK to default
		$('div.header').text('Day 26');
		//change profile bio text
		$('div.text-day26').show();
		$('div.text-robert').hide();
		$('div.text-mike').hide();
		$('div.text-brian').hide();
		$('div.text-qwanell').hide();
		$('div.text-willie').hide();
	});
	$('div.bigmike').click( function()  {
		$('div.bigmike').hide();
		$('div.bigmike').css({'z-index':'13'});
		//change foot profile back to day26 default
		$('img.profile-day26').show();
		$('img.profile-robert').hide();
		$('img.profile-mike').hide();
		$('img.profile-brian').hide();
		$('img.profile-qwanell').hide();
		$('img.profile-willie').hide();
		//change foot profile header BACK to default
		$('div.header').text('Day 26');
		//change profile bio text
		$('div.text-day26').show();
		$('div.text-robert').hide();
		$('div.text-mike').hide();
		$('div.text-brian').hide();
		$('div.text-qwanell').hide();
		$('div.text-willie').hide();
	});
	$('div.bigbrian').click( function()  {
		$('div.bigbrian').hide();
		$('div.bigbrian').css({'z-index':'14'});
		//change foot profile back to day26 default
		$('img.profile-day26').show();
		$('img.profile-robert').hide();
		$('img.profile-mike').hide();
		$('img.profile-brian').hide();
		$('img.profile-qwanell').hide();
		$('img.profile-willie').hide();
		//change foot profile header BACK to default
		$('div.header').text('Day 26');
		//change profile bio text
		$('div.text-day26').show();
		$('div.text-robert').hide();
		$('div.text-mike').hide();
		$('div.text-brian').hide();
		$('div.text-qwanell').hide();
		$('div.text-willie').hide();
	});
	$('div.bigqwanell').click( function()  {
		$('div.bigqwanell').hide();
		$('div.bigqwanell').css({'z-index':'15'});
		//change foot profile back to day26 default
		$('img.profile-day26').show();
		$('img.profile-robert').hide();
		$('img.profile-mike').hide();
		$('img.profile-brian').hide();
		$('img.profile-qwanell').hide();
		$('img.profile-willie').hide();
		//change foot profile header BACK to default
		$('div.header').text('Day 26');
		//change profile bio text
		$('div.text-day26').show();
		$('div.text-robert').hide();
		$('div.text-mike').hide();
		$('div.text-brian').hide();
		$('div.text-qwanell').hide();
		$('div.text-willie').hide();
	});
	
	//this allows text links to change bio text as well
	$('#day26-text-link').click( function()  {
		//change footer profile image
		$('img.profile-day26').show();
		$('img.profile-robert').hide();
		$('img.profile-mike').hide();
		$('img.profile-brian').hide();
		$('img.profile-qwanell').hide();
		$('img.profile-willie').hide();
		//change text in header
		$('div.header').text('Day 26');
		//change profile bio text
		$('div.text-day26').show();
		$('div.text-robert').hide();
		$('div.text-mike').hide();
		$('div.text-brian').hide();
		$('div.text-qwanell').hide();
		$('div.text-willie').hide();
		//change player video classname to show correct video
		$('.player').removeClass('.player').addClass('.player2');
		
		
	});
	$('#willie-text-link').click( function()  {
		//change footer profile image
		$('img.profile-day26').hide();
		$('img.profile-robert').hide();
		$('img.profile-mike').hide();
		$('img.profile-brian').hide();
		$('img.profile-qwanell').hide();
		$('img.profile-willie').show();
		//change text in header
		$('div.header').text('Willie Taylor');
		//change profile bio text
		$('div.text-day26').hide();
		$('div.text-robert').hide();
		$('div.text-mike').hide();
		$('div.text-brian').hide();
		$('div.text-qwanell').hide();
		$('div.text-willie').show();
	});
	$('#robert-text-link').click( function()  {
		//change footer profile image
		$('img.profile-day26').hide();
		$('img.profile-robert').show();
		$('img.profile-mike').hide();
		$('img.profile-brian').hide();
		$('img.profile-qwanell').hide();
		$('img.profile-willie').hide();
		//change text in header
		$('div.header').text('Robert Curry');
		//change profile bio text
		$('div.text-day26').hide();
		$('div.text-robert').show();
		$('div.text-mike').hide();
		$('div.text-brian').hide();
		$('div.text-qwanell').hide();
		$('div.text-willie').hide();
	});
	$('#michael-text-link').click( function()  {
		//change footer profile image
		$('img.profile-day26').hide();
		$('img.profile-robert').hide();
		$('img.profile-mike').show();
		$('img.profile-brian').hide();
		$('img.profile-qwanell').hide();
		$('img.profile-willie').hide();
		//change text in header
		$('div.header').text('Michael McCluney');
		//change profile bio text
		$('div.text-day26').hide();
		$('div.text-robert').hide();
		$('div.text-mike').show();
		$('div.text-brian').hide();
		$('div.text-qwanell').hide();
		$('div.text-willie').hide();
	});
	$('#brian-text-link').click( function()  {
		//change footer profile image
		$('img.profile-day26').hide();
		$('img.profile-robert').hide();
		$('img.profile-mike').hide();
		$('img.profile-brian').show();
		$('img.profile-qwanell').hide();
		$('img.profile-willie').hide();
		//change text in header
		$('div.header').text('Brian Andrews');
		//change profile bio text
		$('div.text-day26').hide();
		$('div.text-robert').hide();
		$('div.text-mike').hide();
		$('div.text-brian').show();
		$('div.text-qwanell').hide();
		$('div.text-willie').hide();
	});
	$('#qwanell-text-link').click( function()  {
		//change footer profile image
		$('img.profile-day26').hide();
		$('img.profile-robert').hide();
		$('img.profile-mike').hide();
		$('img.profile-brian').hide();
		$('img.profile-qwanell').show();
		$('img.profile-willie').hide();
		//change text in header
		$('div.header').text('Qwanell Mosley');
		//change profile bio text
		$('div.text-day26').hide();
		$('div.text-robert').hide();
		$('div.text-mike').hide();
		$('div.text-brian').hide();
		$('div.text-qwanell').hide();
		$('div.text-willie').show();
	});
});
