$(document).ready(function() {
    $("#teamcontainer").accordion({ header: 'h2', autoHeight: false });
/*$('.artistspanel').hide();
	$("#teamcontainer h2").click(function(){
		$('.open').slideToggle('slow', function() { $(this).removeClass('open'); });
		$('.'+$(this).attr("id")).slideToggle('slow', function() { $(this).addClass('open'); $(this).show(); });
	});
	$(".clicktop").click(function() {
		var theid = $(''+$(this).attr("href")).click();
	});*/
});
