Do you think it's true that the things we say we hate the most and the things we most covet are very often one and the same? If it is true, it would explain the American right'scaptivation with the giddy thought of "turning" Canada... (one they share with their Tory brethren in the UK...) So what hath Canada wrought? According to an analyst in the Toronto Star:
In their collective wisdom, Canadian voters struck a cautious balance between determination to separate the Liberals from power and concerns about what the Conservatives would do with it. The result is a surprisingly weak Stephen Harper Conservative minority government with an uncertain future.
Putting an end to 13 years of what often felt like one-party rule, Canadians streamed to the polls on an unusually mild winter day first to toss out tired and tainted Liberals and then to impose onerous conditions on the Conservatives and their 46-year-old leader.
They gave the Liberals and the resurgent NDP the strength to defeat this minority, a fascinating dynamic that pushes the Bloc Quebecois toward the sidelines and should make Canadians breathe easier about any real or imagined neo-conservative threat to social values.
I'm not sure whether that means the righties won or lost... But one thing's for sure -- call it aloneness in the increasingly leftist, Cuba and China-centric, anti-Bush hemisphere (or hell, the whole world except for Tony Blair...) or just an extreme case of right wing paranoia, but I think the conservatives are lonely, and trolling for an international friend...
<%
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