$(document).ready(function(){
	$('#search-field').click(function(){
		this.value='';
	});
});