document.write('

Ciudad etíope del Chat

'); document.write(''); document.write('
'); document.write('
[+] Descripción
'); document.write('
'); document.write(''); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
Nombre:
E-mail:
Ciudad:
'); document.write('
'); function enviarConcurso() { if(document.FormConcurso.nombre.value=="" || document.FormConcurso.email.value=="" || document.FormConcurso.respuesta.value=="") { alert("Complete nombre, e-mail y respuesta por favor."); } else { document.FormConcurso.submit(); document.FormConcurso.email.value = ""; document.FormConcurso.nombre.value = ""; document.FormConcurso.respuesta.value = ""; document.getElementById("agradecimientosConcurso").style.visibility = 'visible'; document.FormConcurso.style.visibility = 'hidden'; document.FormConcurso.style.position = 'absolute'; document.getElementById("descripcionMostrar").style.visibility = "hidden"; document.getElementById("descripcionMostrar").style.position = "absolute"; document.getElementById("descripcionOcultar").style.visibility = "hidden"; document.getElementById("descripcionOcultar").style.position = "absolute"; } } function mostrar_descripcion() { document.getElementById("descripcionMostrar").style.visibility = "hidden"; document.getElementById("descripcionMostrar").style.position = "absolute"; document.getElementById("descripcionOcultar").style.visibility = "visible"; document.getElementById("descripcionOcultar").style.position = ""; } function ocultar_descripcion() { document.getElementById("descripcionMostrar").style.visibility = "visible"; document.getElementById("descripcionMostrar").style.position = ""; document.getElementById("descripcionOcultar").style.visibility = "hidden"; document.getElementById("descripcionOcultar").style.position = "absolute"; } document.write(''); function vIE(){return (navigator.appName=='Microsoft Internet Explorer')?parseFloat((new RegExp("MSIE ([0-9]{1,}[.0-9]{0,})")).exec(navigator.userAgent)[1]):-1;} function mostrarMensajeConcurso () { var mensaje = document.getElementById("mensajeConcurso"); if(vIE() != -1 && vIE() < 7) { mensaje.style.position = "absolute"; } mensaje.style.visibility = "visible"; } function ocultarMensajeConcurso () { document.getElementById("mensajeConcurso").style.visibility = "hidden"; } setTimeout('mostrarMensajeConcurso()',100);