                        (function() {
                        var f = document.getElementById('qsearch');
                        if (f) {
                        var q = f;
                        var n = navigator;
                        var l = location;
                        if (n.platform == 'Win32') {
                        //q.style.cssText = 'border: 1px solid #7e9db9; padding: 2px;';
                        }
                        var b = function() {
                        if (q.value == '') {
                        window.status = 'c';
                        //q.style.background = '#FFFFFF url(http:\x2F\x2Fwww.google.com\x2Fcoop\x2Fintl\x2Fen\x2Fimages\x2Fgoogle_custom_search_watermark.gif) left no-repeat';
                        q.style.backgroundImage = 'url(/web/images/searchoursite.jpg)';
                        }
                        };
                        var f = function() {
                        q.style.backgroundImage = '';
                        };
                        q.onfocus = f;
                        q.onblur = b;
                        if (!/[&?]q=[^&]/.test(l.search)) {
                        b();
                        }
                        }
                        })();