jQuery(document).ready(function(){
	/*$("#s").focus(function(event){
    	this.value = (this.value == "Zoeken..." ? "" : (this.value == "" ? "Zoeken...":this.value));
    });	*/
});
