$(document).ready(function(){
	$('#admission #accordion_head').click(function() {
		$(this).next().slideToggle();
	}).next().hide();
});
