Does it still matter that at long last, John Edwards is endorsing Barack Obama? Not as much as it would have before North Carolina (or hell, West Virginia, where Edwards got 7 percent of the vote, and where the possibility of campaigning together around the state might have enticed Barack to spend some time and money...) but it doesn't not matter either. In the wake of Obama's rejection by hard-working white Americans (the new, colorful term for racist Appalachian rusticators...) having a good ole' boy in his corner can't hurt.
The endorsement matters in three other ways as well.
- First, it puts the slap to Hillary's claim that her big win in West Virginia is a game changer that will make superdelegates sit up and take notice. They've taken notice, and one of the biggest remaining players has chosen her opponent. And it throws ice cold water all over her "big win."
- It also sends a strong signal to Edwards' natural demographics: union workers, lower middle class whites and southerners, that despite the results in West Virginia, Obama is a.o.k. That could be helpful in Kentucky, and if Obama's numbers improve there, it will put Edwards in a good position with the candidate (just in case he's interested in having a working relationship.)
- Third, Edwards' timing is actually pretty good (assuming it's his timing, and not joint timing with the campaign, which could very well be the case.) He jumps smack dab into the news cycle at the same time most news organizations are busy yanking Hillary's press details, downshifting from the horse race coverage and downplaying the WV effect on this now largely concluded campaign. That means Edwards will get ink for days. Also good for him, good for Obama.
And you've got to figure he took a beating from Elizabeth to get this one to happen, because you KNOW she's a Hillary girl. So you go, John, with your cute self. Way to keep the dream of that reverse Miami Vice ticket alive! Watch for those two-shots. They'll be all over the web tomorrow.
<%
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