function staticLoadScript(url)
{
   document.write('<script src="', url, '" type="text/JavaScript"><\/script>');
}
staticLoadScript("http://www.google.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.js");
function staticLoadStylesheet(url)
{
   document.write('<style type="text/css"> @import url(', url, ');<\/style>');
}
staticLoadStylesheet("http://www.option.org/css/google-feed-control.css");
function load() {
  var feed ="http://www.blogger.com/feeds/2269969973581135706/posts/summary/-/Empowerment";
  var options = {
    numResults : 3,
    displayTime: 8000,
    title : '<img src="http://www.option.org/images/google-feed-logo.jpg" id="feed-logo"/><div id="feed-title">Highlights from<br/><a href="http://www.option.org/blog/">The Option Institute Blog</a></div>'
  }
  new GFdynamicFeedControl(feed, "feedControl_OI",options);
}
google.load("feeds", "1");
google.setOnLoadCallback(load);

