// Call the function
echo SimplePieWP(
// Pass in an array of feeds as the first parameter
array(
'http://www.philly.com/philly_sixers.rss',
'http://search.live.com/news/results.aspx?q=Philadelphia+76ers&go=&form=QBNB&format=rss',
'http://www.philadelphia76ersblog.com/xml-rss2.php',
'http://sports.yahoo.com/nba/teams/phi/rss.xml'
)
// End the function call
);
?>


