document.write('
'); var gambar=new Array(10); gambar[1]="http://stevendie.xtgem.com/js/time/digital/image/green1.gif"; gambar[2]="http://stevendie.xtgem.com/js/time/digital/image/green2.gif"; gambar[3]="http://stevendie.xtgem.com/js/time/digital/image/green3.gif"; gambar[4]="http://stevendie.xtgem.com/js/time/digital/image/green4.gif"; gambar[5]="http://stevendie.xtgem.com/js/time/digital/image/green5.gif"; gambar[6]="http://stevendie.xtgem.com/js/time/digital/image/green6.gif"; gambar[7]="http://stevendie.xtgem.com/js/time/digital/image/green7.gif"; gambar[8]="http://stevendie.xtgem.com/js/time/digital/image/green8.gif"; gambar[9]="http://stevendie.xtgem.com/js/time/digital/image/green9.gif"; gambar[0]="http://stevendie.xtgem.com/js/time/digital/image/green0.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(); jam=""+jam+""; menit=""+menit+""; detik=""+detik+""; if(jam<=9)jam="0"+jam; if(menit<=9)menit="0"+menit; if(detik<=9)detik="0"+detik; if(detik>59)detik="0"+detik-"60"; document.jam6green.satu.src=gambar[jam.charAt(0)]; document.jam6green.dua.src=gambar[jam.charAt(1)]; document.jam6green.tiga.src=gambar[menit.charAt(0)]; document.jam6green.empat.src=gambar[menit.charAt(1)]; document.jam6green.lima.src=gambar[detik.charAt(0)]; document.jam6green.enam.src=gambar[detik.charAt(1)]; setTimeout("green()",1000); // -->