Republicans continue to cover for the Bush administration on Iraq, providing a human shield against even a non-binding "sense of the Senate" bill opposing the escalation of the war. If the Dems don't make these Bush courtiers pay, I'm done with them, and anybody with an ounce of good sense should be, too. Here's the WaPo on the vote blocking scheme:
A day of posturing, finger pointing and backroom wrangling came to nothing when Democratic and Republican leaders failed to reach agreement on which resolutions would come to a vote and which would be subject to a filibuster. Republicans insisted that the impasse soon would be broken, but after Democrats came up 11 votes short of the 60 needed to break the filibuster, a solution was nowhere in evidence.
"It is clear their actions are not driven by getting votes on Republican proposals. They are driven by a desire to provide political cover for President Bush," Senate Majority Leader Harry Reid (D-Nev.) said. "They can't rubber-stamp the president's policies in Iraq any more, so they've decided to stamp out debate and let the president's escalation plan proceed unchecked."
At issue are four separate resolutions. The main resolution, worked out by Sen. John Warner (R-Va.) and Senate Armed Services Committee Chairman Carl Levin (D-Mich.), would put the Senate on record opposing the additional troop deployment and calling for a diplomatic initiative to settle the conflict, but it would also oppose a cut-off of funds for troops in the field of battle. The Republican leadership's alternative, drafted by Sens. John McCain (R-Ariz.), Lindsey O. Graham (R-S.C.) and Joseph I. Lieberman (D-Conn.), would establish tough new benchmarks for the Iraqi government to achieve but would not oppose the planned deployment.
Against those competing resolutions are two others replete with political mischief-making. The first, drafted by Sen. Judd Gregg (R-N.H.), recognizes the power of the president to deploy troops and the "responsibility" of Congress to fund them before stating, "Congress should not take any action that will endanger United States military forces in the field, including the elimination or reduction of fund." A second, hastily written by Democrats, would simply oppose the president's plan and insist all troops are properly protected with body armor and other materiel.
By the way, good going, Connecticut, on putting that horse's ass Joe Lieberman back in the Senate... ... anyway, here's the roll call.
<%
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