Take some closer looks at the Pelt-skin I noticed that
JavaScript-Calls such as

<script type="text/javascript">ndeSetTextSize();</script>

are not wrapped in comments (recommended to keep older
browsers from interpreting the code within the script-element) like
this:

<script type="text/javascript">
  <!-- ndeSetTextSize();
  // -->
</script>


Is there a particular reason for this or something that should be
corrected?

--
Ferdinand Soethe