
var socialfeed=new gfeedfetcher("bubbafeeds2", "bubbafeeds", "_new")
socialfeed.addFeed("Google Reader", "http://www.google.com/reader/public/atom/user%2F17458255152123437366%2Fstate%2Fcom.google%2Fbroadcast")
socialfeed.displayoptions("label snippet date") //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

