---
title: "Attorney General's Letter to Bob Ferguson Washington Governor"
description: Clark County Republican Party - Get the Latest Republican News and Events in Clark County, WA
url: https://clarkrepublicans.org/apply-to-be-a-pco/45-public-documents/1037-attorney-generals-letter-to-bob-ferguson-washington-governor
---



# Attorney General's Letter to Bob Ferguson Washington Governor


 
 

# Attorney General's Letter to Bob Ferguson Washington Governor


 

Last Updated Date

06-11-2026



Category

[Public Documents](https://clarkrepublicans.org/index.php?option=com_edocman&view=category&id=45&Itemid=1726 "Public Documents")



File Name

Ferguson-AG-Bondi-Letters-Sanctuary-Jurisdictions.pdf



Version

1



File Size

2.95 MB



File Type

application/pdf


 

[Download](https://clarkrepublicans.org/apply-to-be-a-pco/1037-attorney-generals-letter-to-bob-ferguson-washington-governor/download)
 
 [View](https://clarkrepublicans.org/apply-to-be-a-pco/1037-attorney-generals-letter-to-bob-ferguson-washington-governor/viewdocument/1037 "Click to view content of document")


 
 

[Download](https://clarkrepublicans.org/apply-to-be-a-pco/1037-attorney-generals-letter-to-bob-ferguson-washington-governor/download)
 
 [View](https://clarkrepublicans.org/apply-to-be-a-pco/1037-attorney-generals-letter-to-bob-ferguson-washington-governor/viewdocument/1037?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);
 }
