Could not execute SQL: Unknown column 'js' in 'where clause'

SELECT a.id, a.title, a.alias, a.catid, a.thumb, a.introtext, a.created, a.created_by, a.hits, c.name AS category_name FROM pgs_articles AS a INNER JOIN pgs_articles_categories AS c ON c.id = a.catid WHERE a.catid IN (js) AND a.enable = 1 AND c.enable = 1 ORDER BY a.title LIMIT 0,9999