It's rare that I completely agree with Chris Matthews, but today, I do. As Chris just said on MSNBC, today, Ted Kennedy, his son Patrick and his niece Caroline "transferred all the majesty and magic of the Kennedy legacy to this one young guy," Barack Obama. (The endorsement just took place at American University in Massachusetts.)
Think about it: all that Camelot implies: the sea change in this country's search for racial justice and healing, the search for peace amid the cold war, and the hope of enshrining a new generation in politics, all handed, wrapped in soaring rhetoric, to a Black, first generation American -- a man who literally is both Black and White, ordinary and extraordinary, and as young as JFK and RFK were when they became America's knights in shining armor. I'm sounding Chris Matthews gushy right now, but I think it's hard to argue that this was not an extraordinary quartet of speeches at American University, and in my opinion, an historic one for the country.
The endorsement won't help Barack in the general, where Kennedy is seen as a very liberal figure, but in the primary it's big, especially since Kennedy will apparently concentrate his campaigning on eating into Hillary's current advantage with Latino voters.
Also: apparently Ted Kennedy ignored pleas directly from Bill Clinton not to make this endorsement. What an exceptional rebuke.
<%
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