<!–
–>
August 6, 2013
|
Like this article?
Join our email list:
Stay up to date with the latest headlines via email.
This 10-point plan would significantly reduce terrorist threats, save taxpayers billions of dollars and make Americans more loved and admired in the world. After a decade of wielding the military stick, it’s time for some carrots.
-
Declare a moratorium on drone strikes: The head of Al-Qaeda, Ayman al-Zawahiri, is calling on jihadists to retaliate for US drone strikes in Afghanistan, Pakistan and Yemen. The Yemeni group Al Qaeda in the Arabian Peninsula (AQAP), where the US says the threats are emanating from, is also calling for retaliation for drones strikes (there have been four strikes in Yemen since July 28). Drone strikes have become the number one recruiting tool for extremists. By grounding the drones, we will stop creating new enemies faster than we can kill them.
-
Close the US drone base in Saudi Arabia. One of the reasons Osama bin Laden said he hated the United States was that the US had military bases in the Holy Lands in Saudi Arabia. President Bush quietly closed those bases in 2003 but in 2010 President Obama secretly reopened a base there for launching drones into Yemen. It’s a national security threat ripe for blowback. So are many of the over 800 US bases peppered all over the world. We can save billions of taxpayer dollars, and make ourselves safer, by closing them.
-
Free the 86 Guantanamo prisoners cleared for release. The US treatment of Guantanamo prisoners, holding people indefinitely without charges or trials and brutally force-feeding the hunger strikers, is an affront to people throughout the Muslim world and a blatant hypocrisy of our American values. Of the 166 prisoners left in Guantanamo, 86 have been cleared for release, meaning the US government has determined they represent no threat to our nation. President Obama can use the waiver system, certifying to Congress that it is in the US national interest to release them. He just did this, for the first time, for two Algerian prisoners. He should do this for all 86 cleared prisoners, then bring the remaining prisoners to the US for trials.
-
Apologize and compensate innocent victims. There is a perception in the Muslim world that the US government does not value their lives. Airstrikes have killed many innocent people and only in the cases of Afghanistan and Iraq has there been a way, albeit woefully inadequate, for aggrieved families to seek redress. The US should agree to apologize and compensate the families of innocent people who have been killed or maimed by the US armed forces or CIA.
-
Go for the “zero option” in Afghanistan: withdraw all US troops. The 11-year US occupation of Afghanistan has provided fodder for the Taliban in both Afghanistan and Pakistan, while propping up an unpopular and corrupt regime in Kabul. And if the US troops were not in Afghanistan, the Taliban would not be trying to cross the Pakistani border to kill US soldiers. President Obama promised to end the US occupation by the end of 2014, but is now weighing options for keeping thousands of troops and military contractors behind. Bad idea.
-
Sit down and talk. The Taliban opened an office in Qatar in June to finally start long-delayed talks with the US. But due to President Karzai’s objections, the talks were nixed. It’s long past the time to talk to the Taliban, and then move on to talk to those elements in Al Qaeda who are more rational and open to negotiations. If you look at the Rand Corporation’s study of the demise of 268 terrorist groups, 43% dissolved by joining the political process, 40% from better policing, and only 7% through military action. We’ve been using military action for over a decade; it’s time for another approach.
Stay up to date with the latest headlines via email
Like Alternet on Facebook
‘;
jQuery(‘#root_subfooter’).before( html );
var slide_top_offset = calculate_slide_div_top_offset();
var slide_left_offset = calculate_slide_div_left_offset();
jQuery(‘#like_alternet_on_fb’)
.css(‘position’,’fixed’)
.css(‘top’,’-150px’)
.css(‘width’,’450px’)
.css(‘height’,’105px’)
.css(‘background’,’#E8E8FB’)
.css(‘border’,’10px solid #223BBE’)
.css(‘border-right’,’0px’);
toggle();
}
function resize_slide_div(){
var slide_top_offset = calculate_slide_div_top_offset();
var slide_left_offset = calculate_slide_div_left_offset();
jQuery(‘#like_alternet_on_fb’)
.css(‘top’,slide_top_offset)
.css(‘left’,slide_left_offset);
}
/* HOOK SCRIPT INTO EVENTS */
var paging = String( getUrlVars()[“page”] );
if( paging == ‘off’ ){
var is_paging_off = true;
} else {
var is_paging_off = false;
}
//console.log( ‘Is paging off ? [‘ + is_paging_off + ‘] ‘ + getUrlVars()[“paging”] );
var page = String( getUrlVars()[“page”] );
if( page == ‘undefined’ ){
var is_first_page = true;
} else {
var is_first_page = false;
}
//console.log( ‘Is first page ? [‘ + is_first_page + ‘] ‘ + page );
jQuery(window).scroll(function() {
var scrollYpos = jQuery(document).scrollTop();
if( scrollYpos >= pop_in_yPos && on_off_toggle == ‘off’ ){
toggle();
}
if( scrollYpos
‘;
jQuery(‘div.media-image’).each( function(index){
src = String(jQuery(this).children(‘img.media-image’).attr(‘src’));
if( src != ” && src != ‘undefined’ ){
parts = src.split(‘/’);
if( parts[parts.length-2] == ‘slideshow’ ){ new_src = ‘/files/slideshow/’+parts[parts.length-1]; }
else if( parts[parts.length-2] == ‘AFP’ ){ new_src = ‘/files/images/AFP/’+parts[parts.length-1]; }
else if( parts[parts.length-2] == ‘public’ ){ new_src = ‘/files/’+parts[parts.length-1]; }
else if( parts[parts.length-3] == ‘public’ ){ new_src = ‘/files/’+parts[parts.length-2]+’/’+parts[parts.length-1]; }
else { new_src = false; }
if( new_src ){ jQuery(this).html(‘‘+jQuery(this).html()+enlarge_html+’‘); }
}
});
var slideshowdiv; var new_html; var img_obj; var sourcediv; var titlediv; var captiondiv; var title; var caption;
jQuery(‘div.slideshow-body div.slideshow div.field-item’).each( function(index){
slideshowdiv = jQuery(this).find(‘div.altslideshow-embedded-gallery’);
img_obj = slideshowdiv.find(‘img’);
src = img_obj.attr(‘src’);
title = slideshowdiv.children(‘div.altslideshow-title’).html();
if( title == null ){ title = ”; }
caption = slideshowdiv.children(‘div.altslideshow-caption’).html();
if( caption == null ){ caption = ”; }
if( src != ” && src != ‘undefined’ ){
// alert( ‘SRC: ‘+src );
parts = src.split(‘/’);
if( parts[parts.length-2] == ‘slideshow’ ){ new_src = ‘/files/slideshow/’+parts[parts.length-1]; }
else if( parts[parts.length-2] == ‘AFP’ ){ new_src = ‘/files/images/AFP/’+parts[parts.length-1]; }
else if( parts[parts.length-2] == ‘public’ ){ new_src = ‘/files/’+parts[parts.length-1]; }
else if( parts[parts.length-3] == ‘public’ ){ new_src = ‘/files/’+parts[parts.length-2]+’/’+parts[parts.length-1]; }
else { new_src = false; }
// alert( ‘New SRC: ‘+new_src );
if( new_src ){
img_obj.parent().attr(‘href’,new_src).attr(‘rel’,’lightbox[slides]’).attr(‘title’,title+’
‘+caption).append(‘
Click to enlarge.
‘);
}
}
//sourcediv = jQuery(this).find(‘div.altslideshow-source’);
//titlediv = jQuery(this).find(‘div.altslideshow-title’);
//captiondiv = jQuery(this).find(‘div.altslideshow-caption’);
//sourcediv.after( titlediv ).after( captiondiv );
});
Republished from: AlterNet