$(document).ready(function(){
	$('#quicksearch').focus(function(){
		$(this).val('');
	});
});

