var socialfeed=new gfeedfetcher("exampleMOVIES", "exampleHEADLINENEWSclass", "")


socialfeed.addFeed("nocostmovie","http://nocostmovie.com/?feed=rss2") 
socialfeed.addFeed("CONCOTAX","http://concotax.net/index.php?action=.xml;board=8;type=rss") 
socialfeed.addFeed("ZUDEC.ORG","http://zudec.org/index.php?action=.xml;board=6;type=rss") 
socialfeed.addFeed("ZUDEC.ORG","http://zudec.org/index.php?action=.xml;board=4;type=rss") 

socialfeed.displayoptions("") //show the specified additional fieldslabel datetime
socialfeed.setentrycontainer("li") //Display each entry as a list (li element)
socialfeed.filterfeed(5, "date") //Show 10 entries, sort by date
socialfeed.init() //Always call this last
