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