function showemail(d,u)
{
	var email = u + "@" + d;
	document.write("<a class='heading' href=mailto:"+email+">"+email+"</a>");
}

