HTMLAudioElement.prototype.stop = function() { this.pause(); this.currentTime = 0.0; }
onclick="document.getElementById("ding").stop()"