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<1)jam=document.write('|1.AM| keep sleep get nice dream^^'); if(jam<2)jam=document.write('|2.AM| still surf??.. when you want get sleep??..'); if(jam<4)jam=document.write('|4.AM| w0w~ dream on dream^^'); if(jam<5)jam=document.write('|5.AM| still sleep?? zZz..!!!'); if(jam<6)jam=document.write('|6.AM| Swimming pool time at sleep~ xD'); if(jam<7)jam=document.write('|7AM| wake up!!. work time..!!'); if(jam<8)jam=document.write('Morning!!.. OMG work time!!.. Dont be late..!!'); if(jam<9)jam=document.write('|9.AM| Ready for work all??..'); if(jam<10)jam=document.write('|10.AM| so hungry!!.. Eat time!!.. huhuu~'); if(jam<14)jam=document.write('|2.PM| work.. WORK.. work.. Spend time with KIT KAT.. xD'); if(jam<15)jam=document.write('|3.PM| BZ work??.. Dont u get bread..'); if(jam<17)jam=document.write('|5.PM| Still working?? Take a rest dude^^'); if(jam<18)jam=document.write('|6.PM| Ready spend time for pray if you ISLAM regilion..'); if(jam<19)jam=document.write('|7.PM| AZAN time!!.. ISLAM REGILION pray time dude^^'); if(jam<21)jam=document.write('|9.PM| keep shower plezZ~ hehee~'); if(jam<23)jam=document.write('|11.PM| You dont take a sleep!!..'); if(jam<24)jam=document.write('|12.AM| Good night guys sleep time zZz...!!'); setTimeout("jam()",1000); // --> var r504=document.getElementById("r504"); //get span to apply rainbow var myRainbowSpan=new RainbowSpan(r504, 0, 360, 255, 50, 18); myRainbowSpan.timer=window.setInterval("myRainbowSpan.moveRainbow()", myRainbowSpan.speed);