var sound1="http://usuarios.lycos.es/carnavaladicto/estribilloAltrantran.mp3";
var sound2="http://usuarios.lycos.es/carnavaladicto/estribilloProfecia.mp3";
var sound3="http://usuarios.lycos.es/carnavaladicto/finalpasotran.mp3";
var x=Math.round(Math.random()*4);
while (x>2){
x=Math.round(Math.random()*4);
}
if (x==0) x=sound1;
else if (x==1) x=sound2;
else if (x==2) x=sound3;
document.write('<embed src='+'"'+x+'"'+'hidden="true" border="0" width="0" height="0" autostart="true" loop="false">');
