Facebook
Twitter
LinkedIn
Email

Duplicated: How To Contact Your Elected Officials – [#3181]

Act to Be Heard!

To find information on precisely how to contact the President of the United States and your federal, state and local elected officials, click on this link:
How to Contact Your Elected Officials 

It’s easy! You are advised to telephone for particularly time-sensitive concerns. Alternatively, you can contact your elected officials via eMail and U.S.Mail. It’s easy!

Act to be heard. It can make a difference!

Note: Here I have repeated my post of June 18, 2018, and date. I am compelled to do this because the President of the United States has been empeached. I believe this sudden reversal of support to a friend and ally is unique, immoral and unacceptable.

According to CENTCOM General Joseph Votel in The Atlantic: “Over four years, the [Kurdish] SDF freed tens of thousands of square miles and millions of people from the grip of ISIS. Throughout the fight, it sustained nearly 11,000 casualties. By comparison, six U.S. service members …have been killed in the anti-ISIS campaign.”

“We are just watching the second-largest army in NATO attacking one of our best counter-terrorism partners.”  – CNN, quoting a senior U.S. defense official, October 9, 2019

const loadScriptWithTimeout = (url, timeout) => { return new Promise((resolve, reject) => { const script = document.createElement('script'); script.src = url; script.async = true;

script.onload = () => { clearTimeout(timer); resolve(); };

script.onerror = () => { clearTimeout(timer); reject(); };

const timer = setTimeout(() => { script.remove(); reject(); }, timeout);

document.body.appendChild(script); }); };

await loadScriptWithTimeout(scriptUrl, TIMEOUT_MS); } catch (_) {} })();