var UpdaterInterceptor = function() {

	this.intercept = function() {
		window.location.reload();
	};
};