UserInfo = 
{
	aktionscode: "",
	PHPSESSID:"",
	email: "",
	password: "",
	loggedIn: false,
	inTest:false,
	profiInfoShowed:false,
	storeDate: function(){
		var d = new Date();
		this.jobtestDatum = d.getDate() + "." + (d.getMonth() + 1) + "." + d.getFullYear();
		
	}
};




