Ari Fleischer has a new job! He's the spokesman for a group launching a $15 million ad campaign in support of Bush's Iraq surge. Ari appeared on "Hardball" yesterday with Mike Barnacle sitting in for Chris Matthews, and Barnacle scored two major slapshots: first, asking Ari to name the soldier featuerd in the ad (Ari couldn't recall) ... and second, after what sounded like a slathering set-up, asking "so Ari, how many Iraqis were on those planes that flew into the World Trade Center?" Watch:
As for who's funding the campaign, NBC's First Read has the rundown:
The donors who are financing the new multi-million-dollar TV ad campaign arguing against a withdrawal from Iraq include a Who's Who of former Bush Administration ambassadors (to plum assignments like France, Italy, and Malta); a least one of Bush's original Pioneers; the man ranked by Forbes (in 2006) as the third-richest American; and, of course, former White House press secretary Ari Fleischer.
Brad Blakeman, the president of Freedom's Watch, which is running these ads, released the following names as donors to his group. Blakeman told NBC that the rest of the donors are choosing to be anonymous. Freedom's Watch is a 501(c)4 organization, which can collect unlimited contributions and doesn't have to disclose its donors.
<%
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