// Site Search Javascript Engine // copyright 16Mar2003 by Stephen Chapman, Felgall Pty Ltd // http://www.felgall.com/ //---------------------------------------------- // Please do not alter anything in this file //---------------------------------------------- var browserName = navigator.appName;var browserVer = parseInt(navigator.appVersion);var agt=navigator.userAgent.toLowerCase();var line1 = "Please enter your search term(s) below and press the search<\/b> button:<\/font>
 
\n
 
\n"; if (agt.indexOf("opera 4") != -1 ) {document.writeln("

This function has been disabled because
Opera 4<\/b> will crash when attempting to display the search results,
please upgrade to Opera 5, 6, or 7.<\/p>");} else {if (browserName == "Microsoft Internet Explorer" || browserName == "Netscape" && browserVer < 4) { document.writeln("

"); document.writeln(line1); document.writeln("\n"); } else {document.writeln(""); document.writeln(line1); document.writeln("\n"); } document.writeln("
\n"); document.writeln("<\/form>
\n"); document.writeln("
This JavaScript will return results with the index entry found that is the closest match to the term entered displayed first.
"); document.writeln("Multiple entries from the same page will appear together with the second and subsequent entries indented.
Note that the results page is dynamically generated.<\/font>

"); document.sFrm.s_n.focus();}