
var socialfeed=new gfeedfetcher("bubbafeeds", "bubbafeeds", "_new")
socialfeed.addFeed("Dark Reading", "http://www.darkreading.com/rss_simple.asp")
socialfeed.addFeed("TaoSecurity", "http://taosecurity.blogspot.com/feeds/posts/default") //Specify "label" plus URL to RSS feed
/* socialfeed.addFeed("Matasano", "http://www.matasano.com/log/feed/") */
/* socialfeed.addFeed("Bubba's Shared", "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
