function activateStuff() {
		var whatsit = 'jroznfgre@nfgebabzl2009.bet.am';
		if (document.getElementById('webmail')) {
			document.getElementById('webmail').firstChild.nodeValue=uncode(whatsit);
			document.getElementById('webmail').href='mailto:' + uncode(whatsit);
		}
		if (document.getElementById('webmail2')) {
			document.getElementById('webmail2').href='mailto:' + uncode(whatsit);
		}
		var spocsit = 'znevyla@npgevk.pb.am';
		if (document.getElementById('spocmail')) {
			document.getElementById('spocmail').firstChild.nodeValue=uncode(spocsit);
			document.getElementById('spocmail').href='mailto:' + uncode(spocsit);
		}
}

function uncode(a){var map = new Array();var s   = "abcdefghijklmnopqrstuvwxyz";for (i=0; i<s.length; i++)map[s.charAt(i)] = s.charAt((i+13)%26);for (i=0; i<s.length; i++)map[s.charAt(i).toUpperCase()]	= s.charAt((i+13)%26).toUpperCase();s = "";for (i=0; i<a.length; i++){var b = a.charAt(i);s += (b>='A' && b<='Z' || b>='a' && b<='z' ? map[b] : b);}return s;}
