
function nemo(namn,foretag){
	location.href= 'mailto:'+namn+'@'+foretag;
	return false;
}


