$(document).ready(function() {
	$(".search_box input[type='text'].search").focus(function() {
		//this.select();
		this.value = "";
	});
});
