jQuery().ready(function(){
	jQuery("#news").accordion({
		header: ".head",
		event: 'click',
		animated : 'easeslide'
	});

});