/*     Eduardo Ren RodrĄguez Avila   http://spin.com.mx/~eravila   Copyright(c) 1999   Estas funciones pueden ser copiadas y distribuidas libremente mientras    se conserven estas lĄneas de comentarios y no se modifique el cądigo.      This functions can be copied and freely distributed as these comments   and source code are not modified.*/      var Tunes = new TheArray("peanuts.mid VOLUME=60","pinball.mid VOLUME=60","canyon.mid VOLUME=60","passport.mid VOLUME=60","3reyes.mid VOLUME=60","spfairy.mid VOLUME=70","minuet.mid VOLUME=60","xfiles.mid VOLUME=65","bells_gm.mid VOLUME=40");function PlayOne(){   document.write("<EMBED SRC="+Tunes[Math.floor(Tunes.length*Math.random())+1]+" AUTOSTART=TRUE HIDDEN=TRUE");}