ml.ajax.SitePreloader = function() {
	
	this.show = function() {
		j.blockUI({
			message:'Kommunikáció a szerverrel...'
			,fadeIn: 0
			,fadeOut: 0
		});
	};

	this.hide = function() {
		j.unblockUI();
	};

};
