JavaScript Animated Falling Blocks Clock

This clock was programmed as my first javascipt application, and as a small demonstration of what javascript is capable of.

I have two concerns I would like to point out. FIRST: Why is it on the right? This is because I initially made it for my home page. (It fits and looks good on the right.) SECOND: Why does it only show the even minutes and seconds? Again because it is more aesthetically pleasing with the borders and the numbers and the spacing. (The pretty stuff takes up more space so I decided to divide the number of boxes in half).

My old javacript clock wasn't a clock because it didn't sync up. It just told you the time at start of execution. However, it is more animated.

Its primary purpose was to go over lots of the javascript language including looping, arrays, objects, functions, return values, and changing CSS and using the HTML DOM with javascript.

I am sure there is a more efficient way to do this but as I have mentioned it is my first javascript application and its primary purpose was for learning. I hope you enjoy it, and if you have any suggestions or questions please email me at chmoder@chmoder.org.