function stealthLink() {
  // Encrypt Email Tool: http://www.dynamicdrive.com/emailriddler/
  var theArray= new Array(99,121,98,101,114,45,109,101,116,114,105,120,46,99,111,109);
  // c = y = b = e = r = - = m = e = t = r = i = x = . = c = o = m
  var theAddress='';
  theSubject='Cyber-Metrix%20Contact';
  theText='Contact Cyber-Metrix';
  theTitle='Contact Cyber-Metrix';
  for (i=0;i<theArray.length;i++)
    theAddress+=String.fromCharCode(theArray[i]);
  document.write('<a href="mailto:info@'+theAddress+'?subject='+theSubject+'" title="'+theTitle+'">'+theText+'</a>');
}

function showCounter() {
 document.write("<img align=absmiddle alt='counter' src='/cgi-sys/Count.cgi?df=cyber-metrix.dat|display=Counter|ft=0|md=5|frgb=255;127;80|dd=7|srgb=255;150;0|prgb=255;127;80'>");
}
