
(function() {
var f = document.getElementById('cse-search-box');
if (!f) {
f = document.getElementById('cse-search-box_demo');
}
if (f && f.q) {
var q = f.q;
var n = navigator;
var l = location;
if (n.platform == 'Win32') {
q.style.cssText = 'border: 1px solid #7e9db9; padding-left: 23px; color:#000;';
}
var b = function() {
if (q.value == '') {
q.style.background = '#FFFFFF url(http://www.jurizine.net/images/google_search_avec_loupe.gif) 2% 100% no-repeat';
}
};
var f = function() {
q.style.background = '#ffffff url(http://www.jurizine.net/images/loupe.png) left no-repeat';
};
q.onfocus = f;
q.onblur = b;
if (!/[&?]q=[^&]/.test(l.search)) {
b();
}
}
})();

