He even got an apology from Condi regarding the breach of his passport records, not that that closes the matter...
I'm not so sure I'd be as rosy as the ABC duo, but Obama does have certain pluses going into the weekend:
First, its Easter weekend, so many voters will be focused elsewhere, putting more distance between him and the toughest story for him in the latest news cycle: the Wright debacle.
Second, Bill Richardson's endorsement does help bolster his arguments on "readiness" and foreign policy acumen. And as I said in the previous post, it will help him out west, and with Hispanics. And it gives him a good story going into the weekend. That and the passport breach should blot out any remaining Wright residue in the mainstream media coverage for now. That doesn't mean the mad bloggers, right wing talk radio and Fox News won't continue to beat the dead horse, but then, they aren't exactly Obamicans, are they...
And, as the ABCers say, (and as a very senior member of the campaign said to a group of us who gathered this morning to discuss the race,) by the math, barring some catastrophic disclosure that dooms his candidacy, Barack Obama is going to be the nominee. He just has to run out the clock.
<%
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