namn = "Leif o Johan"
email = "kontakt@leifojohan.com"

function namnRubrik(){
	document.write(namn)
	}
	
function eMail(){
document.write(email)
}
