$(document).ready(function() {
	
		IS_LOGGED = false;
		
		$("#mn-profile").hide();
		$("#mn-logout").hide();
		$("#mn-signup").show();
		$("#mn-login").show();
	
});
