/*
Create by binary at 20060515
SuZhou, China
*/

//method for include file (*.js)
function JSinclude(filename)
{
	var bjs = 'http://'+location.host+'/'+(location.pathname).split('/')[1]+'/';
	//modified by binary at 20070830
	//var bjs = 'http://'+location.host+'/';
	document.write ('<SCRIPT SRC="' + bjs + filename +'"></SCRIPT>');
	//alert('<SCRIPT SRC="' + bjs + filename +'"></SCRIPT>');
}

//test
//JSinclude('js/bjs/Test.js');

//language
//JSinclude('js/language/EN.js');

//bjs core
JSinclude('js/bjs/SYS_FUNC.js');
JSinclude('js/bjs/APP_FUNC.js');

//others include file
//JSinclude('js/Func.js');
//JSinclude('js/BusinessLogic.js');
JSinclude('js/SwapImage.js');

