$(function() {
		$("#tabs").tabs();
	});
	</script>
	 
	 <script>
  $(function() {
    $("#accordion").accordion();
  });
