tag $rss->showHeading("h1"); // Display the image if there is one $rss->showImage("left"); // If the RSS feed provides a link if($rss->link){ // Display it print "
Provided courtesy of:
\n";
$rss->showLink();
}
// Display the description
$rss->showDescription();
// Show the news stories
$rss->showStories();
}
?>
