var systemad_text = '
Ein veralteter Player führt zu wiedergabe Problemen! Updaten Sie jetzt: DivX | Flash
'; var systemad_url = ''; var systemad_path = ''; var systemad_html = '
' + systemad_text + '
'; var systemad_timeout = ''; function show_systemad() { var systemad_div = document.getElementById('systemad_container'); var systemad_height_increase = Math.ceil((36-0)/12); var systemad_current_height = parseInt(systemad_div.style.height.substring(0,systemad_div.style.height.length - 2)); if (systemad_current_height < 36) { systemad_current_height += parseInt(systemad_height_increase); systemad_div.style.height = systemad_current_height+'px'; var systemad_timeout = window.setTimeout('show_systemad()',200/12); } else { window.clearTimeout(systemad_timeout); } } function hide_systemad() { var systemad_div = document.getElementById('systemad_container'); systemad_div.style.display = 'none'; } document.write(systemad_html); show_systemad();