// JavaScript Document
// Created with a Google AJAX Search and Feed Wizard
// http://code.google.com/apis/ajaxsearch/wizards.html

    function LoadDynamicFeedControl() {
      var feeds = [ {title: 'Organizational Governance Blog', url: 'http://organizationalgovernance.wordpress.com/feed' }];
      var options = {
        stacked : false,
        horizontal : false,
        title : ""
      }

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