jQuery().ready(function(){
		// simple accordion
		jQuery('#list1a').accordion({
			autoheight: true,
			animated: "easeslide"
		});
});
