  function load() {
    var feed = [
      {title:'JavScript',
       url:'http://theofficialdougaldrichmessageboard.yuku.com/feed/get/type/rss/source/forum/id/24'}];
         var options = {
            numResults : 10,
            stacked : true,
            title: "Doug Aldrich.com Updates",
            displayTime : 5000,
            fadeOutTime : 500,
            linkTarget : google.feeds.LINK_TARGET_BLANK
          }
        new GFdynamicFeedControl(feed, "feedControl", options);
      }
  google.load("feeds", "1");
  google.setOnLoadCallback(load);
