<!-- david melendez March 04, 2006
function SetAddress()
{   
  var txt = document.cont.subject.value;
  if (txt == "Informacion General") document.cont.to.value="info@anunciateaquipr.com";
  if (txt == "Facturacion") document.cont.to.value="info@anunciateaquipr.com";
  if (txt == "Anuncios") document.cont.to.value="info@anunciateaquipr.com";
  if (txt == "Anunciate Aqui TV") document.cont.to.value="tv@anunciateaquipr.com";
}
//-->
