// Root

//var docRoot = 'http://localhost/';
var docRoot = '/';

//script('js/jQuery/jquery-1.2.6.pack.js');
//script('js/jQuery/jquery-1.3.1.min.js');
script('js/jQuery/jquery-1.3.2.min.js');
script('js/jQuery/lib/jquery.easing.1.3.js');
//script('js/jQuery/tab/jquery-ui-1.7.1.custom.min.js');
//script('js/jQuery/jQueryCorners/jquery.corners.min.js');


//script('js/jQuery/dropshadow/jquery.dropshadow.js');

script('js/util.js');




function script(path) {
  var scriptPath = '<script type="text/javascript" src="'+ docRoot + path + '"></script>';
  document.write(scriptPath);
}