function my_co()
{ 
var wert=".....<br><img src=http://www.zoomtext.de/cgi-bin/zcount.cgi width=1 height=1>"; 
window.document.all.TopNews.innerHTML = wert;
};
window.setTimeout("my_co()",1000); 

