	jQuery().ready(function(){
		// simple accordion
		jQuery('#list1a').accordion({header: "a.mootabs-title" }
);
	});