/* http://www.kryogenix.org/code/browser/searchhi/ */ /* Modified 20021006 to fix query string parsing and add case insensitivity */ /* Modified by webdesign.weisshart.de: 20050530: added for site search - where target-file is called with ?q=searchword unescape -> decodeURI, to cope with german Umlauts 20050611: remove all blanks and '+' before and after searchterm (bugfix: crashes FF & Op) */ /* Installationsanleitung: http://webdesign.weisshart.de/kryogenix.php */ /* bitte diese Hinweise nicht entfernen */ function HighWord(node,word) { // Iterate into this nodes childNodes //alert(node.hasChildNodes); if (node.hasChildNodes) { var hi_cn; for (hi_cn=0;hi_cn