// JavaScript Document
var newsfeed=new gfeedrssticker("example3", "example3class", 15000, "_new")
newsfeed.addFeed("Clear Focus Design and Marketing", "http://design-marketing.blogspot.com/feeds/posts/default") //Specify "label" plus URL to RSS feed
newsfeed.addFeed("Education Show Blog", "http://feeds.feedburner.com/EducationShow?format=xml") //Specify "label" plus URL to RSS feed
//newsfeed.addFeed("Cadbury plc News Feeds", "http://www.cadburyinvestors.com/cadbury_ir/?t=rssfeeds_event") //Specify "label" plus URL to RSS feed
newsfeed.addFeed("BETT Blog", "http://blog.emap.com/bett/feed") //Specify "label" plus URL to RSS feed
newsfeed.addFeed("UK India Business Council", "http://www.ukibc.com/news_and_media/index.aspx?rss=1") //Specify "label" plus URL to RSS feed
newsfeed.displayoptions("snippet") //show the specified additional fields
newsfeed.setentrycontainer("p") //Display each entry as a paragraph
newsfeed.filterfeed(8, "date") //Show 8 entries, sort by date
newsfeed.entries_per_page(3)
newsfeed.init() //Always call this last
