var newsfeed=new gfeedrssticker("example3", "example3class", 5000, "_new")
newsfeed.addFeed("NETGIRL", "http://netgirl.teleregione.tv/?feed=rss2")
newsfeed.addFeed("ANSA", "http://www.ansa.it/site/notizie/awnplus/topnews/synd/ansait_site_topnews_synd_Today_Idx.xml") //Specify "label" plus URL to RSS feed
newsfeed.addFeed("SPETTACOLO", "http://www.ansa.it/site/notizie/awnplus/spettacolo/synd/ansait_site_spettacolo_synd_Today_Idx.xml") //Specify "label" plus URL to RSS feed
/*newsfeed.addFeed("Yahoo News", "http://rss.news.yahoo.com/rss/topstories") //Specify "label" plus URL to RSS feed*/
newsfeed.displayoptions("date snippet") //show the specified additional fields
newsfeed.setentrycontainer("p") //Display each entry as a paragraph
newsfeed.filterfeed(32, "date") //Show 8 entries, sort by date
newsfeed.entries_per_page(2)
newsfeed.init() //Always call this last
