//var socialfeed=new gfeedfetcher("example2", "example2class", "_new")
var socialfeed=new gfeedfetcher("rsslist2", "", "_new")
socialfeed.addFeed("OFFICIAL BLOG", "http://www.jubilo-iwata.co.jp/newslist/rss") //Specify "label" plus URL to RSS feed
//socialfeed.addFeed("Digg", "http://digg.com/rss/index.xml") //Specify "label" plus URL to RSS feed
socialfeed.displayoptions("label datetime") //show the specified additional fields
socialfeed.setentrycontainer("li") //Display each entry as a DIV
socialfeed.filterfeed(5, "date") //Show 6 entries, sort by label
socialfeed.init() //Always call this last