this.stop();
vai = function()
{
clearInterval(this.fermo);
this.play();
};
this.fermo = setInterval(vai, 4000);