Why don't I trust Alberto Gonzales or the FBI on this Foggo thing? So the FBI raids Foggo's home, and they don't tell Porter Goss (not surprising, since a couple of his aides are implicated too.) I'm with the commenter on ABCNews blog thread who asks whether Foggo is the designated fall guy. Larry Franklin was on the Ed Schultz show tonight saying people inside the agency don't believe Foggo was directly involved in the bribe-making, which took place between 2000 and 2004, during part of which time Foggo was overseas.
I'm not saying Foggo is an innocent man. I'm just saying this smells like a continuation of the administration's war on the CIA, which is after all, the agency that warned Condi Rice that "Bin Laden (was) determined to attack inside the United States" and was ignored, and that warned the administration that the intel was foggy on Iraq having WMD (despite its former director's ridiculous "slam dunk" pandering.) They're the guys who had all the caveats Dick Cheney and Don Rumsfeld didn't want to hear, and now they're going down hard. Call me crazy, but this whole thing just looks like an attempt to squash this agency, using a sex-tinged scandal as the ultimate can of Raid.
Back to the story. This Hookergate thing is obviously bigger and nastier than even the name implies. NYT reports that up to a half dozen members of Congress could be ensnared, with TPM Muckraker outlining the possible tagging of California Rep. Jerry Lewis.
So heads in Congress and the CIA will roll. Whither the White House...
<%
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