@Description: Makes a new independent copy of an array instead of a pointer to it
@File: Array/prototype/copy.js
@Author: Paul Visco
@Version: 1.1 11/19/07
@Return: Array A new array with the same value as the one it is making a copy of
@Example:var myNewArray = myArray.copy();