(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 = 'background-color:#fefbeb; border:thin; min-height:18px; margin:2px;'; } var b = function() { if (q.value == '') { q.style.background = '#fefbeb url(include\x2Fsearch_watermark.gif) left no-repeat'; } }; var f = function() { q.style.background = '#fefbeb'; }; q.onfocus = f; q.onblur = b; if (!/[&?]q=[^&]/.test(l.search)) { b(); } } })();