
if(typeof javascriptPath == 'undefined') {
    var javascriptPath = "myweb2go/ntlsapi/javascript";
}
if(typeof myweb2goJavascriptPath == 'undefined') {
    var myweb2goJavascriptPath = 'myweb2go/js';
}
document.write('<script type="text/javascript" src="' + javascriptPath + '/base.js"><\/script>');
document.write('<script type="text/javascript" src="' + myweb2goJavascriptPath + '/ajax.js"><\/script>');
