On the radio in Hartford, with ht to C&L, Joe defends his position on the war with a skeptical talk host/columnist, blames the bloggers for his loss of Joementum, and says he doesn't stop by the White House to tuck Dubya into bed at night. Well that's good to know... (scroll down and look for the interview in the right column). Not that Fred Barnes knows a darned thing, but if Lieberman should lose the primary race to Ned Lamont, I wouldn't be surprised if he did wind up in Bush's cabinet, as the Beetle prognosticated. I doubt we'd see much of Shecky Lieberman at that point thought -- he'd be a sour staffer, having lost his seat after 17 years... you'll remember Jesse Jackson said: "stay out of the Bushes..."
<%
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