Today's Digital Newspaper

The Gazette

Weather Block Here



Saplings of freedom planted in Afghanistan may be hard to completely uproot | Vince Bzdek

The United States, it appears this week, spent 20 years, a trillion dollars and the lives of over 2,300 of its soldiers, including 38 Coloradans, in a lost cause.

With extraordinary swiftness, the Taliban have retaken Afghanistan in the last month now that the U.S. has pulled out most of our remaining troops. Our efforts at the nation and democracy building, at secularizing and modernizing a medieval land and rooting out the nests of terrorist threats to our country, have failed.

Or have they completely?

We’re still working our way through the initial shock of seeing city after city fall to the once bloodthirsty Taliban, and our necessary anger that once again, our generals and politicians have misled us about the effectiveness and successes of our war-making abilities. Once we get past these initial stages of shock and anger and guilt, though, I wonder if we’ll come to see that some of the seeds of liberal values and democracy planted over 20 years have sprouted into stalks too rooted to chop down.

Granted this hope may be naïve. But a wise friend of mine who has spent much time in that part of the world thinks the rights won by women, especially, aren’t going away. He points out that Taliban soldiers have sisters, daughters and mothers who have tasted some of those freedoms Americans brought and may not be so willing to let their men undo them.

In the two decades after the U.S. invasion toppled the Taliban, the United States invested more than $780 million to encourage women’s rights — opening schools, sending women to college, training women as police offers and soldiers. Girls and women have held political office and even competed in the Olympics.

By 2020, about a quarter of Afghan members of parliament were women.

About 40 percent of students in Afghanistan were female in 2020, according to USAID figures.

The last time the Taliban controlled the country, from 1996 to 2001, women were forced to wear full-body burqas and those who went unaccompanied in public places faced beatings. Schools for girls were all shuttered.

This time around, the Taliban have tried to strike a more conciliatory tone. “We assure the international community that there will be no discrimination against women, but, of course, within the frameworks we have,” spokesman Zabiullah Mujahid said at a news conference in Kabul on Tuesday.

The Taliban have encouraged women to return to work and have allowed girls to return to school. A female news anchor interviewed a Taliban official Monday in a TV studio.

Sign Up For Free: AM Update Newsletter

let pathVariable;
let pathVariable2;

function handleUrlPathSegment() {

const fullPath = window.location.pathname.toLowerCase();
if (fullPath.includes(‘/business/’)) {
pathVariable = ‘business’;
pathVariable2 = ‘Business Newsletter’;
} else if (fullPath.includes(‘/outdoors/’) || fullPath.includes(‘/outdoor/’)) {
pathVariable = ‘outdoors’;
pathVariable2 = ‘Outdoors Newsletter’;
} else if (fullPath.includes(‘/opinion/’)) {
pathVariable = ‘opinion’;
pathVariable2 = ‘Opinion Newsletter’;
} else if (fullPath.includes(‘politics’)) {
pathVariable = ‘politics’;
pathVariable2 = ‘Politics Newsletter’;
} else {
pathVariable = ‘am-update’;
pathVariable2 = ‘AM Update Newsletter’;
}

console.log(`Current path: ${fullPath}`);
console.log(`Path variable set to: ${pathVariable}`);
console.log(`Path variable 2 set to: ${pathVariable2}`);

applyNewsletterName(pathVariable2);

return { pathVariable, pathVariable2 };
}

function applyNewsletterName(newsletterName) {

if (document.readyState === ‘loading’) {
document.addEventListener(‘DOMContentLoaded’, function() {
updateNewsletterElement(newsletterName);
});
} else {

updateNewsletterElement(newsletterName);
}
}

function updateNewsletterElement(newsletterName) {
const newsletterElement = document.getElementById(‘newsletterName’);

if (newsletterElement) {
newsletterElement.textContent = newsletterName;
console.log(`Updated #newsletterName element with: ${newsletterName}`);
} else {
console.warn(‘Element with ID #newsletterName not found in the DOM’);
}
}

function setupFormSubmitListener() {
function getFormattedDate() {
const now = new Date();

const timestamp = now.getTime();

console.log(‘chris: Using Unix timestamp’);
console.log(‘chris: Current time:’, now);
console.log(‘chris: Unix timestamp (ms):’, timestamp);

return timestamp;
}

const formattedDate = getFormattedDate();
var profile = window.blueConicClient.profile.getProfile();
profile.setValues(‘newsletter_category’, pathVariable);
profile.setValue(‘newsletter_signup_date’, formattedDate);
window.blueConicClient.profile.updateProfile(this, function() {
});
}

handleUrlPathSegment();

Success! Thank you for subscribing to our newsletter.

function subscribeSuccess() {
var nsltrform = document.querySelector(“#nsltr”);
var nsltrSuccess = document.querySelector(“#successnsltr”);

nsltrform.classList.add(“hideblock”);
nsltrSuccess.classList.remove(“hideblock”);
}

function validateEmail(email) {
return String(email)
.toLowerCase()
.match(
/^(([^()[]\.,;:s@”]+(.[^()[]\.,;:s@”]+)*)|(“.+”))@(([[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}])|(([a-zA-Z-0-9]+.)+[a-zA-Z]{2,}))$/
);
}

function validateEmailAddress() {
const result = document.querySelector(“#result”);
const email = document.querySelector(“#email”).value;

result.innerText = “”;

if(validateEmail(email)) {
newsletterSubscribe(email);
} else {
result.innerText = ‘The email entered: ‘ + email + ‘ is not valid :(‘;
result.style.color = “red”;
}
return false;
}

function newsletterSubscribe(email) {
fetch(“https://services.gazette.com/mg2-newsletters.php?action=subscribe&site=denvergazette.com&emailPreferenceId=69&email=” + email, {
method: “POST”
}).then(res => {
console.log(“SUCCESSFUL POST”);
subscribeSuccess();
});

}

#nsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: #2076b3;

background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/dg%20weekly%207.png);
background-size: cover;

}

#nsltr-header {
color: #fff4f4;
}
#nsltr-body {
text-align: center;
color: #ffffff;
}
#nsltr-button {
margin-top: 5px;
}
#successnsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: green;
text-align: center;
color: white;
}

#successnsltr a {
color: white;
}

.hideblock {
display:none;
}

h6 a {
color: black;
text-decoration: none;
padding: 5px;
background-color: #bbccdd;
font-weight: 600;
}

@media only screen and (min-width: 768px) {
#nsltr {
background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/dg%20weekly%207.png);
background-size: cover;
}
}

A group of women wearing Islamic headscarves demonstrated briefly in Kabul, unmolested, holding signs demanding the Taliban not “eliminate women” from public life.

“The Islamic Emirate doesn’t want women to be victims,” Enamullah Samangani, a member of the Taliban’s cultural commission, was quoted as saying by The Associated Press, using the militants’ name for Afghanistan. “They should be in the government structure according to Shariah law.”

Make no mistake, women in Afghanistan are deeply fearful of a return to a terror-filled, repressive past. And the real test of whether the Taliban has transformed will be in the hinterlands, away from the cameras and lights of the international press. In recent months, some women have been flogged by Taliban fighters in rural areas for having their faces uncovered. In some areas of Afghanistan, women have been told not to leave home without being accompanied by a male relative, and girls’ schools have been closed again. But those actions may be outliers not fully endorsed by Taliban leaders. 

Over the last two years, in an effort not to be branded a pariah state by the international community again, Taliban spokesmen have talked about their commitment to women’s rights, human rights, and freedom of speech “in the light of Islam.”

How far “the light of Islam” will allow the Taliban to go is the great unanswered question.

But what if Islam itself has changed? What if women in the last 20 years have already remade Islam so much that there is no going back?

Clearly, the end of America’s presence in Afghanistan contains a lesson about the limits of the power of arms to persuade. The U.S. Army, the most powerful army in the world, wasn’t strong enough to stop the once-decimated Taliban from retaking their country.

Similarly, however, the Taliban’s guns may be no match for the tenacious strength of women newly empowered.

I pray that French author Victor Hugo was right when he said that no one, not all the armies in the world, can stop an idea whose time has come.

91aa7a47-64af-5de4-9641-ffbd8a36d7be

View Original Article | Split View

PREV

PREVIOUS

Trump confirms he 'single-handedly' dropped Colorado as Space Command home

Facebook Twitter WhatsApp SMS Email Print Copy article link Save Former President Donald Trump told a radio show Friday that he “single-handedly” picked Alabama as the new home for U.S. Space Command, confirming a January Gazette report and drawing fire from Colorado politicians and retired generals worried that the move could disrupt America’s defense of […]

NEXT

NEXT UP

Space Symposium: Colorado-based ULA lynchpin of NASA’s space plans

Facebook Twitter WhatsApp SMS Email Print Copy article link Save Sights and sounds from the 36th Space Symposium, the world’s largest space show, held at The Broadmoor in Colorado Springs. (Video by Skyler Ballard) { “@context”: “https://schema.org”, “@type”: “VideoObject”, “name”: “SCENES FROM | 36th Space Symposium”, “description”: “Sights and sounds from the 36th Space Symposium, […]