Detection error within javascript/comment

Web page involved: http://vidiot.com/24/index.html
Error received:
    Error Line 288 column 67: end tag for element "STRONG" which is not open.
    ...P>You've been here <STRONG>" + Count() + "</STRONG> time(s).");

Complete code segment:
    <SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
    <!-- Begin
    document.write("<P>You've been here <STRONG>" + Count() + "</STRONG> time(s).");
    // End -->
    </SCRIPT>

The validator shouldn't complain about HTML code within javascript code, since
the HTML could be generated "on-the-fly."  Also, the code that it is
complaining about is within a comment.

MB
-- 
e-mail: vidiot@vidiot.com                                /~\ The ASCII
                                                         \ / Ribbon Campaign
[So it's true, scythe matters.  Willow  5/12/03]          X  Against
Visit - URL: http://vidiot.com/                          / \ HTML Email

Received on Sunday, 2 October 2005 03:36:11 UTC