<!--
var temp="",text="",lhs="",rhs="",pic=""; coords="";

function makeMail(lhs,rhs)

{

	temp ="";

	temp +=lhs;

	temp +="@";

	temp +=rhs;

}

function runMap()

{

	makeMail(lhs,rhs);

	var content ="";

	content +="<area alt=\"";
	
	content +=temp;
	
	content +="\" coords=\"";
	
	content +=coords;
	
	content +="\" href=\"mailto:";

	content +=temp;

	content +="\">";

	document.write(content);

	return;

}

function runIt()

{

	makeMail(lhs,rhs);

	var content ="";

	content +="<a href=\"mailto:";

	content +=temp;

	content +="\">";

	content +=temp;

	content +="</a>";

	document.write(content);

	return;

}

function runIt2()

{

	makeMail(lhs,rhs);

	var content ="";

	content +="<a href=\"mailto:";

	content +=temp;

	content +="\">";

	content +=text;

	content +="</a>";

	document.write(content);

	return;

}

function runItp()

{

	makeMail(lhs,rhs);

	var content ="";

	content +="<a href=\"mailto:";

	content +=temp;

	content +="\">";

	content +=pic;

	content +="</a>";

	document.write(content);

	return;

}

//-->