	jQuery().ready(function(){

jQuery('#list3').Accordion({ 
        header: 'div.title', 
        active: '.selected',
        alwaysOpen: false, 
        animated: false 
    });
		
	});
