Hello Guys,
It looks to me that you are missing the following things:
1)
CODE
<body onload="individualArchivesOnLoad(commenter_name)">
Make sure you hae the parameter
QUOTE
onload="individualArchivesOnLoad(commenter_name)"
inside your body starting tag;
2) <script type="text/javascript" language="javascript" src="/mt-site.js"></script>
Make sure you put a link to the mt-site.js javascript file. Be careful to reference correctly the path to the mt-site.js. In the sample above the mt-site.js file is supposed to be on your server root (main folder).
As a side note, this mt-site.js file is within the Index Templates available for your blog.
Good luck,
Mihai Bocsaru