$(document).ready(function(){ 
	$(".search_box input").focus(function(){$(this).attr("value","");});
});