- Rich Miller
September 14, 2023
Illinois Supreme Court Justice was the keynote speaker at a Democratic fundraiser
By Rich Miller
Among other things, sitting Illinois judges areprohibited by Illinois Supreme Court Rule 4.1 from making “speeches on behalfof a political organization,” or soliciting funds for a political organizationor candidate, except when they’re up for election or retention.
So, you might ask, what the heck was Illinois SupremeCourt Justice Elizabeth Rochford thinking when she decided to accept aninvitation to be the keynote speaker at the Lake County Democratic Women annualfundraising gala on Sept. 9? The registered political action committee isone of the most influential independent county-wide campaign groups of its kindin all of Illinois, having helped recruit, train and then elect dozens of localcandidates over the years (including Justice Rochford herself).
“Illinois voters deserve a fair and impartial stateSupreme Court that's free of and from politics, which does not appear to be thecase here," said Illinois Republican Party executive director Shaun McCabein a press release last week about Rochford’s speech.
“The Illinois Supreme Court's Code of Judicial Conduct(Canon 4, Page 48-50) is clear: sitting judges who aren't up for election shallnot speak at political functions supporting the election of candidates,” theIllinois Republican Party’s press release claimed. A Republican Party officialsaid later that we can expect a formal complaint will be filed soon.
The controversy boils down to two questions about theSupreme Court’s rule: 1) Did Justice Rochford make a speech on behalf of a politicalorganization? And 2) Did her role as keynote speaker mean she was solicitingfunds for the Lake County Democratic Women PAC?
Rochford’s defenders say “no” to both questions. She gavea non-political speech “to” a political group, not “on behalf” of it. And shedidn’t do anything to solicit any money for the political action committee.
Rochford herself issued a rare statement to me last week:“I receive speaking requests from many groups and organizations. I believe itis important for judges to appear in public and help educate people about theJudicial Branch. My speech at this event was about the work of the IllinoisSupreme Court, its non-partisan nature and the collegiality that is fostered byour unique lodging arrangement during court terms. The content of my speech wasnot political in any way and so should not be construed to have been providedon behalf of any political candidate or organization.”
Others who were at the event confirmed Rochford’s claimthat she said nothing which could be construed as partisan or campaign-relatedin nature.
I totally get the narrow and lawyerly interpretation. Anyformal Republican complaints are likely doomed because of it. These arelawyers, after all. Words are carefully chosen for good reason.
And, more importantly, we elect our judges in Illinois,so that means we do have to accept that they are inherently political beings.If they were all appointed and confirmed by the state Senate, or whatever, itwould be a different story.
But, I mean, come on.
Keynote speakers are usually invited because they helplegitimize the organization and, as a result, drive increased attendance. Androbust attendance is obviously very crucial to the success of any annualfundraiser.
So, while Rochford didn’t technically speak “on behalf”of the group, she did help the Lake County Democratic Women further prove itsbona fides by agreeing to speak.
And while she did not directly raise money for the group –which helped nominate her in a competitive Democratic primary and then electher over a Lake County Republican general election opponent – it should havebeen abundantly clear that her very presence undoubtedly helped the group raiseat least some campaign money that it might possibly not have brought in withouther.
Rochford has been around politics for a very long time.She most certainly knows that this speech was far different from presenting toa law school symposium or bar organization.
I’m not saying that judges and justices should cloisterthemselves away like monks. But they should at least try to keep up appearanceswhen they’re not actively campaigning, especially during an era when everydecision by just about every Supreme Court in the land, including the U.S.Supreme Court, is being analyzed for political bents.
') let lineHeight = jQuery('[line-height-check]').get(0).clientHeight; jQuery('[line-height-check]').remove() if (jQuery(element).prop('tagName').match(/HIDDEN/i) !== null) { jQuery(element).children('div').last().css({ marginBottom: `${lineHeight*2}px` }); } else { jQuery(element).css({ marginTop: `${lineHeight*2}px`, marginBottom: `${lineHeight}px` }); } // const insertionBlockClass = `fdn-paragraph-insertion-block`; const styleElementHook = `fdn-paragraph-insertion-styles`; jQuery(element).addClass(insertionBlockClass); if (jQuery(`[${styleElementHook}]`).length === 0) { jQuery('div.fdn-content-body, div #storyBody').append('
') const paragraphLineHeight = jQuery('[line-height-check]').get(0).clientHeight; jQuery('[line-height-check]').remove() const styleElement = jQuery(`
`); const styleText = ` div.fdn-content-body br+.${insertionBlockClass}:not([hidden]), div #storyBody br+.${insertionBlockClass}:not([hidden]) { margin-top: ${paragraphLineHeight*2}px; margin-bottom: ${paragraphLineHeight}px; } div.fdn-content-body br+.${insertionBlockClass}[hidden] > div:last-of-type, div #storyBody br+.${insertionBlockClass}[hidden] > div:last-of-type { margin-bottom: ${paragraphLineHeight*2}px; } ` styleElement.text(styleText); jQuery('head').append(styleElement); } // } } jQuery(element).insertBefore(this.paragraphEndNodes[index]); } else { console.warn('Foundation.ParagraphTool.insertElemenAt: invalid insertion index', index); } } this.insertElemenAtEnd = function (element) { if (this.paragraphEndNodes.length) { let lastNode = this.getNodeAtIndex(this.paragraphEndNodes.length -1); if (this.isDoubleBrParagraphBreak(lastNode) || this.isBrParagraphBreakBeforeBlockElement(lastNode)) { if (jQuery(element).get(0).tagName.match(/SCRIPT/i) !== null) { jQuery('
').insertAfter(this.paragraphEndNodes[index]); jQuery('
').insertAfter(this.paragraphEndNodes[index]); } else { jQuery('div.fdn-content-body, div #storyBody').append('
') let lineHeight = jQuery('[line-height-check]').get(0).clientHeight; jQuery('[line-height-check]').remove() if (jQuery(element).prop('tagName').match(/HIDDEN/i) !== null) { jQuery(element).children('div').last().css({ marginBottom: `${lineHeight*2}px` }); } else { jQuery(element).css({ marginTop: `${lineHeight*2}px`, marginBottom: `${lineHeight}px` }); } } } } this.bodyContainer.append(element); } this.getNodeAtIndex = function (index) { return this.paragraphEndNodes[index]; } }
`); } var paragraphCount = myParagraphTool.getParagraphEndNodeCount(); // No need to insert if there aren't enough paragaphs if (paragraphCount >= parseInt(item.requiredCountToDisplay)) { // Matches specific paragraph insertion indexes if (item.insertPoint.match(/^\d+$/) !== null) { var insertIndex = parseInt(item.insertPoint) - 1; // Insert within content if (insertIndex < paragraphCount) { myParagraphTool.insertElemenAtIndex(componentElement, insertIndex); } // Append to the end if the insert point is beyond the paragraph count else { myParagraphTool.insertElemenAtEnd(componentElement) } } // Matches for 1/2, 1/4, 2/3, 5/6, etc else if (item.insertPoint.match(/^[1223456]\/[23456]$/) !== null) { var fractionMatch = new RegExp(/^([123456])(?:\/)([23456]$)/); var fractionPart = parseInt(item.insertPoint.match(fractionMatch)[1]); var fractionWhole = parseInt(item.insertPoint.match(fractionMatch)[2]); var fractionValue = fractionPart / fractionWhole; var fractionIndex = Math.floor(myParagraphTool.paragraphEndNodes.length * fractionValue) - 1; myParagraphTool.insertElemenAtIndex(componentElement, fractionIndex); } // Matches for every Nth insertion point else if (item.insertPoint.match(/^\d*th$/i) !== null) { var intervalIndex = parseInt(item.insertPoint.match(/^(\d*)th$/i)[1]); var startingIndex = parseInt(item.startingPoint) - 1; var insertionMax = parseInt(item.maxInsertions) || 100; var insertionCount = 0; for (var i = startingIndex; i < myParagraphTool.paragraphEndNodes.length && insertionCount < insertionMax; i++) { if ((i - startingIndex) % intervalIndex === 0) { let currentNode = myParagraphTool.getNodeAtIndex(i); const clonedComponent = componentElement.clone(); myParagraphTool.insertElemenAtIndex(clonedComponent, i); insertionCount++; } } } } }); Foundation.Content['17413618'].setupInlineComponents = function () { return true; }; if (typeof callback === 'function') { callback(); } // }, 200); } Foundation.Content['17413618'].previewInsertionPoints = function () { var myParagraphTool = Foundation.Content['17413618'].paragraphTool myParagraphTool.paragraphEndNodes.each((index, item) => { const insertionPointPlaceholder = jQuery(`
Insertion point ${index+1}
`) myParagraphTool.insertElemenAtIndex(insertionPointPlaceholder, index); }); return 'Paragraph insertion placeholders applied.'; }
About The Author
Rich Miller
Rich Miller publishes Capitol Fax, a daily political newsletter, and CapitolFax.com.
Illinois Times has provided readers with independent journalism for almost 50 years, from news and politics to arts and culture.
Your support will help cover the costs of editorial content published each week. Without local news organizations, we would be less informed about the issues that affect our community..
Click here to show your support for community journalism.