(function() { var f = document.getElementById('cse-search-box'); if (!f) { f = document.getElementById('searchbox_demo'); } if (f && f.q) { var q = f.q; var n = navigator; var l = location; if (n.platform == 'Win32') { q.style.cssText = 'border: none; margin-left: 5px; height: 23px; width: 110px; overflow: hidden; padding: 5px 5px 2px 15px;'; } var b = function() { if (q.value == '') { q.style.background = '#8cc63e url(images/search.gif) top left no-repeat'; } }; var f = function() { q.style.background = '#8cc63e url(images/button.gif) top left no-repeat'; }; q.onfocus = f; q.onblur = b; if (!/[&?]q=[^&]/.test(l.search)) { b(); } } })(); 