﻿
var cssfeed=new gfeedfetcher("blogFeed", "blogFeedclass", "") //ID, arbitrary class name, link target
cssfeed.addFeed("Thinking Like Harry", "http://feeds.feedburner.com/ergotron/AxTb") //Specify "label" plus URL to RSS feed
cssfeed.displayoptions("date") //show the specified additional fields
cssfeed.setentrycontainer("div") //Display each entry as a list
cssfeed.filterfeed(2, "date") //Show number of entries, sort by 
cssfeed.init() //Always call this last

