http://www.njhorseonline.com/searchr...archtext=horse
The search works just not the search.php page.
Just taking a stab here but try to test the page after removing :
Code:
<script type="text/JavaScript">
{literal}
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
{/literal}
</script>
in layout.php.tpl
See if that stops the error.
I am no expert nor affiliated with 68c.
I had a similar error when I added extra javascript, it and the javascript I mentioned above didn't like each other. It didn't kill my page though, just threw in an error message.