List of utility methods to do Event Stop
Event.prototype.stop = function() { this.preventDefault(); this.stopPropagation(); };