skip to main content

United States

Los Angeles

Tel: +1-310-982-4350

Fax: +1-310-943-1805

New York

Tel: +1-212-373-3000

Fax: +1-212-757-3990

San Francisco

Tel: +1-628-432-5100

Fax: +1-628-232-3101

Washington, DC

Tel: +1-202-223-7300

Fax: +1-202-223-7420

Wilmington

Tel: +1-302-655-4410

Fax: +1-302-655-4420

Asia

Beijing

Tel: +86-10-5828-6300

Fax: +86-10-6530-9080

Hong Kong

Tel: +852-2846-0300

Fax: +852-2840-4300

Tokyo

Tel: +81-3-3597-8101

Fax: +81-3-3597-8120

Canada

Toronto

Tel: +1-416-504-0520

Fax: +1-416-504-0530

Europe

London

Tel: +44-20-7367-1600

Fax: +44-20-7367-1650

Brussels

Tel: +32-2-884-08-00

Fax: +32-2-706-58-81

© 2024 Paul, Weiss, Rifkind, Wharton & Garrison LLP

Privacy Policy

"; } for (var i = 0; i < professionalsLength; i++) { var professionalsOrderValue = new Array(); var professionsSplit = professionals[i][0].split(""); var name, position, location, image; if (professionsSplit[0] != "" && professionsSplit[0] != null) { name = professionsSplit[0]; professionalsOrderValue[0] = name; } if (professionsSplit[1] != "" && professionsSplit[1] != null) { position = professionsSplit[1]; professionalsOrderValue[1] = position; } if (professionsSplit[2] != null) { location = professionsSplit[2]; professionalsOrderValue[2] = location; } if (professionsSplit[3] != "" && professionsSplit[3] != null) { image = professionsSplit[3]; professionalsOrderValue[3] = image; } professionalsOrder.push(professionalsOrderValue); } for (var i = 0; i < professionalsOrder.length; i++) { professionalStr += "
professional Image
"; professionalStr += "
" + professionalsOrder[i][0] + "

" + professionalsOrder[i][1] + "" + professionalsOrder[i][2] + "

"; } if (professionals.length > 0) { professionalStr += "
"; } if (resources.length > 0) { var resourceStr = ""; } else { var resourceStr = "

No Results

"; } for (var i = 0; i < resourceLength; i++) { resourceStr += "

" + resources[i][0] + "

"; } if (practices.length > 0) { var practiceStr = "
"; } else { var practiceStr = "

No Results

"; } for (var i = 0; i < practiceLength; i++) { practiceStr += "

" + practices[i][0] + "

"; } if (practices.length > 0) { practiceStr += "
"; } if (locations.length > 0) { var locationStr = "
"; } else { var locationStr = "

No Results

"; } for (var i = 0; i < locationLength; i++) { locationStr += "

" + locations[i][0] + "

"; } if (locations.length > 0) { locationStr += "
"; } var viewAllStr = ""; if (practiceLength > 0 || professionalsLength > 0 || resourceLength > 0 || locationLength > 0) { if ($(window).width() < 768) { viewAllStr = "
View All Results
"; } else { viewAllStr = "
View All Results
"; } } $(".smartSearch").css({ display: "block" }); $('.header-search, .smartSearch').addClass('active') $(".smartSearch").html("
" + viewAllStr + "
"); var options = {}; $(".smartSearch").unmark({ done: function () { $(".smartSearch").mark(keyword, { "separateWordSearch": false, "exclude": [["h3", ".byline *"], ["p", ".noResult *"],["h5",".excludeLaywerMarks *"],["p",".excludepracticeMarks *"],["p",".excludeaboutMarks *"],[".viewAll *"]] }); } }); } else { $(".smartSearch").css({ display: "none" }); console.log(textStatus, errorThrown); } }, error: function (jqXHR, textStatus, errorThrown) { $(".smartSearch").css({ display: "none" }); console.log(textStatus, errorThrown); } }); }