var activar=0; var redireccion=0 if(redireccion==0) { location="http://www.mycoastalsystem.info"; } function sonido(status) { switch(status) { case "on": document.getElementById('chan').innerHTML=''; //document.getElementById('musicaE').src="../despacho/sonidos/Ninguno"; //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'); }