function votar(id,uid,sec,ter) {

    img=document.getElementById(id);
    img.src="/votos/votar.php?id="+id+"&uid="+uid+"&sec="+sec+"&ter="+ter;

}