/* index.js */

function include(filename) {
document.write("<script language='javascript' type='text/javascript' src='/javascript/")
document.write(filename)
document.write("'></script>")
}

function include_old(filename) {
document.write("<script language='javascript' type='text/javascript' src='/adminmenu/js/")
document.write(filename)
document.write("'></script>")
}

function include_external(filename) {
document.write("<script language='javascript' type='text/javascript' src='http://www.abcum.co.uk/javascript/external/")
document.write(filename)
document.write("'></script>")
}

function include_other(filename) {
document.write("<script language='javascript' type='text/javascript' src='")
document.write(filename)
document.write("'></script>")
}

/********************************************/
//include_other("http://code.jquery.com/jquery-latest.pack.js");


/********************************************/

// Javascript Libraries //
include_external("jquery-1.2.3.pack.js");
include_external("jqbrowser.js");

include("functions.js");
//include("dimensions.js");


//include_external("interface.js");
//include_external("effects.js");

//include("ui.mouse.js");

/********************************************/

//include_other("http://dev.jquery.com/view/trunk/fx/fx.magnifier.js");
