/**
 * KlubZixo search module
 * Version 1.0  (2009/03/20)
 *
 * http://www.digitalall.pl
 */
(function () { var s = document.getElementById('zixo-search-box'); if (s && s.q) { var q = s.q; q.style.cssText = 'border: 1px solid #e4e4e4; padding: 2px;'; var b = function() { if (q.value == '') { q.style.background = '#ffffff url(http:\x2F\x2Fimg.klubzixo.pl\x2Fpp\x2Flogo.gif) left no-repeat'; } }; var f = function() { q.style.background = '#ffffff'; }; q.onfocus = f; q.onblur = b; b(); } })();
