    function showGadget() {
      var feeds = [
       {title:'Smashing Magazine',
        url:'http://www.smashingmagazine.com/wp-atom.php'},
       {title:'MSNBC Top Headlines',
        url:'http://pheedo.msnbc.msn.com/id/3032091/device/rss'},
       {title:'designm.ag',
        url:'http://feeds.feedburner.com/designmag?format=xml'}];

      new GFdynamicFeedControl(feeds, 'feedGadget',
                               {numResults : 3, stacked : true});
    }
    google.load("feeds", "1");
    google.setOnLoadCallback(showGadget);
