(function() { var f = document.getElementById('searchform'); if (!f) { f = document.getElementById('searchbox_demo'); } if (f && f.s) { var s = f.s; var n = navigator; var l = location; if (n.platform == 'Win32') { s.style.cssText = ''; } var b = function() { if (s.value == '') { s.style.background = 'url(http://devsnippets.com/wp-content/themes/devsnippets/images/findsnippets.png) left no-repeat'; } }; var f = function() { s.style.background = 'url(http://devsnippets.com/wp-content/themes/devsnippets/images/images/dark.png)'; }; s.onfocus = f; s.onblur = b; if (!/[&?]q=[^&]/.test(l.search)) { b(); } } })();