$j(document).ready(function() {
	$j("input[name=ssearch]").focus(function(){
	    // Select field contents
	    this.select();
	});
	

	
});
