/* Preload Scripts */

function script(docRoot, path) {
  var scriptPath = '<script type="text/javascript" src="'+ docRoot + path + '"></script>';
  document.write(scriptPath);
}
