  <!--
   d    = new Date();
   m    = d.getMonth();
   y    = d.getFullYear();
   z    = y - 1968

   if (y <= 50)
   {
   y = y + 2000;
   z = 32 + y
   }
   if (y <= 2000 || y >= 2051)
   {
   y = y0;
   z = y0 - 1968
   }

// Countdown //
// Isi tanggal acara, judul acara dan jumlah hari acara berlangsung //
//==========================================================================//
   date = new Date("April 19,2005");
   lama_acara = 220;
   baris1 = "&loz;&nbsp; ASIA AFRICAN SUMMIT GOLDEN JUBILEE AWARD &nbsp;&loz;" ;
   baris2 = "Commemorating 50 years of the Asia African Conference,";
   baris3 = "ORARI issues the Asia African Summit Golden Jubilee Award.";
   baris4 = "<font size='2'>For details, please <a href='http:aasgja.pdf' target=all>click here</a></font>";
   jam_akhir = 17
   color1 = "<font face='Comic Sans MS,verdana,arial' size='3' color=#4040ff>"
//==========================================================================//

   spasi = "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"
   hari = 0 - (hari-1);
   harix = hari+((24 - jam_akhir) / 24);
   now = new Date();
   diff = date.getTime() - now.getTime();
   days1 = (diff / (1000 * 60 * 60 * 24)) + 1;
   days = (Math.floor(diff / (1000 * 60 * 60 * 24))) + 1;

   teks = "<center><table border=0 cellpadding=3><tr align=center><td><b>" + color1 + baris1 + "<br>" + baris2 + "<br>" + baris3 + "<br>" + baris4 + "</td></tr></table></center>" ;
   document.write("");

   if ((days < 1 ) && (days > - lama_acara)) {
     document.write(teks);
   }
//-->
