(function(){
	var url = new String(window.location);
	var path;
	var prefix = 'ui/js/';
	var scripts = [
		'libs/jquery.js',
		'common/ready.js',
		'common/default.js',
		'plugin/easing.js',
		'plugin/fancybox.js',
		'plugin/jscroller.js'
	];
	if (url.indexOf('localhost') == -1){
		path = 'http://www.tourcafe.by/';
	} else {
		path = 'http://localhost/tourcafe/site/';
	}
	for(var i = 0; i < scripts.length; i++){
		document.write('<script src="' + path + prefix + scripts[i] + '" type="text/javascript"></script>');
	}
})();
