System Ninja - ...
Step by Step Wire Jewelry Fall - (2)Step by Step Wire Jewelry Fall 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18...
"WIRE ARTIST" - (0)"WIRE ARTIST" Wire wrap. . . .&n...
. wr wrng - (0). wr wrng . ...
. wire wrapping. - (0). wire wrapping. 2. 3. 4. 5. 6. ...
. FLASH. |
code:
mydate = new Date();
sec = mydate.getSeconds();
min = mydate.getMinutes();
hour = mydate.getHours();
if (sec < 10)
{
sec = "0" + sec;
} // end if
if (min < 10)
{
min = "0" + min;
} // end if
if (hour < 10)
{
hour = "0" + hour;
} // end if
time = hour add " " add min add " " add sec;
"":
1 -
2 - -
3 - !
4 - . FLASH.
5 -
6 -
7 - -
8 - -
9 -
: | *, * |