jQuery().ready(function(){
	jQuery(".bbc_accordion").accordion({
		header: "h3",
		autoheight:false
	});
});
