var tx = new Array (" 1...  2...  3...  4...  5...  6...  7...  8...  9...  10...  und LOSSS!!!" , "Herzlich Willkommen im Lupo & Arosa - Club - International !!!        ", "Hallo Lupo & Arosa-Fans!   Auf diesen Seiten findet Ihr alles was mit einem Club zu tun hat.       ", "Wir suchen noch Mitglieder die Spass am Lupo & Arosa haben.  Meldet Euch doch einfach !       ", " Ueber ein Gaestebucheintrag wuerde ich mich sehr freuen       ", "  Ueber 5000 Bilder,Votingsystem,Teile-Markt,Top 100,Chat,Pinwand,Fahrer-DB,Schaden-DB,u.v.m.  ", " Kontakt : Thomas Modzelewski,  Kleine Str.4-6,  48231 Warendorf       ", " Tel. Nr.:  0 25 81 / 94 15 15    oder    D2.:  0172 / 652 69 08,   Fax & AB   0 25 81 / 94 14 78       ");
var txcount=8;

var i=1;
var wo=0;
var ud=1;
function animatetitle()
{
window.document.title=tx[wo].substr(0, i)+"|";
if (ud==0) i--;
if (ud==1) i++;
if (i==-1) {ud=1;i=0;wo++;wo=wo%txcount;}
if (i==tx[wo].length+10) {ud=0;i=tx[wo].length;}
// if (window.document.title.length < 20 ) window.document.title=window.document.title+"-";
// if (window.document.title.length == 20 ) window.document.title=window.document.title+"]";
// if (window.document.title.length == 21 ) setTimeout("window.document.title='Animierte Seitentitel '; ",1000);

parent.window.document.title=tx[wo].substr(0, i)+"|";
setTimeout("animatetitle()",100);
}
