$(document).ready(function(){

	$("input#email").focus(function(){ $("li#liSamtykke").show(); });
	
});
