
// Votacao em videos sem ajax
function Votar(pontos){
	var f = document.frmVotar;
	f.ValorNota.value = pontos;
	f.submit();
}


