---
title: "CCRP Election Integrity Team Meeting #61, April 2026"
description: Clark County Republican Party - Get the Latest Republican News and Events in Clark County, WA
url: https://clarkrepublicans.org/public-documents-eit/117-eit/1127-ccrp-election-integrity-team-meeting-61-april-2026
---



# CCRP Election Integrity Team Meeting #61, April 2026


 
 

# CCRP Election Integrity Team Meeting #61, April 2026


 

### Description



We had a good crew of 23 attendees last night.  



 



**John Bernard** presented information on his brand-new platform called America’s Pulse ([Americaspulse.org](http://americaspulse.org/)). It is an application designed to hold elected officials accountable for what they say they are going to do.  It also ranks Washington against other states in 5 vital areas.  It also is designed to be a vehicle for communicating the wishes of the people to elected officials.  I encourage you to give it a try.



 



**Eileen Quiring O’Brien** let us know why she came back to Clark County.  She specifically came back because she loves Clark County and wants to fix problems that we are all aware of. [https://eileenforauditor.com/](https://eileenforauditor.com/).      Note that her Campaign Kickoff will be on May 15 as noted on her website.  She will be walking in the Hazel Dell Parade on May 17.  You are invited to join her.   [https://hdscba.org/wp-content/uploads/2024/10/Parade.webp](https://hdscba.org/wp-content/uploads/2024/10/Parade.webp)



 



**Wilma Jackson** added an October event to her report, which I will continue to track in the coming months.  Oct 5 & 6 Timothy Barton of Wallbuilders will be in Clark County. Monday evening will be the public meeting. Tue lunch will be for pastors and ministry leaders. Location to be determined.



 



**Marilyn Roggenkamp** announced that a total of 13,103 registered voters, most of whom are classified as inactive, have been uncovered with the help of ELLY.  1,298 of these were in Clark County and 1,180 in the rest of the state.  Rich Cooper is working on them for Clark County, and Stuart Homes, State Elections Director with the SOS, is working on the larger group.  The side note to this is that Stuart is also the Chairman of the Board of ERIC.  This is highlighted in the slides.



 



**Finally, please** use the QR code on the first page of the slide deck to encourage the Senate to Pass the Save America Act.  It is important to rack up the numbers.  The information is being used by the Election Integrity Network to encourage Senators to respond. **There is a state-to-state competition!**



Last Updated Date

06-18-2026



Category

[Election Integrity Team (EIT)](https://clarkrepublicans.org/index.php?option=com_edocman&view=category&id=117&Itemid=4260 "Election Integrity Team (EIT)")



File Name

CCRP EIT Monthly Meeting # 61 April 16, 2026.pdf



Version

1



File Size

2.05 MB



File Type

application/pdf


 

[Download](https://clarkrepublicans.org/public-documents-eit/1127-ccrp-election-integrity-team-meeting-61-april-2026/download)
 
 [View](https://clarkrepublicans.org/public-documents-eit/1127-ccrp-election-integrity-team-meeting-61-april-2026/viewdocument/1127 "Click to view content of document")


 
 

[Download](https://clarkrepublicans.org/public-documents-eit/1127-ccrp-election-integrity-team-meeting-61-april-2026/download)
 
 [View](https://clarkrepublicans.org/public-documents-eit/1127-ccrp-election-integrity-team-meeting-61-april-2026/viewdocument/1127?tmpl=component "View")



${message}


 
 `;
 
 // Add toast to container
 toastContainer.appendChild(toast);
 
 // Animate in
 setTimeout(() => {
 toast.classList.add('edocman-toast-show');
 }, 10);
 
 // Auto remove after 5 seconds
 setTimeout(() => {
 toast.classList.remove('edocman-toast-show');
 setTimeout(() => {
 toast.remove();
 
 // Remove container if empty
 if (toastContainer.children.length === 0) {
 toastContainer.remove();
 }
 }, 300);
 }, 5000);
 }
