jQuery().ready(function(){
	// simple accordion
	jQuery('#home_acc').accordion({
		header: 'div.title',
		//autoheight:false,
		event: 'mouseover'//,animated: 'easeslide'
	});

});
