Do a view source of your summary page and look for this line;
meta http-equiv="Content-Type" content="text/html; charset=windows-1252"
that is the start of the timezone code that you added just below the stats hack. You have a second page starting in the middle of you page.
You'll need to get rid of the extra code and place the javascript where it belongs.
You can still add the code after a
like PT suggested but you have to add before the that the timezone code is in.
look for;
body onLoad
and the table starts immediately after. You have a lot of cleanup to do if you want that page to work right.
|