For those who caught the Reid radio hit on WTPS Miami this morning, here are links to the topics we talked about. (If you missed it, I'll post the audio on the Juicecast page in a bit...)
From AmericaBlog, Ruth Bader Ginsburg says she and retired Justice Sandra Day O'Connor have been the subject of death threats from the "irrational fringe of society," spurred by conservatives' criticism of the courts...
Meanwhile, the American Constitution Society's blog has the latest anti-judge gambit, interestingly titled "J.A.I.L. 4 Judges," and on the right, Ginsburg is panned by Powerline for delivering her broadside from foreign shores, and the post even tosses around the "I" word -- only not for President Bush. ... Panned by Ramesh Ponnuru at NRO's The Corner, and of course, Panned by Malkin for the same reason (though she is kind enough to add that "death threats are intolerable...)
Via ThinkProgress, Russ Feingold finally gets some support, in the form of a co-sponsor, Tom Harkin (...and is it just me, or does Lincoln Chafee suddenly need to solidify his liberal base ...?)
<%
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