The NYT is suing the Pentagon to get the names of those surveilled by the NSA...
Count the Jawans not happy... and once again, count the Times accused of aiding "the ter'rists..." Strata's on a rampage, too (surprise, surprise -- good to see his favorite whipping boys -- the media -- back in action I suppose ...) He thinks "the leakers" of this security damaging info are Rockefellar and Durbin! (Hm... I thought the leakers of the security damaging info were Scooter "subpoena the press" Libby and Karl Rove... uh, I mean ... "Official A..." go figure.)
As for me, I think the NYT suit, if it's successful, will uncover a fact that links the Libby and NSA stories: that among the "al-Qaida assets" being listened to by the NSA (when a ter'rist calls Americuh), were journalists, just like the ones Scooter plans to subpoena... And maybe a few Senators, too. Wouldn't that be interesting. Although, as Glen Greenwald has said, "when forced to choose between conservative principles or loyalty to Bush, Bush followers will expressly toss conservatism overboard and disclaim an association with its principles."
Personal freedom -- of the press and of the people from onerous government intrusion are supposedly among those conservative principles. Oh, sorry, forgot -- those are pre-9/11 principles...
<%
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