	jQuery().ready(function(){
		jQuery('#list').accordion({
			header: 'div.title',
			active: false,
			alwaysOpen: false,
			navigation: true,
			animated: false,
			autoheight: false
		});
	});
