An overwhelming majority of the public believes fighting between Sunni and Shiite Muslims in Iraq will lead to civil war and half says the United States should begin withdrawing its forces from that violence-torn country, according to the latest Washington Post-ABC News poll.
The survey found that 80 percent believe that recent sectarian violence made civil war in Iraq likely, and more than a third say such a conflict was "very likely" to occur. Expectations for an all-out sectarian war in Iraq extended beyond party lines. More than seven in 10 Republicans and eight in 10 Democrats and political independents believe civil war was likely.
In the face of the continuing violence, fully half--52 percent--of those surveyed says the United States should begin withdrawing forces. But only one in six favors immediate withdrawal of all troops from Iraq.
The new survey reflected a sharp decline in optimism sparked by the sectarian violence that flared in Iraq since the bombings of a revered Shiite mosque two weeks ago. Since then, deadly confrontations have occurred between Shiites and Sunni, who are a minority in Iraq but were favored under the regime of Saddam Hussein.
The poll found that 56 percent also say the United States is not making significant progress toward restoring civil order in Iraq while 43 percent believe that stability is being reestablished--a 17-point drop in optimism since December and the most pessimistic reading on this question since it was first asked in June, 2004.
Next they'll be forcing the poor guy to run a poll about impeachment...
On Iraq, we've clearly passed a rubicon with the American public. For all the right's and the Bush administration's efforts to make the war look good, most Americans think it was a mistake to invade Iraq, and most are ready to bring the troops home. It's not just this poll, it's the trend...
<%
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