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

splashConfiguration.language = new function() {
	this.jsonPopupError = "JSON data not found for this content item: ";
	this.playerStop = "Stop";
	this.playerPlay = "Play";
	this.paginationPage = "Página";
}