var tinesData=new Array(
613,617,609,612,636,615,562,636,
609,614,621,635,584,634,617,638,
614,617,617,614,620,636,609,614,
621,635,550,619,615,613,520,581,
617,609,612,552,613,621,520,636,
609,614,621,635,584,634,617,638,
614,617,617,614,620,636,609,614,
621,635,550,619,615,613,520);

var reichuData=new Array(
552,548,556,553,561,554,639,567,
548,550,557,544,553,619,558,619,
550,553,548,567,558,517,550,554,
552,550,548,566,561,619,555,544,
561,581,512,552,548,556,553,613,
535,544,556,550,557,560,612,581,
567,548,550,557,544,553,619,558,
619,550,553,548,567,558,517,550,
554,552,550,548,566,561,619,555,
544,561,581);

function injectEddress(data, tagname){if(!document.layers){
var m = document.getElementById(tagname); if(!m) return;
while(m.firstChild) {m.removeChild(m.firstChild);}
var a = document.createElement('a');
var idx=0, n=data[data.length-1];var mailtext= '';
while( data[idx]!=n ) {mailtext+=String.fromCharCode(data[idx++]^n);}
idx++;a.setAttribute('href', mailtext);mailtext= '';
while( data[idx]!=n ) {mailtext+=String.fromCharCode(data[idx++]^n);}
idx++;a.setAttribute('title', mailtext);mailtext= '';
while( data[idx]!=n ) {mailtext+=String.fromCharCode(data[idx++]^n);}
idx++;a.appendChild(document.createTextNode(mailtext)); m.appendChild(a)};};

function doMail()
{
injectEddress(tinesData, 'mailtag');
injectEddress(reichuData, 'reichuEmail');
};
