
function timedCount(){tt=News[outer][1];var a=tt.length;document.getElementById("txt").innerHTML='<br/><br/><span style="color:red;">'+News[outer][0]+": </span>"+tt.slice(0,i);i+=1;if(i>a){outer++;i=1;if(outer>News.length-1)outer=0;t=setTimeout("timedCount()",2E3)}else t=setTimeout("timedCount()",100)}function doTimer(){if(!timer_is_on){i=1;outer=0;timer_is_on=1;timedCount()}}function stopCount(){clearTimeout(t);timer_is_on=0} function pausecomp(a){var c=new Date,b=null;do b=new Date;while(b-c<a)};

