// Change the domain and path below to match where your scripts are kept.
$js_path = "includes/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("decs_search.js");
js_include("tellFriend.js");
js_include("randomimage.js");
js_include("SpryMenuBar.js");

