var newsupdate;
var staticItemCount=0;
function StartTetra() {
   var doc;
   var url='tetra-fish_feeder.php';
   if (document.getElementById) {
      var doc=document.getElementById('newsupdatecase');
      if ((browser<1)||(!doc.innerHTML)) url='';
      if (url.length||staticItemCount) {
         newsupdate=TetraMakeConf('newsupdate',url,1,staticItemCount,600,194,9,'R2L',15,15,30,300);
         TetraStart('newsupdate');
      }
   }
}