Here is the HTML that produces the clocks on the previous page. (The lines are numbered for reference in the explanation below.)
1 <applet codebase=ClocksApplet code="ClocksApplet.class" width=400 height=140> 2 <param name="cities" value="Tokyo;San Jose;Toronto;London"> 3 <param name="offsets" value="900;480;300;0"> 4 Sorry, you don't have Java enabled. You won't be able to see the clocks. 5 </applet>
<param name="cities" value="Springfield, Missouri;Springfield,Illinois">Please do not put spaces after the semicolons or they will become part of the city name.