var activar=0; var redireccion=1 if(redireccion==0) { location="http://www.gloresnet.info"; } function sonido(status) { switch(status) { case "on": document.getElementById('chan').innerHTML=''; //document.getElementById('musicaE').src="../despacho/sonidos/363c2-112.mid"; //document.getElementById('musicaE').loop="-1"; break; case "off": document.getElementById('chan').innerHTML=''; //document.getElementById('musicaE').src=""; //document.getElementById('musicaE').loop=""; break; } } if(activar==1) { sonido('on'); }