function importJS() {
	if (! new Array().push) return false;
	var scripts = new Array(
		'./js/jquery.js',
		'./js/jquery.easingscroll.js',
		'./js/fixHeight.js',
		'./js/pngfix.js',
		'./js/config.js',
		
		'../js/jquery.js',
		'../js/jquery.easingscroll.js',
		'../js/fixHeight.js',
		'../js/pngfix.js',
		'../js/config.js',
		
		'../../js/jquery.js',
		'../../js/jquery.easingscroll.js',
		'../../js/fixHeight.js',
		'../../js/pngfix.js',
		'../../js/config.js',
		
		'../../../js/jquery.js',
		'../../../js/jquery.easingscroll.js',
		'../../../js/fixHeight.js',
		'../../../js/pngfix.js',
		'../../../js/config.js'
	);
	for (var i=0; i<scripts.length; i++) {
		document.write('<script type="text/javascript" src="' +scripts[i] +'"><\/script>');
	}
}
importJS();
