brano = new Sound();
brano.loadSound("ancora.mp3", true);
brano.start();
brano.onSoundComplete = function ()
{
brano.loadSound("ancora.mp3", true);
}