A New York Times editorial on Friday opens with the following damning question:
Is there any aspect of President Bush's miserable record on intelligence that Senator Pat Roberts, chairman of the Senate Intelligence Committee, is not willing to excuse and help to cover up?
The answer, if you've observed Roberts much, appears to be "no." (The editorial as aptly titled "Doing the president's dirty work.")
After making independent sounding noises about the Bush domestic spying program for about a day, Roberts has trying mightily to squirm out of his earlier contention that the NSA spy program should be brought under the supervision of the FISA court, where the law, by the way, says it should have been all along.
Roberts, the chairman of the Senate Intelligence Committee, spends most of his time these days trying to find a way to forestall the "phase II" investigation of the administration's use of pre-war intelligence on Iraq -- something he has been promising for nearly a year to begin. Now, along with another Bush bag-man, Ohio Sen. Mike DeWine, Roberts seems poised to do as the president wishes: to establish, after the fact, the legality of the domestic eavesdropping without a warrant. Says ABC News:
Roberts told the Times that he does not believe much support exists among lawmakers for exempting the program from the control of the FISA court. That is the approach Bush has favored and one that would be established under a bill proposed by Sen. Mike DeWine, R-Ohio.
White House officials have said their bar for agreeing to any legislative changes would be high. They have signaled they are open only to legislation that would "further codify" in law the authority the president insists he already has without Congress' approval, something officials believe would be accomplished with DeWine's proposal.
Question for the Bushies: why would the Congress need to "further codify" something already true under the law? Answer: Because there is no warrantless spying authority in the law. Get it?
Bottom line: whatever comes out of the Roberts committee can't be good for the Fourth Amendment, or for the basic civil liberties of the American people. Roberts is a hack who apparently hasn't enough respect for his own branch of government to act as anything more than a trussed up lackey for the president. He and his fellow court jester, DeWine, should be laughed out of committee and preferably, sent packing by their constituents in favor of Senators who actually want to serve in a co-equal branch of government with the executive.
<%
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