jQuery().ready(function(){

		jQuery('#list1a').accordion
    ();
    
		jQuery('#list1b').accordion
    ();

});

