$(document).ready(function(){
     
  $('form .search').click(function(){
     if (this.value == 'szukaj...') this.value = ''; 
  }); 
});

