Nothing can stop Chris Matthews, Norah O'Donnell and our old friend Wolf Blitzer from chasing down the Democratic angle to the Jack Abramoff scandal-fest. Said Wolf today during a news-break from the Alito hearings, to a reporter covering today's news of two possible Congressional indictments:
WOLF (paraphrasing): What are the chances that there will be some Democrats who are indicted in this case?
Well, Wolf, it depends. If Alberto Gonzalez makes the decision, I'm sure he'll go out on a limb and attempt to indict a Democrat or two in order to make Ken Mehlman's talking points seem credible. But if the JD follows Abramoff's money -- all of which went to Republicans, I wouldn't hold your breath. You see, it has alredy been firmly established that no Democrats -- that would be NONE -- took money from Black Jack. But let's not let the truth get in the way of CNN and MSNBC's "fair and balanced" reporting ...
Update: Wolf just characterized Republicans as questioning the nominee and Democrats as "nibbling away" at his nomination. Unbelievable...
<%
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