Aggiungi questo prima del tuo script:
codice:
Array.prototype.push=Array.prototype.push||function(last) {
     this[this.length]=last;
}