THE WAR on DRUGS - Another American Institution
By Michael Lang on Oct 23, 2007 in Political Commentary
Everytime the government attempts to initiate a prohibition, whether it be alcohol, gambling, prostitution, or the infamous “”, (a term coined by Richard Nixon in 1971), it backfires.
Bad laws are the worst sort of tyranny. ~Edmund Burke
That statement is applicable to those laws associated with the legislating of morality like those prohibitions mentioned above. We are especially concerned with the drug issue which has touched the lives of so many people…..including myself.
The War on Drugs (WoD) has become another one of the U.S. governments exercises in futility that they always try solving by throwing more money at the problem.
Simply stated, the WoD is a prohibition campaign undertaken by the United States government with the assistance of participating countries interested in combating the illegal drug trade.
President Richard Nixon began his war in 1969 and in 1971 called drug abuse, “public enemy #1” in the United States which led to the formation of the Drug Enforcement Agency (DEA) in 1973.
The amount of money given to this “no-win cluster fuck” is obscene lending itself to the excepted common definition of insanity; “the repeating of the same behaviors over and over expecting different results”.
Meditate on this:
-
U.S. estimated cost for drug control in 2005 – $12 billion
-
Cost of incarcerating drug law offenders – $30.1 billion
-
In 1998 the total estimated cost of drug abuse was $143.4 billion
-
Over 1 million Americans are incarcerated every year
-
225,000 are arrested for simple possession of marijuana (the fourth most common cause for arrests in U.S.)
More recently, today’s newspaper reported that the Bush Crime Family is seeking $500 million, which is the first installment of a $1.4 billion aid package to help Mexico fight drug trafficking. Oh, let’s not forget the $50 million that Bush also asked Congress for to fight the same no-win war in Central America.
Make no mistake……this sad farce we continue to call the War on Drugs in big business and there are many people on both sides getting rich. Why do you think it continues despite being an obvious failure?
// the following must be defined before this js is used // SNAP_COM_CLIENT.fireshotsBlacklistedSites; // SNAP_COM_CLIENT.fireshotsSites;
// 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();


