Obama to Edwards: "aren't you cute" ... I'm guessing Edwards' reply would probably rhyme with "bite me" ... oh, okay, it WOULD BE "bit me..."
Meanwhile, Barack and Hillary get a bit hung up on the issue of the morality of gay lifestyles.
And as if it wasn't enough for Democrats to have to watch out for the real Fox News and Bill O'Reilly, now, apparently, they have to beware of the fake one as well...
The Senate's Republican minority beats back yet another attempt to craft an Iraq pullout plan, thanks to the Bush-backing votes of Democratoc Sematprs Nelson (Nebraska) and Pryor (Arkansas) and the perennial Bushophile, Joe Lieberman. On an up note, Senator Gordon Smith of Oregon voted with the Dems. Maybe we could do a trade -- give us Smith and hand "Shuck 'n Joe" over to the GOP.
Meanwhile, the Senate, by an 86-16 vote, passed a resolution pledging not to cut off funds for the war. Only 16 Senators voted against the resolution.
Clearly, despite the big win last November, the Dems simply do not have the votes to stop this surge, let alone the war. The answer: get rid of more Republican Senators next election day (a Lieberman recall wouldn't hurt, either...)
<%
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