List of utility methods to do Array Clear
Array.prototype.Clear = function() this.splice( 0, this.length ); };