cache_dir = './temp';
$rss->cache_time = 1200;
// Laden der News; hier nur aus der Rubrik Medizin
if ($rs = $rss->get('http://www.news-ticker.org/news.php?ressort_id=24')) {
// Show clickable website title
echo "$rs[title]
\n";
// Show website description
echo "$rs[description]
\n";
echo "$rs[lastBuildDate]
\n";
// Show last published articles (title, link, description)
echo "