erictgrubaugh
filter
categories = categories.filter(function (n) { return (n != 13); }); // keep everything in the Array except 13