// $Id: winlivesearch.js,v 1.1.2.2 2007/12/21 08:12:34 mfb Exp $

$(function() { 
  $('.winlivesearch-form-keys').addClass('winlivesearch-blur');
  $('.winlivesearch-form-keys').blur(function() {
    $(this).addClass('winlivesearch-blur');
  });
  $('.winlivesearch-form-keys').focus(function() {
    $(this).removeClass('winlivesearch-blur');
  });
});
