function Klikk() {	
	if (event.altKey) {
		window.self.location='/login.html';
	}
	else {	
		window.self.location='/';
	}
}
