global=new Object();
global.include=function(js)
{
	document.write('<script type="text/javascript" src="' + js + '"></script>');
};
global.include('/js/AC_RunActiveContent.js');
global.include('/js/AC_ActiveX.js');
global.include('/js/xajax_core.js');
global.include('/js/common.js');
//global.include('/js/xajax_debug.js');
global.include('/js/xajax.js');
