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