function doVotar(id)
{
	window.location.href = "dovotar.asp?idpost=" + id; 
}


