require_once "./newsinc/rss_fetch.php"; $url = "http://www.tvnytt.no/rss/feed.xml"; $show = 10; $html = " - #{title} "; $update = 1; $rss = new rss_parser($url, $show, $html, $update); ?>