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