//Variables
var jUserSession;
jUserSession=
	{	'userID': null,
		'nickname': null,
		'email': null,
		'country': null,
		'city': null,
		'bio': null,
		'gender': null,
		'asdfsa123fd14312asf3e23r':'asd'
	}
	
//Functions
function isLoggedIn(){
	return jUserSession.asdfsa123fd14312asf3e23r=='5a4f918dacv3sd5f19';
}