CJR has the hilarious story of blogger Hugh Hewitt's O'Reilly moment (in which he pretends to be on the front lines of combat in the GWOT, and takes on the uber-macho, broken-nosed Aussie reporter Michael Ware over the quality of reporting from Iraq...)
HH: I'm sitting in the Empire State Building. Michael, I'm sitting in the Empire State Building, which has been in the past, and could be again, a target. Because in downtown Manhattan, it's not comfortable, although it's a lot safer than where you are, people always are three miles away from where the jihadis last spoke in America. So that's ... civilians have a stake in this. Although you are on the front line, this was the front line four and a half years ago.
Um... ok, Hugh ... (more on the Hewitt-Ware mismatch here). ... plus the attempts by at least one would-be Republican Congressman to tell the "good news" about Iraq ... er ... Turkey ... oh boy...
Bloggers are raising questions about the authenticity of a photo -- purportedly of a Baghdad street -- posted on the Web site of Howard Kaloogian, a Southern California Republican running for the seat of the freshly incarcerated Duke Cunningham. Kaloogian's site says that "We took this photo of dowtown [sic] Baghdad while we were in Iraq. Iraq (including Baghdad) is much more calm and stable than what many people believe it to be. But, each day the news media finds any violence occurring in the country and screams and shouts about it -- in part because many journalists are opposed to the U.S. effort to fight terrorism."
Josh Marshall picks up on speculation from Daily Kos and elsewhere that the photo was taken not in Baghdad, but in Turkey. Dissecting the picture, Marshall points out that "With the white arrows I've highlighted what appear to be cedillas under the roman 'C' and 'S' on the yellow sign. Add in the other contextual clues and that looks very much like the Turkish alphabet. And in fact the letters 'C A R S I' (which seems to be what this sign says) make a word in Turkish, 'carsi' which means 'shopping center' or 'market.'" Marshall also posts an email from a reader in Baghdad who asked his Iraqi staff what they thought of the picture and reported that "they all just laughed."
(Sigh). Apparently it isn't any easiuer fighting the terrorists over here so we don't have to fight them over there...
<%
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