function destroyer(arr) { var args = Array.prototype.slice.call(arguments); for (var i = 0; i < args.length; i++) { for (var j = 0; j < arr.length; j