function chamaAnuncio(cod) {
  window.location = "anuncio_det.php?cod="+cod;
}

