$(document).ready(function(){
	$(".btn-credits").click(function(){
	$("#credits").slideToggle("slow");
	//$(this).toggleClass("active");
	return false;
	});

//NO SPAM EMAIL

//$('#email_two').html('<a href="mailto:' +$('#email_two').html().replace('|','@').replace('/','').replace(':','.')+ '"title="Email:' +$('#email_two').html().replace('|','@').replace('/','')+ '">' +$('#email_two').html().replace('|','@').replace('/','').replace(':','.')+ '</a>');

$('#email_two').html('<a href="mailto:' +$('#email_two').html().replace('|','@').replace('/','').replace(':','.')+ '">' +$('#email_two').html().replace('|','@').replace('/','').replace(':','.')+ '</a>');

});