That's an increasingly salient question, as the U.N. Security Council passes unanimous and binding, but force-free, sanctions against nuclear North Korea, and an arms race that could give birth to as many as 40 new nuclear powers threatens to erupt and spread from Asia to the Mideast.
A good point was made earlier today, I think on Fox News' Beltway Boys, of all places, that North Korea's determination to have nuclear weapons likely traces back to the stationing of American nuclear weapons in the China Sea back during the Reagan administraiton, and the retraction of those nukes by the first President Bush likely paved the way for agreements made during the Clinton administration that backed NK down from its nuclear brinksmanship. So does that mean the wingers now should blame Ronald Reagan for Bush II's failures to halt Kim Jong Il's quest for the bomb?
Related: The Taipei Times editorializes that North Korea's quest for nukes is not irrational.
<%
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