var getImage = function(a,i) { return a.indexOf(i) >= 0 ? 'filter_s' : 'filter_n' } module.exports.getImage = getImage