var socialfeed=new gfeedrssticker("rssticker_news", "", 4000, "");
//socialfeed.addFeed("Blog Philippe Sage", "http://blog-philippesage.toulouse.fm/feed/"); //Specify "label" plus URL to RSS feed
socialfeed.addFeed("Actus", "http://www.toulouse.fm/flux_actualites.xml"); //Specify "label" plus URL to RSS feed
socialfeed.displayoptions("label"); //show the specified additional fields
socialfeed.setentrycontainer("span"); //Display each entry as a DIV
socialfeed.filterfeed(5, "label"); //Show 5 entries, sort by label
socialfeed.entries_per_page(1);
socialfeed.init(); //Always call this last