 // Das Script stammt von W. Zenk
 // eMail: webmaster@javatop.de
 // Homepage: www.javatop.de
 // Das Script darf frei genutzt werden,
 // solange dieser Vermerk nicht entfernt wird!

 // CSS-Optionen der 'Hyperlinks'

 document.write('<STYLE type=text/css>')
 document.write('a.nticker 	  		{font-family: Verdana; font-size: 10px; color:#000080}')
 document.write('b.nticker2 	  		{font-family: Verdana; font-size: 10px; color:#000080}')
 document.write('b.nticker 	  		{font-family: Verdana; font-size: 8px; color:#000080}')
 document.write('font.nticker 	  	{font-family: Verdana; font-size: 10px; color:#00080}')
 document.write('a.nticker:active  	{font-family: Verdana; font-size: 10px; text-decoration: underline; color:#000080}')
 document.write('a.nticker:link    	{font-family: Verdana; font-size: 10px; text-decoration: underline; color:#000080}')
 document.write('a.nticker:visited 	{font-family: Verdana; font-size: 10px; text-decoration: underline; color:#000080}')
 document.write('a.nticker:hover   	{font-family: Verdana; font-size: 10px; text-decoration: none; color:#ff9101}')
 document.write('</STYLE>')
 

 // Optionen von 'Marquee'

 var marqueebreite=459 // Breite
 var marqueehoehe=20 // Höhe
 var marqueespeed=3 // Geschwindigkeit
 
document.write('<table width="480" height="27" border="0" cellspacing="0" cellpadding="0" background="http://www.ovb-online.de/nolayout/news-ticker/tickerbg.gif"><tr><td valign="middle">')

 // Ausgabe
 if (document.all)
  document.write('&nbsp;&nbsp;&nbsp;<marquee ID="mar" scrollAmount='+marqueespeed+' style="width:'+marqueebreite+'" onmouseover="mar.stop()" onmouseout="mar.start()">'+marqueeinhalt+'</marquee>')
  document.write('<ilayer width=&{marqueebreite}; height=&{marqueehoehe}; name="cmarquee01"><layer name="cmarquee02"></layer></ilayer>');
  document.write('</td></tr></table>')




