Poor Mel Martinez. He just can't seem to get anything right. First, he loses a newspaper endorsement because of something stupid he says during the campain, then he does something stupid during the Terri Schiavo case, handing a "Get Nelson" memo over to Harry Reid, and then he questions the desirability of Gitmo, gets blasted by that guy Ann Coulter, only to take back his comments a few days later. I'll bet the Gentleman Florida sure is glad Duncan Hunter is in Congress, otherwise, he'd be the dimmest bulb there.
''I would not feel comfortable with them in Florida,'' he said in a brief interview on Wednesday afternoon when asked to clarify his remarks, ''nor would I feel comfortable with them being released, nor would I feel comfortable with a number of things. So once the debate takes place, maybe this is the best option. Public diplomacy may not be the overriding concern.''
You know, Senator, I don't think I feel comfortable with you in Florida.
<%
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