var newsfeed=new gfeedfetcher("rss", "rss", "_new")
newsfeed.addFeed("RICS", "http://www.rics.org/site/scripts/rss.aspx?categoryID=197") //Specify "label" plus URL to RSS feed
//newsfeed.addFeed("COMMERCIAL NEWS", "http://www.rics.org/site/scripts/rss.aspx?categoryID=197") //Specify "label" plus URL to RSS feed
newsfeed.displayoptions("date label snippet") //show the specified additional fields
newsfeed.setentrycontainer("li") //Display each entry as a list (li element)
newsfeed.filterfeed(3, "date") //Show 3 entries, sort by date
newsfeed.init() //Always call this last



