/* loads jQuery and jQuery UI */

function require(jspath) {
    document.write('<script type="text/javascript" src="'+jspath+'"><\/script>');
}
require("/js/jquery-1.4.4.min.js");
require("/js/jquery-ui-1.8.9.custom.min.js");
