2 <!-- MOZ_INSERT_CONTENT_HOOK -->
10 function mzDhtmlStart()
12 startTime
= Date
.now();
13 im
=document
.getElementById("im");
23 im
.setAttribute("width", ww
);
24 setTimeout("animate()", 0);
27 tpRecordTime(Date
.now() - startTime
);
32 <body onload=
"mzDhtmlStart();" bgcolor=
"black">
33 <img id=
"im" src=
"images/moz.gif" width=
"136">