// JavaScript Document
function mail(email, domain)
{
	var a = email;var b = domain;document.write(a + b);	
}