--- trunk2/out/js/search.js 2004/09/23 17:14:33 464 +++ trunk2/out/js/search.js 2004/09/24 18:04:48 469 @@ -120,6 +120,8 @@ watchdog_callback(new Array()); } +var xmldoc; + // This function loads the XML document from the specified URL, and when // it is fully loaded, passes that document and the url to the specified // handler function. This function works with any XML document @@ -135,7 +137,6 @@ try { - var xmldoc; // Use the standard DOM Level 2 technique, if it is supported if (document.implementation && document.implementation.createDocument) {