// JavaScript Document

function emailto(a,h) {
	document.location.href="mailto:"+a+"@"+h+"?Subject=Fyrirspurn í gegnum almannatengsl.is";
	}
