/* loads jQuery and jQuery UI */

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