// JavaScript Document


var newsfeed=new gfeedrssticker("example5", "example3class", 4500, "_new")
newsfeed.addFeed("officer.com", "http://feeds.officer.com/officerrss/top_news_stories") //Specify "label" plus URL to RSS feed
newsfeed.addFeed("Officer Down Updates", "http://feeds.officer.com/officerrss/officer_down_news") //Specify "label" plus URL to RSS feed
newsfeed.addFeed("Operations and Tactics", "http://feeds.officer.com/officerrss/operations_tactics") //Specify "label" plus URL to RSS feed
newsfeed.addFeed("AICP", "http://www.theiacp.org/rssfeed.aspx?p=1") //Specify "label" plus URL to RSS feed
newsfeed.addFeed("CDC Outbreaks", "http://www2c.cdc.gov/podcasts/createrss.asp?c=280") //Specify "label" plus URL to RSS feed
newsfeed.addFeed("CBP.gov", "http://www.cbp.gov/xp/cgov/admin/rss/?rssUrl=/newsroom/news_releases/") //Specify "label" plus URL to RSS feed
newsfeed.displayoptions("label datetime 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.entries_per_page(5)
newsfeed.init() //Always call this last
