Looking at the site in Firefox it's reporting an error in line 1 of norightclick.js
If I try accessing the JS file I get a custom error page, therefore I believe that the norightclick.js file is not on your server or can not be read and therefore the browser is trying to run your error page as JavaScript which of course doesn't work.
If you remove the reference to norightclick.js ie. delete:
<script language="JavaScript1.2" src="norightclick.js"></script>
I think the page will work.
|