The NBC News post-debate love-fest is in full swing, with Chris Matthews smooching Tim Russert on "reeling in his marlin" on Hillary's answer regretting her vote on Iraq (I think the mutual admiration and agreement society is almost irresistible for journalists.) But a few minutes ago, Keith Olbermann was the one playing the part of the fisherman, and Russert was playing the fish.
Olbermann nailed Russert on the phony issue about Obama's supposed pledge to take public financing in the general election, a pledge that, as Olbermann has pointed out on "Countdown" and as he pointed out again tonight, Obama didn't really make. Russert didn't concede the point, but Olbermann won the exchange. Barack answered a questionnaire in which he said he would pursue and agreement with the Republican nominee to attempt to get a public financing deal if he became the nominee. That's a promise to negotiate, not a promise to unilaterally disarm his campaign against the GOP. I know Russert would like to see the fight between Obama and McCain pulled even for the general via the money if necessary (and the commentraitor agrees, based on last Sunday's "This Week" ...) but it ain't gonna happen.
More importantly, this is a false media story promulgated by MSM types who, like Russert, want to see a horserace this fall. And none of them are pointing out the very important point that John McCain has already made it clear that he has no intention of accepting public financing for the general election campaign, and is in fact trying to wriggle out of it in the primary.
(sigh) Anyhow, for once and for all (and then I never intend to blog about this again) here is the question asked of the candidates by the Midwest Democracy Network (only Obama and John Edwards responded):
Question I-B: If you are nominated for President in 2008 and your major opponents agree to forgo private funding in the general election campaign, will you participate in the presidential public financing system?
Yes ___ No ___
And here is Barack Obama's answer:
OBAMA: Yes. I have been a long-time advocate for public financing of campaigns combined with free television and radio time as a way to reduce the influence of moneyed special interests. I introduced public financing legislation in the Illinois State Senate, and am the only 2008 candidate to have sponsored Senator Russ Feingold’s (D-WI) bill to reform the presidential public financing system. In February 2007, I proposed a novel way to preserve the strength of the public financing system in the 2008 election. My plan requires both major party candidates to agree on a fundraising truce, return excess money from donors, and stay within the public financing system for the general election. My proposal followed announcements by some presidential candidates that they would forgo public financing so they could raise unlimited funds in the general election. The Federal Election Commission ruled the proposal legal, and Senator John McCain (r-AZ) has already pledged to accept this fundraising pledge. If I am the Democratic nominee, I will aggressively pursue an agreement with the Republican nominee to preserve a publicly financed general election.
Is that a pledge to take public financing come what may? You be the judge.
<%
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