Lives Gone for Lies Told - The Iraq Debacle
By Michael Lang on Oct 25, 2007 in POLITICS
We knew from the beginning that George Bush, Dick Cheney, Colin Powell and the rest of the Bush Crime Family threw the America people a “foul ball” as they tried to sell us on invading Iraq based on the ’s National Intelligence Estimate (NIE).
What we didn’t know, until recently, is that the CIA was thrown a curveball as they hastily produced the 2002 NIE in 19 days; a process that typically takes 6 to 12 months!
It was always obvious to anyone who didn’t drink Bush’s “kool-aid” that our invasion of Iraq was based on lies, deception and manipulation of the facts.
It seems that the plot has now thickened as we know how much the Bush and his CIA relied on an Iraqi defector ironically code named “Curveball” whose pre-war claims led to the worst intelligence failure in American history!
Tom Clancy couldn’t have written a better plotline!
The story begins with Curveball seeking political asylum in Germany after fleeing Iraq in 1999. After discovering that he worked for an Iraqi government program as an engineer, they put him in a defector protection program, changed his name, and gave him a new identity.
Curveball reported that Saddam had built an armada of trucks that could deliver anthrax, botulinum toxin, and other deadly microbes and toxins with pinpoint accuracy.
The information he provided about bio-weapons languished until after 9/11, when the CIA, who has never interviewed him before, never verified the information he gave, suddenly accepted it as gospel.
In October of 2002 a NIE on Iraq concluded that Saddam had an active biological weapons program.
In January 2003, President Bush gave his infamous State of the Union Address and cited the intelligence from Curveball. Colin Powell that gave his infamous presentation before the U.N. Security Council, showing pictures of the supposed bio-trucks….trucks that never existed….a fabrication made up by a frightened refugee from Iraq.
Time and again CIA leaders ignored contrary evidence brushed aside complaints, and even punished skeptics and treated those that tried to bring truth to power like heretic
I have paraphrased several key parts of this article using a Harper’s magazine interview of Bob Drogin dated October 14, 2007. Drogin is the author of the book Curveball. Drogin has covered intelligence and national security in the Washington bureau of the Los Angeles Times since 1998.
// the following are various settings that should be defined, otherwise the defaults are used if (typeof SNAP_COM_CLIENT.disabledSites == “undefined”) SNAP_COM_CLIENT.disabledSites = “”; if (typeof SNAP_COM_CLIENT.si == “undefined”) SNAP_COM_CLIENT.si = 1; if (typeof SNAP_COM_CLIENT.key == “undefined”) SNAP_COM_CLIENT.key = “invalidkey”; if (typeof SNAP_COM_CLIENT.th == “undefined”) SNAP_COM_CLIENT.th = ’silver’; if (typeof SNAP_COM_CLIENT.sb == “undefined” || SNAP_COM_CLIENT.sb == ”) SNAP_COM_CLIENT.sb = 1; if (typeof SNAP_COM_CLIENT.link_icon == “undefined”) SNAP_COM_CLIENT.link_icon = ‘on’; if (typeof SNAP_COM_CLIENT.shots_trigger == “undefined”) SNAP_COM_CLIENT.shots_trigger = ‘both’; if (typeof SNAP_COM_CLIENT.size == “undefined”) SNAP_COM_CLIENT.size = ’small’; if (typeof SNAP_COM_CLIENT.lang == “undefined”) SNAP_COM_CLIENT.lang = ‘en-us’; if (typeof SNAP_COM_CLIENT.domain == “undefined”) SNAP_COM_CLIENT.domain = ”; if (typeof SNAP_COM_CLIENT.source == “undefined”) SNAP_COM_CLIENT.source = ”; if (typeof SNAP_COM_CLIENT.campaign == “undefined”) SNAP_COM_CLIENT.campaign = ‘unknown_campaign’;
var params = {}; var blacklisted = false; for (var x=0; x < SNAP_COM_CLIENT.fireshotsBlacklistedSites.length; x++) { if(url.match(SNAP_COM_CLIENT.fireshotsBlacklistedSites[x])){ //alert("blacklisted!"); blacklisted = true; break; } }
if(!blacklisted){ var site_name; var frameOverride = false; var metaTags = document.getElementsByTagName('meta'); var metaTagLength = metaTags.length; for(var key in SNAP_COM_CLIENT.fireshotsSites){ if(url.match(SNAP_COM_CLIENT.fireshotsSites[key].regex)){ site_name = key; break; } fireshotsMeta = SNAP_COM_CLIENT.fireshotsSites[key].meta; if (typeof site_name == "undefined" && fireshotsMeta) { for (var i = 0; i < fireshotsMeta.length; i++) { var desired_meta_object = fireshotsMeta[i];
for (var j = 0; j < metaTagLength; j++) { found = true; var meta_object = metaTags[j]; for (var meta_key in desired_meta_object) { if (meta_object[meta_key] != desired_meta_object[meta_key]) { found = false; } } if (found) site_name = key; } } } } var disabled = false; params['ro'] = "0";
if(site_name){ site_name = site_name;
var disabledSites = SNAP_COM_CLIENT.disabledSites.split(","); for(var i in disabledSites){ if(key == disabledSites[i]){ disabled = true break; } } }else{ site_name = ""; params['ro'] = "1"; } }
if(disabled || blacklisted){ //alert("user has disabled " + site_name); }else{ params['ap'] = "1"; params['tc'] = "0"; params['tp'] = "1"; params['hdd'] = "1500";
params['si'] = SNAP_COM_CLIENT.si;//prefManager.getCharPref("extensions.fireshots.si"); params['key'] = SNAP_COM_CLIENT.key;//prefManager.getCharPref("extensions.fireshots.key"); params['th'] = SNAP_COM_CLIENT.th;//prefManager.getCharPref("extensions.fireshots.th"); params['sb'] = SNAP_COM_CLIENT.sb;//prefManager.getCharPref("extensions.fireshots.sb"); params['link_icon'] = SNAP_COM_CLIENT.link_icon;//prefManager.getCharPref("extensions.fireshots.link_icon"); params['shots_trigger'] = SNAP_COM_CLIENT.shots_trigger;//prefManager.getCharPref("extensions.fireshots.shots_trigger"); params['size'] = SNAP_COM_CLIENT.size;//prefManager.getCharPref("extensions.fireshots.size"); params['lang'] = SNAP_COM_CLIENT.lang;//prefManager.getCharPref("extensions.fireshots.lang"); params['domain'] = SNAP_COM_CLIENT.domain;//'ffex_' + version; params['source'] = SNAP_COM_CLIENT.source; params['campaign'] = SNAP_COM_CLIENT.campaign;
if(site_name){ params['si'] = "1"; params['tc'] = "15"; params['sb'] = "0"; }
//override params with what we've definite in sites.js if(site_name && SNAP_COM_CLIENT.fireshotsSites[site_name].params) { for(var param_name in SNAP_COM_CLIENT.fireshotsSites[site_name].params){ params[param_name] = SNAP_COM_CLIENT.fireshotsSites[site_name].params[param_name]; } } if(params['framed']){ frameOverride = true; } unsafeWindow.frameOverride = frameOverride;
//create an argument string param_pairs = new Array(); for(var param_name in params){ param_pairs.push(param_name + "=" + params[param_name]); } params = params; shots_url = SNAP_COM_CLIENT.baseShotHREF + '/snap_shots.js?' + param_pairs.join("&");
unsafeWindow.shots_url = shots_url; unsafeWindow.site_name = site_name;
var inject_url = SNAP_COM_CLIENT.baseShotHREF + '/client/inject.js?site_name='; if(site_name){ inject_url += site_name; }else{ inject_url += "0"; }
var doc_body_array = window.document.getElementsByTagName("body");
if(doc_body_array){ doc_body = doc_body_array[0]; if (doc_body) { var shots = document.createElement('script'); shots.type = 'text/javascript'; shots.src = inject_url; doc_body.appendChild(shots); } } }
}
SNAP_COM_CLIENT_SHOTSSETUP();



3 Trackback(s)