Warning: ob_start(): function 'ob_gzhandler' not found or invalid function name in /www/htdocs/w00917ec/bea-sz/js/wai_aria.js on line 2

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w00917ec/bea-sz/js/wai_aria.js:2) in /www/htdocs/w00917ec/bea-sz/js/wai_aria.js on line 3
function wai_aria() { if (document.getElementById('inhaltsfeld')) document.getElementById('inhaltsfeld').setAttribute('role', 'main'); if (document.getElementById('navi')) document.getElementById('navi').setAttribute('role', 'navigation'); if (document.getElementById('suchform')) document.getElementById('suchform').setAttribute('role', 'search'); if (document.getElementById('Name')) document.getElementById('Name').setAttribute('aria-required', 'true'); if (document.getElementById('Email')) document.getElementById('Email').setAttribute('aria-required', 'true'); if (document.getElementById('Phone')) document.getElementById('Phone').setAttribute('aria-required', 'true'); if (document.getElementById('Nachricht')) document.getElementById('Nachricht').setAttribute('aria-required', 'true'); } window.onload=function() { Highlight(); wai_aria(); }