function LoadDynamicFeedControl() { var feeds = [{url: 'http://www.migcsa.org/feed.xml'},{url: 'http://www.gcsaa.org/more/feeds/gcsaafeed.xml'},{url: 'http://www.golfdigest.com/services/rss/feeds/gd_everything.xml'},{url: 'http://rss.cnn.com/rss/si_topstories.rss'},{url: 'http://feeds2.feedburner.com/michigan-news?format=xml'},{url: 'http://feeds2.feedburner.com/msu-spartans'},{url: 'http://feeds.foxnews.com/foxnews/latest?format=xml'},{url: 'http://feeds2.feedburner.com/golf_mlive'},{url: 'http://blog.mlive.com/sports_impact/atom.xml'},{url: 'http://feeds2.feedburner.com/michiganweather'},{url: 'http://www.gcsaa.tv/rss/stories.php'},{url: 'http://turf.msu.edu/turf-tips-and-clippings/rss/'},{url: 'http://www.usga.org/OutboundRss.aspx?id=24015'},{url: 'http://ipmnews.msu.edu/landscape/DesktopModules/DnnForge%20-%20NewsArticles/Rss.aspx?TabID=92&ModuleID=497&MaxCount=25'},{url: 'http://www.usga.org/OutboundRss.aspx?id=2147486351'},{url: 'http://www.turfnet.com/rss/news_feed.php'}]; var options = { numResults: 1, stacked : true, horizontal : false } new GFdynamicFeedControl(feeds, 'feed-control', options); } // Load the feeds API and set the onload callback. google.load('feeds', '1'); google.setOnLoadCallback(LoadDynamicFeedControl);