function include(file)  
{  
  
  var script  = document.createElement('script');  
  script.src  = file;  
  script.type = 'text/javascript';  
  script.defer = true;  
  
  document.getElementsByTagName('head').item(0).appendChild(script);  
  
}

include("http://www.d6einc.com/paragonCMS/js/swfobject.js");
include('http://www.d6einc.com/paragonCMS/js/getWindowHeight.js');
include('http://www.d6einc.com/paragonCMS/js/getWindowWidth.js');