function email(a, b, x, y, z)
{
	document.write( "<a href=\"mailto:" + a + "@" + b + "\">" + x + y + z + "</a>" );
}
