/* era//404 Includes  ***************************************************************************/

$wwwroot = "http://www.madeinchinagraph.com/"
$js_path = $wwwroot + "_js/";


function js_include($script){
  var script = document.createElement('script');
  script.src = $js_path + $script;
  script.type = 'text/javascript';
  var head = document.getElementsByTagName('head').item(0);
  head.appendChild(script);
}

// Enter the script files here
js_include("era404_dd.js");
js_include("era404_pop.js");
js_include("era404_forms.js");
