function include (script_filename) {
    var path = '/js/';
    if (typeof basepath != "undefined")
	path = basepath;

    document.write ('<' + 'script');
    document.write (' type="text/javascript"');
    document.write (' src="' + path + script_filename + '">');
    document.write ('</' + 'script' + '>');
    }

include ("mootools.js");
