splashConfiguration.user = new function() {
	this.loggedIn = false;
}

splashConfiguration.language = new function() {
	this.jsonPopupError = "";
	this.playerStop = "stopp";
	this.playerPlay = "Play";
	this.paginationPage = "side";
}