jQuery(function($) {
	$(document).ready(function() {			
		$('button').button();
	});
});

function botao2(lugar){
	window.open(lugar, '_blank');
}

