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/yellow6.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(); 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.yellowstyle.satu.src=gambar[jam.charAt(0)]; document.yellowstyle.dua.src=gambar[jam.charAt(1)]; document.yellowstyle.tiga.src=gambar[menit.charAt(0)]; document.yellowstyle.empat.src=gambar[menit.charAt(1)]; document.yellowstyle.lima.src=gambar[detik.charAt(0)]; document.yellowstyle.enam.src=gambar[detik.charAt(1)]; setTimeout("yellow()",1000); // -->