// JavaScript Document


$(document).ready(function() {
	$("#search_field").focus( function() { 
			$("#search_field").val(''); 
			});
	}); 