sMail = 'mailto:';
sBox = 'contact';
sAt = '@';
sHost= 'how-make-site.ru';

function GetMail()
{
return sMail + sBox + sAt + sHost;
}




