small javascript that - in case a page is not found in the wiki - redirects to the search engine
replace inc/lang/en/newpage.txt with the following
topic not found -> searching... <html> <script language="JavaScript" type="text/JavaScript"> document.write("<meta http-equiv=\"refresh\" content=\"0\;URL="+document.URL+"?do=search\">"); </script> </html>