
for (i=0; i<updatecount; i++)
{

  document.write('<font face="Arial" size="2">&nbsp;<img src="bullets/acasbul3.gif" width="4" height="9" vspace="3" border="0" align="top"></font>');
  document.write('<font face="Arial" size="2">&nbsp;&nbsp;<strong style="font-weight: 400"><a href="http://www.litbang.depkes.go.id/ccount/?'+eval('updatelink'+(i+1))+'" target="'+updatetarget[i]+'" class="update">'+eval('updateteks'+(i+1)));

  if (updatenew[i]=='1')
  {
    document.write(' <img src="images/new2.gif" width="30" height="10" border="0">');
  }
 
  document.write('</a>');
  document.write('</strong>');
  document.write('</font>');
  document.write('<br>');
}                      
