// JavaScript Document
//
// die einzelnen Adressen werden vercodet (http://www.die-stimme-der-freien-welt.de/antispam.php):
//
// kontakt zu engl.consulting
//
function _kon_engl_consulting(string) { 
document.write('<a href="');
document.write('&#109;&#97;&#105;&#108;&#116;o&#58;');
document.write('&#101;n&#103;&#108;.&#99;on&#115;u&#108;&#116;&#105;n&#103;@');
document.write('&#112;o&#98;o&#120;.&#99;o&#109;');
document.write('">');
if (string) { document.write(string); } else { document.write('&#101;n&#103;&#108;.&#99;on&#115;u&#108;&#116;&#105;n&#103;@');
document.write('&#112;o&#98;o&#120;.&#99;o&#109;'); }
document.write('<\/a>');
}
// kontakt zu info
//
function _kon_info(string) { 
document.write('<a href="');
document.write('&#109;&#97;i&#108;&#116;o&#58;');
document.write('in&#102;o@');
document.write('&#101;n&#103;&#108;&#45;&#99;on&#115;&#117;&#108;&#116;in&#103;.&#99;o&#109;');
document.write('">');
if (string) { document.write(string); } else { document.write('in&#102;o@');
document.write('&#101;n&#103;&#108;&#45;&#99;on&#115;&#117;&#108;&#116;in&#103;.&#99;o&#109;'); }
document.write('<\/a>');

}
// kontakt zu m.engl
//
function _kon_m_engl(string) { 
document.write('<a href="');
document.write('&#109;&#97;&#105;&#108;&#116;o&#58;');
document.write('&#109;.&#101;n&#103;&#108;@');
document.write('&#101;n&#103;&#108;&#45;&#99;on&#115;&#117;&#108;&#116;&#105;n&#103;.&#99;o&#109;');
document.write('">');
if (string) { document.write(string); } else { document.write('&#109;.&#101;n&#103;&#108;@');
document.write('&#101;n&#103;&#108;&#45;&#99;on&#115;&#117;&#108;&#116;&#105;n&#103;.&#99;o&#109;'); }
document.write('<\/a>');
}
// kontakt zu c.bösch
//
function _kon_c_boesch(string) { 
document.write('<a href="');
document.write('&#109;&#97;&#105;&#108;&#116;o&#58;');
document.write('&#99;.&#98;o&#101;&#115;&#99;&#104;@');
document.write('&#101;n&#103;&#108;&#45;&#99;on&#115;&#117;&#108;&#116;&#105;n&#103;.&#99;o&#109;');
document.write('">');
if (string) { document.write(string); } else { document.write('&#99;.&#98;o&#101;&#115;&#99;&#104;@');
document.write('&#101;n&#103;&#108;&#45;&#99;on&#115;&#117;&#108;&#116;&#105;n&#103;.&#99;o&#109;'); }
document.write('<\/a>');
}
//
// Diverses
//
function SymError()
{
  return true;
}

window.onerror = SymError;

var SymRealWinOpen = window.open;

function SymWinOpen(url, name, attributes)
{
  return (new Object());
}

window.open = SymWinOpen;

