// JavaScript Document
$(function(){   
	$(".ui-button").button();
	$(".submit").button();
	$("#tabs").tabs();
});
