$(function() {
	$("button, input:submit, a", ".jqueryui").button();

	$("a", ".jqueryui").click(function() { return true; });
});
