Iraq remains "unable to govern" itself effectively and hobbled by the absence of strong leadership, and Prime Minister Nouri al-Maliki's inability to broker political accord continues to make him vulnerable, according to a new U.S. intelligence report released today.
Seven months after President Bush ordered more U.S. troops to the country, "there have been measurable but uneven improvements in Iraq's security situation," the report concludes. . If U.S. forces continue their current strategy, security "will continue to improve modestly" over the next six to 12 months but violence will remain high and political reconciliation will remain elusive.
The report , determined that while some Iraqi security forces "have performed adequately," overall they "have not improved enough to conduct major operations independent" of U.S. forces in multiple locations on a sustained basis.
If U.S. troops were to downscale their mission to supporting Iraqi security forces and hunting terrorists affiliated with al-Qaeda, the report contends that move "would erode security gains achieved thus far."
The British have a new "super weapon" to use to fight the "war on terror" in Afghanistan: an "enhance blast weapon" that kills the enemy by sucking the air out of his lungs and rupturing internal organs.
On the domestic "war on terror" front -- National Intelligence Director Mike McConnell admits what we already knew: that AT&T and other phone companies helped the government to spy on us. Why the admission? Because McConnell would like Congress to exempt the telcos from their customers' lawsuits. Nice.
It looks all bad. Bud don't worry, Dubya! Maybe some silly neocon can get Bushie to launch us another war?
<%
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