Warning: ob_start(): function "ob_gzhandler" not found or invalid function name in /www/htdocs/w00917ec/vg15_idealseiten/wai_aria.js on line 2
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w00917ec/vg15_idealseiten/wai_aria.js:2) in /www/htdocs/w00917ec/vg15_idealseiten/wai_aria.js on line 3
function wai_aria() {
if (document.getElementById('content')) document.getElementById('content').setAttribute('role', 'main');
if (document.getElementById('navi_oben')) document.getElementById('navi_oben').setAttribute('role', 'navigation');
if (document.getElementById('navi_seite')) document.getElementById('navi_seite').setAttribute('role', 'navigation');
if (document.getElementById('suche')) document.getElementById('suche').setAttribute('role', 'search');
}
window.onload = function() {
Highlight(); wai_aria();
}