After about a five minute ovation, which he practically had to beg to a close, Bill Clinton put on a clinic tonight on how you break down the opposition, and lay out the issues at stake in an election. He went way off the reservation, delivering a "foreign policy" speech that was about two-thirds about the economy. But he did it damned well. Coupled with Hillary's performance yesterday, it's safe to say that the Clintons are in fine political form. Great job. (And did you peep the Kendrick Meek star turn, introducing Big Bill? I see a big job at the Clinton Foundation in somebody's future...)
Meanwhile, I disagree with the pundits who are saying that Joe Biden's less than soaring delivery of a solid speech is a problem. Biden is the regular guy in this equation. He's not supposed to deliver soaring rhetoric. He's supposed to deliver punches.
Other than that, I could have done without the excessive references to what a great guy John McCain is, from many of the speakers last night and tonight (including both Clintons, Biden and John Kerry, who otherwise delivered the reddest meat of the night, complete with calling Republican attacks "desperate" and "pathetic." He also introduced Barack's white uncle. Take it in, Pat Buchanan, it's not too late to get on board...) Apparently, the Obama communications team still believes they can win this election without going nuclear on John McCain. They shouldn't expect the same courtesy next week, when the Republicans hold their Wide Stance convention in Minneapolis.
Also, I get the feeling that Barack Obama will bring change... the talking points were in full effect.
Most inspiring moment: the roll call that made Obama the nominee by acclamation earlier in the evening. My pal Sonja was in the convention hall tonight. I await the pics in my camera phone...
<%
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