var socialfeed=new gfeedrssticker("FluxRss", "MashUp", 5000, "");
socialfeed.addFeed("Business Garden", "http://feeds.feedburner.com/BusinessGarden"); //Specify "label" plus URL to RSS feed
socialfeed.addFeed("Dauran", "http://feeds.feedburner.com/Dauran"); //Specify "label" plus URL to RSS feed
socialfeed.addFeed("Feedr", "http://feeds.feedburner.com/thefeedr"); //Specify "label" plus URL to RSS feed
socialfeed.addFeed("Travailleurs Du Web", "http://feeds.feedburner.com/TravailleursDuWeb"); //Specify "label" plus URL to RSS feed
socialfeed.displayoptions("label"); //show the specified additional fields
socialfeed.setentrycontainer("li"); //Display each entry as a DIV
socialfeed.filterfeed(15, "label"); //Show 15 entries, sort by label
socialfeed.entries_per_page(1);
socialfeed.init(); //Always call this last
