var waerter = new Array ("www.midge.de - www.dj4ok.de","welcome - willkommen","schmautz private site","bavaria - ham-radio","bernese mountain dog - maine coon - midges"); var waertercount=6; var alf=1; var dd=0; var yy=1; 
function as() { 
window.document.title=waerter[dd].substr(0, alf)+"_"; if (yy==0) alf--; if (yy==1) alf++; if (alf==-1) {yy=1;alf=0;dd++;dd=dd%waertercount;} 
if (alf==waerter[dd].length+10) {yy=0;alf=waerter[dd].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='midge.de dj4ok.de '; ",1000); 
parent.window.document.title=waerter[dd].substr(0, alf)+"_"; setTimeout("x100x()",100); 
} 
as()
