jQuery('a').focus(function(){jQuery(this).blur()});jQuery('li.current_page_item a').click(function(event){event.preventDefault()});var s=document.getElementById('s');s.onfocus=function(){s.style.border='1px solid #ccc';if(s.value=='Type to search...')s.value=''};s.onblur=function(){s.style.border='1px solid #e7e7e7';if(s.value=='')s.value='Type to search...'};
