You may have read the accounts about the tendency of "Saturday Night Live" producers to be pro-Hillary, as evidenced by donations to her campaign, and several skits portraying Obama as either media pampered or freaked out and incompetent. The candidate herself seemed to enjoy a kinship with the SNL cast, even appearing on the show alongside Amy Poehler, the actress who portrays her. Any bias (which the show's staffers vigorously denied,) could stem from the fact that the show originates from New York City -- purportedly Hillary's home base (if you're not counting Scranton, Chappaqua, Arkansas, Illinois and Washington D.C.) Well for now, the debate is moot, because it appears that SNL has jumped way off the bandwagon (or the producers are trying to prove they're really not HilBots...) This week's opening skit, the first in a while since SNL has been conveniently in hiatus as the news cycle turned grim for Senator Clinton, was what you call and old fashioned skewering. Cliffs Notes version: "I'm Hillary Clinton; I'm a sore loser and my supporters are racists." Watch:
<%
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