jQuery(document).ready(function($){
	$(function() {
		$("#tabs").tabs();
	});
})