
var socialfeed=new gfeedfetcher("bubbafeeds3", "bubbafeeds", "_new")
socialfeed.addFeed("Google Reader", "http://bubba.org/links2.xml")
socialfeed.displayoptions("snippet") //show the specified additional fields
socialfeed.setentrycontainer("div") //Display each entry as a DIV
socialfeed.filterfeed(6, "date") //Show 6 entries, sort by label
socialfeed.init() //Always call this last

