/**
 * @author parora
 */
	var newsfeed=new gfeedfetcher("example3", "example3class", "_new")
	newsfeed.addFeed("ABtests.com", "http://www.abtests.com/feed/");
	newsfeed.addFeed("Boxes and Arrows", "http://www.boxesandarrows.com/rss.xml");
	newsfeed.addFeed("Bokardo.com", "http://bokardo.com/feed/");
	newsfeed.addFeed("Adaptive Path", "http://www.adaptivepath.com/blog/feed/");
	newsfeed.addFeed("EverydayUX", "http://feeds.feedburner.com/Everydayux");
	newsfeed.addFeed("Experientia", "http://feeds.feedburner.com/PuttingPeopleFirst")
	newsfeed.addFeed("52WeeksOfUx", "http://feeds.feedburner.com/52WeeksOfUx");
	newsfeed.addFeed("Forum One", "http://uxd.forumone.com/feeds/index.rss2");
	newsfeed.addFeed("Just Add Water", "http://feeds.justaddwater.dk/jaw/posts");
	newsfeed.addFeed("JohnnyHolland", "http://feeds.feedburner.com/JohnnyHolland");
	newsfeed.addFeed("UX Magazine", "http://feeds.feedburner.com/UXM");
	newsfeed.addFeed("InspireUX", "http://feeds.feedburner.com/Inspireux");
	newsfeed.addFeed("Wireframes Magazine", "http://feeds2.feedburner.com/wireframesmag");
	//newsfeed.addFeed("Webcredible Web Usability", "http://www.webcredible.co.uk/user-friendly-resources/usability.rss");
	//newsfeed.addFeed("Webcredible Web Accessibility", "http://www.webcredible.co.uk/user-friendly-resources/accessibility.rss");
	newsfeed.addFeed("Keith Instone", "http://instone.org/node/feed");
	newsfeed.addFeed("Konigi", "http://feeds2.feedburner.com/konigi")
	newsfeed.addFeed("Cooper Journal", "http://feeds.feedburner.com/cooper-journal");
	newsfeed.addFeed("Usability News British HCI Group", "http://www.usabilitynews.com/rss/NewsFull.aspx");
	newsfeed.addFeed("BusinessWeek Online - Design Blog", "http://www.businessweek.com/innovate/NussbaumOnDesign/nussbaumondesign.rss");
	newsfeed.addFeed("UX Matters", "http://www.uxmatters.com/index.xml");
	newsfeed.addFeed("Don Norman", "http://www.jnd.org/index.xml");
	newsfeed.addFeed("Functioning Form - Interface Design", "http://feeds.feedburner.com/FunctioningForm");
	newsfeed.addFeed("GUUUI", "http://feeds.feedburner.com/guuui");
	newsfeed.addFeed("Google News", "http://news.google.com/news?svnum=10&as_scoring=r&hl=en&tab=wn&ned=us&q=allintitle:+usability&ie=UTF-8&output=rss");
	newsfeed.addFeed("Human Factors International", "http://www.humanfactors.com/rss/rss.xml");
	newsfeed.addFeed("UI Patterns", "http://feedproxy.google.com/UI-patterns-com");
	newsfeed.addFeed("UIE", "http://www.uie.com/brainsparks/feed/");
	newsfeed.addFeed("UseLog", "http://feeds.feedburner.com/uselog");
	newsfeed.addFeed("UX Podcasts", "http://uxpod.libsyn.com/rss");
	newsfeed.addFeed("UXBooth", "http://feeds.feedburner.com/uxbooth");
	newsfeed.addFeed("90percentofeverything", "http://feeds.feedburner.com/90percentofeverything/feed");//30 total
	/*
	feedControl3.addFeed("http://news.google.com/news?svnum=10&as_scoring=r&hl=en&tab=wn&ned=us&q=allintitle:+usability&ie=UTF-8&output=rss", "Usability News - Google");
	feedControl3.addFeed("http://www.humanfactors.com/rss/rss.xml", "Human Factors International");
	
	feedControl3.addFeed("http://feeds.feedburner.com/UserfocusUsabilityNewsletter?format=xml", "Userfocus Usability Newsletter");
	*/
	
	newsfeed.displayoptions("date label snippet") //show the specified additional fields
	newsfeed.setentrycontainer("p") //Display each entry as a paragraph
	newsfeed.filterfeed(20, "date") //Show 8 entries, sort by date
	newsfeed.init() //Always call this last