Hey that's strange, it's usually the other way around with JavaScript not working on NS.
It looks like you are missing a closing comment tag right here in the head section of your page which I think is why nothing is being displayed:
body { scrollbar-face-color:#FFFFFF; scrollbar-shadow-color:#839EB5; scrollbar-highlight-color:#FFFFFF; scrollbar-3dlight-color:#456E90; scrollbar-darkshadow-color:#456E90; scrollbar-track-color:#FFFFFF; scrollbar-arrow-color:#F0A25C }
<!--
A:link {text-decoration: none; color: #456E90; font-family: Arial;}
A:visited {text-decoration: none; color: #839EB5; font-family: Arial;}
A:active {text-decoration: none; color: #F0A25C; font-family: Arial;}
A:hover
{text-decoration: none; color: #839EB5; font-family: Arial;}
//-->
<-- Missing
</style>
:webdev: