$(function() {

$('a#1').click(function(){
$('#dlegz').fadeOut('slow');
$('#blended').fadeOut('slow');
$('#aphid').fadeOut('slow');
$('#ikipr').fadeOut('slow');
$('#pvah').fadeIn('slow');
$('#dlegzplayer').fadeout();
});

$('a#2').click(function(){
$('#dlegz').fadeOut('slow');
$('#blended').fadeOut('slow');
$('#aphid').fadeOut('slow');
$('#pvah').fadeOut('slow');
$('#ikipr').fadeIn('slow');
$('#dlegzplayer').fadeout();
});

$('a#3').click(function(){
$('#dlegz').fadeOut('slow');
$('#blended').fadeOut('slow');
$('#pvah').fadeOut('slow');
$('#ikipr').fadeOut('slow');
$('#aphid').fadeIn('slow');
$('#dlegzplayer').fadeout();
});

$('a#4').click(function(){
$('#blended').fadeOut('slow');
$('#pvah').fadeOut('slow');
$('#aphid').fadeOut('slow');
$('#ikipr').fadeOut('slow');
$('#dlegz').fadeIn('slow');
$('#dlegzplayer').fadeout();
});

$('a#5').click(function(){
$('#pvah').fadeOut('slow');
$('#dlegz').fadeOut('slow');
$('#aphid').fadeOut('slow');
$('#ikipr').fadeOut('slow');
$('#blended').fadeIn('slow');
$('#dlegzplayer').fadeout();
});

$('a#pvahplay').click(function(){
$('#pvahplayer').toggle();
});


$('a#ikiprplay').click(function(){
$('#ikiprplayer').toggle();
});


$('a#aphidplay').click(function(){
$('#aphidplayer').toggle();
});

$('a#dlegzplay').click(function(){
$('#dlegzplayer').toggle();
});

$('a#blendedplay').click(function(){
$('#blendedplayer').toggle();
});
});

