

function eml_snd(part2,part1)
{
	mail_str = 'mail'+'to:'+part1 + '@'+part2;
	return mail_str;
}
