function LoadDynamicFeedControl() {
      var feeds = [
	{title: 'お知らせ：',
	 url: 'http://comfort.x0.com/notice/index.rdf'
	}];
      var options = {
        stacked : false,
        horizontal : true,
        title : ""
      }

      new GFdynamicFeedControl(feeds, 'notice', options);
    }
    // Load the feeds API and set the onload callback.
    google.load('feeds', '1');
    google.setOnLoadCallback(LoadDynamicFeedControl);