	var al = "info";	var host = "alfazet.nl";	var al2 = "info";	var host2 = "porta.com";	function alfazet() 	{		document.write("<A HREF=\"mailto");		document.write(":" + al + "@");		document.write(host + "\">" + al + "@" + host + "<\/a>");	}	function porta() 	{		document.write("<A HREF=\"mailto");		document.write(":" + al2 + "@");		document.write(host2 + "\">" + al2 + "@" + host2 + "<\/a>");	}