(function() { var f = document.getElementById('cse-search-box3'); 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;  width: 255px; height:28px; border:1px solid #e7e7e7; border-right:0px; -moz-border-top-left-radius: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px; -moz-border-bottom-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; '; } var b = function() { if (q.value == '') { q.style.background = '#FFFFFF url(images/google-search-bar/google_watermark_246x30.gif) center left no-repeat'; } }; var f = function() { q.style.background = '#ffffff'; }; q.onfocus = f; q.onblur = b;  if (!/[&?]q=[^&]/.test(l.search)) { b(); } } })();

