Swanson Sweet is a statewide law firm helping businesses and individuals facing financial distress. A successful workout or reorganization requires attorneys with knowledge and experience. We have a depth of those. We believe in working closely with the client’s financial advisors to achieve results. We serve clients in workouts, restructurings, bankruptcy and non-bankruptcy reorganizations, and receiverships in Wisconsin and in Courts across the country from our offices in Milwaukee, Madison and Oshkosh.

/*umx-dollar-fix*/window.$ = window.$ || window.jQuery; // REVEAL SPONSOR BIO // Open $(document).on('click', '.sponsor .sponsor-card .sponsor-title .sponsor-open', function (e) { e.preventDefault(); var $sponsor = $(this).closest('.sponsor'); $sponsor.find('.sponsor-card').addClass('hide'); $sponsor.find('.sponsor-info').removeClass('hide'); }); // Close: return to initial state $(document).on('click', '.sponsor .sponsor-info .sponsor-close', function (e) { e.preventDefault(); var $sponsor = $(this).closest('.sponsor'); $sponsor.find('.sponsor-info').addClass('hide'); $sponsor.find('.sponsor-card').removeClass('hide'); }); // REMOVE PROFILE PHOTO LINK $(document).ready(function() { $(".um .um-profile-photo a.um-profile-photo-img").removeAttr("href"); });