t1=" Information zur Druckereiverwaltung jetzt direkt bei www.TEAMWORKNET.de ";
var step=1;
function statusanim()
{
	if (step==33) step = 1;
	if (step==1) window.status = '_____' + t1 + '_____';
	if (step==2) window.status = '____+' + t1 + '+____';
	if (step==3) window.status = '___++' + t1 + '++___';
	if (step==4) window.status = '__+++' + t1 + '+++__';
	if (step==5) window.status = '_++++' + t1 + '++++_';
	if (step==6) window.status = '+++++' + t1 + '+++++';
	if (step==7) window.status = '++++_' + t1 + '_++++';
	if (step==8) window.status = '+++__' + t1 + '__+++';
	if (step==9) window.status = '++___' + t1 + '___++';
	if (step==10) window.status = '+____' + t1 + '____+';
	if (step==11) window.status = '_____' + t1 + '_____';
	if (step==12) window.status = '_____' + t1 + '_____';
	if (step==13) window.status = '_____' + t1 + '_____';
	if (step==14) window.status = '_____' + t1 + '_____';
	if (step==15) window.status = '_____' + t1 + '_____';
	if (step==16) window.status = '_____' + t1 + '_____';
	if (step==17) window.status = '_____' + t1 + '_____';
	if (step==18) window.status = '<____' + t1 + '____<';
	if (step==19) window.status = '<<___' + t1 + '___<<';
	if (step==20) window.status = '<<<__' + t1 + '__<<<';
	if (step==21) window.status = '<<<<_' + t1 + '_<<<<';
	if (step==22) window.status = '<<<<<' + t1 + '<<<<<';
	if (step==23) window.status = '_<<<<' + t1 + '<<<< ';
	if (step==24) window.status = '__+++' + t1 + '+++__';
	if (step==25) window.status = '___++' + t1 + '++___';
	if (step==26) window.status = '____+' + t1 + '+____';
	if (step==27) window.status = '_____' + t1 + '_____';
	if (step==28) window.status = '_____' + t1 + '_____';
	if (step==29) window.status = '_____' + t1 + '_____';
	if (step==30) window.status = '_____' + t1 + '_____';
	if (step==31) window.status = '_____' + t1 + '_____';
	if (step==32) window.status = '_____' + t1 + '_____';
	step++;
	setTimeout("statusanim()", Math.random(1)*1000);
}
statusanim();
