<!--
// 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.ticker    {font-family: Arial; font-size: 12px; color:#FFFFFF}')
document.write('b.ticker2    {font-family: Arial; font-size: 12px; color:#FFFFFF}')
document.write('b.ticker    {font-family: Arial New; font-size: 12px; color:#FFFFFF}')
document.write('a.ticker:active {text-decoration: underline; color:#FFFFFF}')
document.write('a.ticker:link    {text-decoration: underline; color:#FFFFFF}')
document.write('a.ticker:visited {text-decoration: underline; color:#FFFFFF}')
document.write('a.ticker:hover {text-decoration: none; color:#FFFFFF}')
document.write('</STYLE>')

// Optionen von 'Marquee'
var marqueebreite=550 // Breite
var marqueehoehe=17 // Höhe
var marqueespeed=5 // Geschwindigkeit

// Gebe hier die Hyperlinks ein
var marqueeinhalt=' <b class=ticker>+++</b> <a class=ticker target="_self" href="http://www.ffkranenburg.de?path=contentwrapper&contentid=44">Einsatz 6 Brandeinsatz - Kaminbrand</a><b class=ticker>+++</b>';
marqueeinhalt+=' <b class=ticker>+++</b>  <a class=ticker target="_self" href="http://www.ffkranenburg.de/?path=contentwrapper&contentid=13&hnav=r">neue Einsatzfotos im Fotoalbum</a><b class=ticker>+++</b>';
/*marqueeinhalt+=' <b class=ticker>+++</b> <a class=ticker href="link3.htm">Text</a>';
marqueeinhalt+=' <b class=ticker>+++</b> <a class=ticker href="link4.htm" target="_blank">Text</a>';
marqueeinhalt+=' <b class=ticker>+++</b> und ohne Link bla bla bla'; */

// Ausgabe
if (document.all)
document.write('<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>');

//-->


