...in your query that will return only one of the duplicated records.
CFQUERY DATASOURCE="#DNS#" name="datab">
SELECT DISTINCT *
FROM News, GC, RE, LS, BS
WHERE News.ID=GC.NID and News.ID=RE.NID and News.ID=LS.NID and News.ID=BS.NID
ORDER BY news.id asc
</CFQUERY>
Second...