String.prototype.startsWith||(String.prototype.startsWith=function(n){var t=arguments.length<2?0:arguments[1];return this.slice(t).indexOf(n)===0})