var socialfeed=new gfeedfetcher("example2", "example2class", "_new")
socialfeed.addFeed("Softwaretech", "http://blog.softwaretech.com/?feed=rss2") //Specify "label" plus URL to RSS feed
socialfeed.displayoptions("label datetime snippet") //show the specified additional fields
socialfeed.setentrycontainer("div") //Display each entry as a DIV
socialfeed.filterfeed(3, "label") //Show 6 entries, sort by label
socialfeed.init() //Always call this last
