
var laufband_ids=new Array();werte=new Array();var ix=-1;var ixz=0;var iy=0;var ticker;startseite_laufband_oben_div_hoehe=48;umbruchbei=new Array();umbruchx=0;function startseiten_laufband(){try{var startseite_laufband_div=document.getElementById('startseite_laufband_div');laufband_ids=document.getElementById('laufband_ids').value.split(',');anz_werte=laufband_ids.length;for(i=0;i<anz_werte;i++){werte[laufband_ids[i]]=document.getElementById('laufband_quelle_'+laufband_ids[i]).innerHTML;umbruchbei[laufband_ids[i]]=werte[laufband_ids[i]].length/2;}}
catch(Error){}
startseiten_laufband_werte();}
function startseiten_laufband_werte(){ix++;if(!werte[laufband_ids[ix]]){ix=-1;if(ixz<10){ixz++;startseiten_laufband_werte();}
return false;}
document.getElementById('laufband_quelle_'+laufband_ids[ix]).innerHTML='';document.getElementById('laufband_quelle_'+laufband_ids[ix]).style.display='block';startseiten_laufband_scroll();}
function startseiten_laufband_scroll(){if(werte[laufband_ids[ix]][iy]){if(werte[laufband_ids[ix]][iy]==" "&&iy>umbruchbei[laufband_ids[ix]]&&umbruchx==0){umbruchx=1;document.getElementById('laufband_quelle_'+laufband_ids[ix]).innerHTML+='<br />';}
document.getElementById('laufband_quelle_'+laufband_ids[ix]).innerHTML+=werte[laufband_ids[ix]][iy];}
iy++;if(!werte[laufband_ids[ix]][iy]){window.clearTimeout(ticker);window.setTimeout('startseiten_laufband_wechsel()',1200);}else{ticker=window.setTimeout('startseiten_laufband_scroll()',50);}}
function startseiten_laufband_wechsel(){if(startseite_laufband_oben_div_hoehe==48){if(navigator.appName=="Microsoft Internet Explorer"){if(document.getElementById('laufband_tr_'+laufband_ids[ix+1])){document.getElementById('laufband_quelle_'+laufband_ids[ix+1]).innerHTML='';document.getElementById('laufband_tr_'+laufband_ids[ix+1]).style.display='block';}}else{if(document.getElementById('laufband_tr_'+laufband_ids[ix+1])){document.getElementById('laufband_quelle_'+laufband_ids[ix+1]).innerHTML='';document.getElementById('laufband_tr_'+laufband_ids[ix+1]).style.display='table-row';}}}
startseite_laufband_oben_div_hoehe=startseite_laufband_oben_div_hoehe-1;document.getElementById('startseite_laufband_oben_div').style.height=startseite_laufband_oben_div_hoehe+'px';if(startseite_laufband_oben_div_hoehe>0){tickerobenscroll=window.setTimeout('startseiten_laufband_wechsel()',40);}else{window.clearTimeout(tickerobenscroll);umbruchx=0;iy=0;startseite_laufband_oben_div_hoehe=48;document.getElementById('laufband_tr_'+laufband_ids[ix]).style.display='none';document.getElementById('startseite_laufband_oben_div').style.height=startseite_laufband_oben_div_hoehe+'px';if(navigator.appName=="Microsoft Internet Explorer"){if(!document.getElementById('laufband_tr_'+laufband_ids[ix+1])){document.getElementById('laufband_quelle_'+laufband_ids[0]).innerHTML='';document.getElementById('laufband_tr_'+laufband_ids[0]).style.display='block';}}else{if(!document.getElementById('laufband_tr_'+laufband_ids[ix+1])){document.getElementById('laufband_quelle_'+laufband_ids[0]).innerHTML='';document.getElementById('laufband_tr_'+laufband_ids[0]).style.display='table-row';}}
startseiten_laufband_werte();}}
function startseiten_laufband_stop(){window.clearTimeout(ticker);}
function startseiten_laufband_start(){ticker=window.setTimeout('startseiten_laufband_scroll()',50);}