$(document).ready(function() {
	
	$('#search')
		.find('input:text').focus(function() { $(this).select(); }).end();
});
