// only get the latest alerts
Date now = new Date();
String nowString = dateFormatter.format(now);
try {
ConfigType alertSourceConfig = alertsSources.getAlertSources(id);
for (Object source : alertSourceConfig.getSource()){
SourceType sourceType = (SourceType)source;
AlertsType alerts = null;
if ( sourceType.getFeedType().equals("rss")){