var socialfeed=new gfeedrssticker("rssticker_news", "", 4000, "");
socialfeed.addFeed("47 FM Actualites", "http://www.47fm.net/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