// JavaScript Document


var newsfeed=new gfeedrssticker("example5", "example3class", 4500, "_new")
newsfeed.addFeed("Flu.gov", "http://www.flu.gov/rss/pandemicflu/news.xml") //Specify "label" plus URL to RSS feed
newsfeed.addFeed("NCHS Publications and Products", "http://www2c.cdc.gov/podcasts/createrss.asp?c=68") //Specify "label" plus URL to RSS feed
newsfeed.addFeed("CDC H1N1 Flu Updates", "http://www2c.cdc.gov/podcasts/createrss.asp?t=r&c=252") //Specify "label" plus URL to RSS feed
newsfeed.addFeed("CDC Online Newsroom", "http://www2c.cdc.gov/podcasts/createrss.asp?t=r&c=183")
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(4)
newsfeed.init() //Always call this last
