When The New York Times first reported on Bush administration efforts to spy on Americans without warrants, the White House generally responded in two ways. One, blaming the press for disclosing the programs. And two, claiming that the programs were necessary to protect the country so that another 9/11 doesn't happen. But a report this weekend by Bloomberg's Andrew Harris thoroughly undercuts the President's spin.
The U.S. National Security Agency asked AT&T Inc. to help it set up a domestic call monitoring site seven months before the Sept. 11, 2001 attacks, lawyers claimed June 23 in court papers filed in New York federal court.
The allegation is part of a court filing adding AT&T, the nation's largest telephone company, as a defendant in a breach of privacy case filed earlier this month on behalf of Verizon Communications Inc. and BellSouth Corp. customers. The suit alleges that the three carriers, the NSA and President George W. Bush violated the Telecommunications Act of 1934 and the U.S. Constitution, and seeks money damages.
``The Bush Administration asserted this became necessary after 9/11,'' plaintiff's lawyer Carl Mayer said in a telephone interview. ``This undermines that assertion.'' [emphasis added]
At this stage, it is important to note that there are only allegations that the Bush administration began spying on Americans before 9/11. But should these allegations pan out -- or even if the White House is in some way able to convince the courts to throw out this lawsuit -- it's not clear to me that the President will ever be able to win back the trust and faith of the American people. The recent revelations out of California -- that the state's Office of Homeland Security was spying on political dissenters -- only underscore this.
What say you now, righties? If this is true, then what is the justification?
BTW, having cooked up the notion of an Axis of Evil in December of 2001, for one reason and one reason only: to convince the American people that a response to the 9/11 attacks by Afghanistan-based terrorists who themselves were from Saudi Arabia, Egypt and Yemen, the admnistration probably wanted to get its databases in a row ... the better to profile, and market the war to, the American people.
<%
dim done
done = request.form("done")
if done = "" then
done = "No"
%>
Tell a friend
<%
Else
if request.form("done") = "Yes" then
'sets variables
dim email, sendmail
email = request.form("email")
Set sendmail = Server.CreateObject("CDONTS.NewMail")
'put the webmaster address here
sendmail.From = "webmaster@aspbasics.com"
'The mail is sent to the address entered in the previous page.
sendmail.To = email
'Enter the subject of your mail here
sendmail.Subject = "Check out this website"
'send a specific page or send a site url
dim url
'url = Request.ServerVariables("HTTP_REFERER")
url = "http://www.aspbasics.net"
'This is the content of the message.
sendmail.Body = "Site recommendation from a friend!" & _
vbCrlf & vbCrlf & "A friend has sent you this email and thought you would should check out this site." & _
vbCrlf & url & vbCrlf
'this sets mail priority.... 0=low 1=normal 2=high
sendmail.Importance = 1
sendmail.Send 'Send the email!
response.redirect Request.ServerVariables("HTTP_REFERER")
'Response.write ("Sent to ") & email
End if
End if
%>
"[T]he practice of arbitrary imprisonments, have been, in all ages, the favorite and most formidable instruments of tyranny.' Alexander Hamilton, Federalist No. 84, August, 1788