var marqueeheight=20;		//Schrifthöhe
var speed=3;			//Tickergeschwindigkeit
var marqueecontents='<font class="ticker">'+marquee+'</font>'
var blankWidthLeft=170		//Tickerabstand von Links
var blankWidthRight=170		//Tickerabstand von Rechts

//***********************************************************************************************
//DIE FOLGENDEN ZEILEN NICHT EDITIEREN! DO NOT EDIT THE FOLLOWING LINES!
//ticker.js Version 1.00 (09.01.2004)
//(C)opyright 2003-2004 by manage.it GmbH & Co. KG
//  Schertlinstr. 25
//  86159 Augsburg
//  http://www.manage.de  
//Die nachfolgenden Zeilen unterliegen dem Copyright der manage.it GmbH & Co. KG.
//Die Verwendung des Programm-Codes oder einzelner Programmteile, darf nur unter Beachtung der Lizenzbedingungen
//für das Produkt "WebBuilder-Package" der manage.it GmbH & Co. KG erfolgen!
//Die Entfernung des Copyright-Vermerks ist nicht gestattet.
//***********************************************************************************************
function gWw(){if (window.innerWidth) return window.innerWidth-blankWidthLeft-blankWidthRight; else if (document.body && document.body.offsetWidth) return document.body.offsetWidth-blankWidthLeft-blankWidthRight; else return 0;} function regIE() {window.location.reload();} function regNS(){if (document.layers){setTimeout("window.onresize=regIE",450); intiMQ();}} function intiMQ(){document.cmarquee01.document.cmarquee02.document.write('<nobr>'+marqueecontents+'</nobr>'); document.cmarquee01.document.cmarquee02.document.close(); thelength=document.cmarquee01.document.cmarquee02.document.width; scrollit();} function scrollit(){if (document.cmarquee01.document.cmarquee02.left>=thelength*(-1)){document.cmarquee01.document.cmarquee02.left-=speed; setTimeout("scrollit()",60);}else{document.cmarquee01.document.cmarquee02.left=marqueewidth;scrollit();}} window.onresize = regIE; window.onload = regNS; var x=0,lt; function writeMq(){if (document.getElementById && !document.all){document.write('<div id="divlogo" style="position:absolute;width:10000px;height:25px;left:'+window.innerWidth+'px;top:0px;z-index:5;">'+marqueecontents+'</div>'); logo = eval("document.getElementById('divlogo').style"); allLs=marquee.split("<a"); for (i=0; i<allLs.length; i++){lc=eval('allLs['+i+'].split(">")'); lt+=lc[1];} moveit();}} function moveit(){x+=2; logo.left=window.innerWidth-x; if (x>=(lt.length*7+window.innerWidth)) x=0; setTimeout('moveit()',50);}