Problems in validating '<noscript>'

I'm trying to W3C validate the following code segment, but the validation says that '<noscript>' is an error - have you any idea why this occurs and is there a solution?

 

===================================================

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"

   "http://www.w3.org/TR/html4/loose.dtd">

<!-- Above validates the following for HTML 4.01 -->

<html>

<body>

.

.

<noscript>

<div class="statcounter">

<a title="web counter" href="http://www.statcounter.com/" target="_blank">

<img class="statcounter" src="http://c.statcounter.com/4069811/0/d06944bc/0/" alt="web counter">

</a>

</div>

</noscript>

 

</body>

</html>

====================================================

 

Regards,

 

John Fairweather

 

 

Received on Friday, 17 July 2009 22:56:24 UTC