$(function() {
	$("#tabs").tabs();
	$(".tooltip").tooltip({tooltipcontentclass:"help"});
});

