jQuery().ready(function(){
	jQuery('#news_list').accordion({
		autoheight: false,
		header: ".news_header"
	});
});