﻿(function() {
	var importSrc = function(jspath) {
		return '<script src="' + jspath + '"></script>' + "\n";
	}

	var path = '/common/js/';
	var ext = '.js';

	document.write(importSrc(path + 'html5' + ext));
	document.write(importSrc(path + 'jquery' + ext));

	if (typeof document.documentElement.style.maxHeight == "undefined") {
		document.write(importSrc(path + 'dd_belatedpng' + ext));
	}

	document.write(importSrc(path + 'scrollsmoothly' + ext));
	document.write(importSrc(path + 'poof' + ext));

	document.write(importSrc(path + 'fb_likebox' + ext));

	document.write(importSrc(path + 'default' + ext));
})();
