function showmail(a) 
    {
	fake="bot@must.die";
	s1="ma"+"il"+"to";
	s21='dark'+"corsair";
	s22="ukr"+"."+"net";	
	dog=fake.substring(3,4);
	s2=s21+dog+s22;
    s=s1+":"+s2;
    //this.location=s;
	a.href=s;
    return false;
    }
function hidemail(a) 
    {
    s="mailto:[hidden]";
    //this.location=s;
	a.href=s;
    return false;
    }
