document.write('
'); var gambar=new Array(10); gambar[1]="http://stevendie.xtgem.com/js/time/digital/image/yellow1.gif"; gambar[2]="http://stevendie.xtgem.com/js/time/digital/image/yellow2.gif"; gambar[3]="http://stevendie.xtgem.com/js/time/digital/image/yellow3.gif"; gambar[4]="http://stevendie.xtgem.com/js/time/digital/image/yellow4.gif"; gambar[5]="http://stevendie.xtgem.com/js/time/digital/image/yellow5.gif"; gambar[6]="http://stevendie.xtgem.com/js/time/digital/image/yellow.gif"; gambar[7]="http://stevendie.xtgem.com/js/time/digital/image/yellow7.gif"; gambar[8]="http://stevendie.xtgem.com/js/time/digital/image/yellow8.gif"; gambar[9]="http://stevendie.xtgem.com/js/time/digital/image/yellow9.gif"; gambar[0]="http://stevendie.xtgem.com/js/time/digital/image/yellow0.gif"; var GMT = +7; var now = new Date(); now.setUTCMinutes(now.getUTCMinutes() + (GMT+0)*60); var jam=now.getUTCHours(); var menit=now.getUTCMinutes(); var detik=now.getUTCSeconds(); var tanggal=now.getUTCDate(); var bulan=now.getUTCMonth()+1; var tahun=now.getUTCFullYear(); jam=""+jam+""; tanggal=""+tanggal+""; bulan=""+bulan+""; tahun=""+tahun+""; if(tanggal<10)tanggal="0"+tanggal; if(bulan<10)bulan="0"+bulan; if(tahun<1000)tahun="0"+tahun; document.dateyellow.satu.src=gambar[tanggal.charAt(0)]; document.dateyellow.dua.src=gambar[tanggal.charAt(1)]; document.dateyellow.tiga.src=gambar[bulan.charAt(0)]; document.dateyellow.empat.src=gambar[bulan.charAt(1)]; document.dateyellow.lima.src=gambar[tahun.charAt(0)]; document.dateyellow.enam.src=gambar[tahun.charAt(1)]; document.dateyellow.tujuh.src=gambar[tahun.charAt(2)]; document.dateyellow.delapan.src=gambar[tahun.charAt(3)]; setTimeout("yellow()",1000); // -->