function mail(a)
{
	document.write("<a href='mailto:"+a+"@"+"yellowcube.hu'>");
	document.write(a+"@"+"yellowcube.hu");
	document.write("</a>");
}

function mail2(a, b, c)
{
	document.write("<a href='mailto:"+a+"@"+b+"."+c+"'>");
	document.write(a+"@"+b+"."+c);
	document.write("</a>");
}
