Make the point your own way!
This version of the Social Security Clock gives you total control, but you need to know your HTML better.
Cut and paste the code below into your HTML page. It gives you all the parts of a working clock, but you will need to put more HTML around those parts to make it look the way you want.
Here's what each line means:
Line 1: Where the Gross National Debt clock will appear.
Line 2: Where the Trust fund clock will apear.
Line 3: An example of the required link. Link rules.
Line 4: Loads the JavaScript and data for the clock.
Line 5: Begin-JavaScript tag.
Line 6: call to function that starts clock and tell it the click rate.
Line 7: End-JavaScript tag.
Below, as an example is the full code for the clock above.