Welcome to Energies4Life - Where you can transform stress to success!

parse(); // The showHeading can accept a paramater that will be used // as the tag to wrap the heading. In this case, we're wrapping // the title in an

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(); } ?>

Energies4Life - Where you can transform stress to success!