$(document).ready(function(){

$('#s').focus(function(){if(this.value=='Suche'){ this.value=''}});});
