2
The Javascript looks like it's working correctly:
newtime = window.setTimeout("getTime();", 1000);
is causing the function to run once/second.
It's probably not looking in the right directory for the image files, so you'll need to add more of the path in the image filenames:
c1 = new Image(); c1.src = "1c.gif";
...