SELECT TOP 3 id, title, shortText, image FROM Kameraadjes_News WHERE visible = 1 AND publishDate <= CURRENT_TIMESTAMP AND (ExpireDate = '' or ExpireDate Is Null or ExpireDate > CURRENT_TIMESTAMP) ORDER BY createDate DESC
SELECT TOP 3 name, link, bannerType, contentType, bannerLocation, bannerPosition FROM kameraadjes_Banners WHERE activeHomepage = 1 AND bannerType = 'large' ORDER BY bannerPosition
SELECT TOP 3 name, link, bannerType, contentType, bannerLocation, bannerPosition FROM kameraadjes_Banners WHERE activeHomepage = 1 AND bannerType = 'small' ORDER BY bannerPosition