(function() {
	var importSrc = function(jspath) {
		return '<script type="text/javascript" src="'+ jspath +'"></script>' + "\n";
	}

	var path = '/common/js/';

	document.write(importSrc(path + 'default.js'));

	if (navigator.userAgent.indexOf("MSIE 6") != -1) {
		document.write(importSrc(path + 'dd_belatedpng.js'));
	}
})();
