With all the breakthroughs reported today on stem cells and human embryo cloning, it's not hard to guess where the culture wars go from here. Invitro discards will be the microscopic Terri Schiavos of the next wave of "culture of life" insurgency. Just you wait.
The rumblings are already being felt inside the House Republican caucus, where even some pro-life Republicans, like Utah's Orrin Hatch, have warmed to the idea that embryos created for invitro fertilization, but which will not be used (and therefore will be discarded), should be able to be donated by their owners for the use of scientific research. As Diana DeGette, the Colorado Democrat who co-authored a bill to lift George Bush's ban on federal funding for new stem cell lines (imposed in 2001), explained on Franken today (can you tell I listened to Franken today?) the idea is no different from parents of a child killed in a tragic car accident donating his corneas or kidneys for transplantation.
Big question: if the bill passes, will Bush finally whip out his veto pen? For this?
<%
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