<!--  

function textlist(a,b,c,d,e,f,g){            

this[0] = a;

this[1] = b;

this[2] = c;

this[3] = d;

this[4] = e;

this[5] = f;

this[6] = g;

}

tl=new textlist(

"> Deutsch-Russischer-Austausch, neueste Nachrichten s.u. 'Informationen/DRA-Newsletter'. + + + ",

"> Newsletter 3 - 2010, näheres s. u. 'Informationen/Aktuelles'. + + + ",

"> Eva Gothsch neue Bundesvorsitzende, näheres s. u. 'Informationen/Aktuelles'. + + + ",

"> Blog der 'Hankensbüttler' zur Olympiade und Internetseite, näheres s. u. Links. + + + ",

"> Fortbildung in Hildesheim am 26./27.2.2010. Achtung! nur noch wenige Restplätze. + + + ",

"> Einladung zu den 14. Deutsch-Russischen Herbstgesprächen am 20./21. Nov. in Berlin, näheres s. u. 'Informationen/Aktuelles'. + + + ",

"> Einladung zum Internationalen Pädagogischen Forum in St. Petersburg vom 26.-30.Juli 2010, näheres s. u. 'Informationen/Aktuelles'. + + + "

);

var pos=0;

var x=0;

var max=7;

var l=tl[x].length;

function textticker() {        	

document.form1.textfeld.value=tl[x].substring(0,pos)+"_";	

if(pos++==l)	{		

pos=0;		

setTimeout("textticker()",500);		

x++;		

if(x==max)			

x=0;		

l=tl[x].length;	

} 

else		

setTimeout("textticker()",75);

};

function winopen(){

win = window.open("aktpop.htm" ,"Aktuell", "toolbar=no, menubar=no, width=300, height=380, left=580, top=300")

};



//-->

