Array.prototype.every||(Array.prototype.every=function(n,t){"use strict";var u,i,r,e,f,o;if(this==null)throw new TypeError("this is null or not defined");if(r=Object(this),e=r.length>>>0,typeof n!="function"&&Object.prototype.toString.call(n)!=="[object Function]")throw new TypeError;for(arguments.length>1&&(u=t),i=0;i<e;){if(i in r&&(f=r[i],o=u?n.call(u,f,i,r):n(f,i,r),!o))return!1;i++}return!0})