function include_js(js_url) {
  document.write("\<script type=\"text/javascript\" ");
  document.write("src='" + js_url + "'");
  document.write("\>");
  document.write("\</script\>");
}

if(typeof(window["jQuery"]) == "undefined"){
  include_js("http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js");
}

  include_js("http://www.publicradio.org/config/cobrand/standard/js/apm002/pngFix.js");
  include_js("http://www.publicradio.org/config/cobrand/standard/js/apm002/apmHdrFtr.js");  
  include_js("http://www.publicradio.org/config/cobrand/standard/js/apm002/iframe.js");

