SELECT news.*, DATE_FORMAT(news.rel_releaseDate,'%D %M %Y') AS niceDate FROM news , story2cat_link WHERE news.rel_showFromNOW() AND story2cat_link.storyCatLinkCatID= AND story2cat_link.storyCatLinkStoryID=news.rel_ID ORDER BY news.rel_releaseDate DESC LIMIT 0, 5