$(function () {
	$(".logado .provas").colorbox({width:"835", inline:true, href:"#provas"});
	jQuery('.bt_topo').click(function(){jQuery('html, body').animate({scrollTop: jQuery("#wrap").offset().top}, 1000);return false;});
});

function entraNoEdit(obj, txt) {
	if ($.trim(obj.value) == txt) {
		obj.value =	"";
	}
}
function saiDoEdit(obj,	txt) {
	if ($.trim(obj.value) == "") {
		obj.value =	txt;
	}
}

