document.writeln('<style type="text/css">');
document.writeln('.nfxTextTicker {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000}');
document.writeln('.nfxTitelBox {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #000000}');
document.writeln('.nfxTextBox {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000}');
document.writeln('</style>');

function newsbox(){
		document.writeln('<table width="90%" border="0" cellspacing="4" cellpadding="2" bgcolor="#EDF3EE">');

	document.write('<tr><td  class="nfxTitelBox">Hinweise zu Terminen und Veranstaltungen!</td></tr>');document.writeln('<tr><td  class="nfxTextBox">Wichtige Info zu den Terminen des LV Saar e.V. und der Ortsclubs.<br>');document.writeln('<div align="right"><a href="http://www.lv-saar.de/index.htm?nid=752&tpl=detail&id=20769"  class="nfxTextBox">mehr</a></div></td></tr>');document.write('<tr><td  height="20"><a href="http://www.lv-saar.de/index.htm" class=\"nfxTextBox\">Alle Artikel</a></td></tr>');		document.write('<tr><td ><iframe width="150" height="80" scrolling="no"frameborder=0 src="http://www.datefix.de/adframe_box.php?country=de&bgcolor="></iframe></td></tr>');
			document.write('</table>');
	
}

var max=0;

function textlist()
{
        max=textlist.arguments.length;
        for (i=0; i<max; i++)
                this[i]=textlist.arguments[i];
}

	


tl=new textlist
(
		"+++ Hinweise zu Terminen und Veranstaltungen! +++"
    
);

var x=0; posi=0;
var l=tl[0].length;

function newsticker() 
{        
        document.ticker.textfeld.value=tl[x].substring(0,posi)+"_";

        if(posi++==l)
        {
                posi=0;
                setTimeout("newsticker()",1000);
                x++;
                if(x==max)
                        x=0;
                l=tl[x].length;
        } else
                setTimeout("newsticker()",50);

}


