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.autismtreatmentcenter.org/css/google-feed-control.css");

function load() {
  var feed ="http://www.blogger.com/feeds/8255218286989628303/posts/summary/-/Highlighted";
  var options = {
    numResults : 3,
    displayTime: 6000,
    title : '<img src="http://www.autismtreatmentcenter.org/contents/images/google-feed-logo.jpg" id="feed-logo"/><div id="feed-title">Highlights from The<br/><a href="http://blog.autismtreatmentcenter.org/">Son-Rise Program Blog</a></div>'
  }
  new GFdynamicFeedControl(feed, "feedControl_ATCA",options);
}
google.load("feeds", "1");
google.setOnLoadCallback(load);
