function inc(fname){
	var body = document.getElementsByTagName('head').item(0);
	script = document.createElement('script');
	script.src = fname;
	script.type = 'text/javascript';
	body.appendChild(script)
}

inc('js/ajax.js');
inc('js/validators.js');
inc('js/jquery.bgpos.js');
inc('js/webtoolkit.aim.js');
inc('js/effects.core.js');
inc('js/jquery.preload.js');
inc('js/jquery.scrollbar.js');
inc('js/jquery.timers.js');
inc('js/jquery.tooltip.js');
inc('js/jquery.hoverIntent.js');
inc('js/jquery.mousewheel.js');
inc('js/functions.js');

temp=navigator.appVersion.split('MSIE');
ieVer=parseInt(temp[1]);

if (ieVer == 6){
	inc('js/pngfix.js');
}