The nation's new attorney general gets something right, finally giving up the security clearances needed for the Justice Department to investigate his predecessor's -- and those he was lacky to -- domestic surveillance. We await word on whether the Dems will cave on immunity for the telcos that helped out with the government's giant information shovel.
Bush's GOP lackeys on the Hill (I make the distinction to separate them from the Democrat and Independent lackeys on the Hill) demand that the Dems retract their Iraq war cost report putting the cost at $1.5 billion. After all, that report might turn Americans against the war ... HA!!!
And Kanye West's mother's death following plastic surgery is sad ... and should sober people up about how dangerous plastic surgery can be. Earth to ladies: it's not your mother's Botox brunch. Meanwhile, Kanye issues a statement. ... and the doctor who says he refused to operate on Donda West says she ignored medical advice and that doing so may have led to her death.
<%
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