jQuery(document).ready(function(){
	$('#other_sponsors').accordion({ header: 'h4', collapsible: true, autoHeight: false });
});