jQuery().ready(function(){
		// simple accordion
		jQuery('#list1a,#list1b,#list1c,#list1d').accordion({
	
		});
	
	});