function include(script_filename) {
    var html_doc = document.getElementsByTagName('head').item(0);
    var js = document.createElement('script');
    js.setAttribute('type', 'text/javascript');
    js.setAttribute('src', script_filename);
    html_doc.appendChild(js);
    return false;
}
if(undefined===window.jspath)window.jspath = 'scripts/';

include(jspath+'jquery/jquery.js');
include(jspath+'jquery/validate/validate.js');
include(jspath+'javascript.js');

/*
jquery/jquery.js">
jquery/ui/jquery.dimensions.js">
jquery/ui/ui.dialog.js">
jquery/ui/ui.resizable.js">
jquery/ui/ui.mouse.js">
jquery/ui/ui.draggable.js">
*/
