List of utility methods to do Array Contain
Array.prototype.isContain = function(e) { return this.indexOf(e) != -1;