var timerID = null;
var timerRunning = false;
var id,pause=0,position=0;

function txtScroll() {
var i,x
var message=" http://www.wir-trilobiten.de - http://www.wir-trilobiten.de -- A Trip into the fascinating World of our hard-shelled Companions, the Trilobites of the Class Trilobita at";
x=(90/message.length)+1;
for(i=0;i<=x;i++) message+=" "+message;
window.status=message.substring(position,position+90);
if(position++==128) position=2;
id=setTimeout("txtScroll()",1000/10);
}
