var newsfeed=new gfeedfetcher("example3", "example3class", "_new")
newsfeed.addFeed("Google News Workers Comp Insurance", "http://news.google.com/news?hl=en&tab=wn&ned=&q=workers+comp+insurance&ie=UTF-8&nolr=1&output=rss&ned=:ePkh8BM9EwLbwe3EampqYmDmcWKXBtyuPIiFLEJMqTkIG2GWGQk0-N3ecPTCX0tO0aR7hjEHnv5iAyr8xcaak5-cCKSZi1KTAcDdGeQ") //Specify "label" plus URL to RSS feed
newsfeed.addFeed("NY Times Comp Insurance", "http://topics.nytimes.com/top/reference/timestopics/subjects/w/workers_compensation_insurance/index.html?rss=1") //Specify "label" plus URL to RSS feed
newsfeed.setentrycontainer("p") //Display each entry as a paragraph
newsfeed.filterfeed(10, "date") //Show 8 entries, sort by date
newsfeed.init() //Always call this last