What's with all the speculation over Anderson Cooper? Michael Musto has recharged the "is he gay" machine with a highly unsubtle piece in Out Magazing, and of course, the message boards have long been churning over the issue, with men and women rooting on both sides of the sexuality question. Well, just to put it to rest, I have it on good authority that Cooper is totally gay (although my source thinks everybody is totally gay...) Anyway, while we're on the subject, Here are a few other things to think about:
Weakest celebrity at hiding obvious gayness: Ricky Martin
Most likely to eventually be confirmed as a lesbian: Queen Latifah
Most likely to be driven to lesbianism by failure to make straight love work: J.Lo
Most likely to be driven to lesbianism for the sheer publicity value: J.Lo
Gayest show on TV (no, not "Queer Eye"): Missy Elliott's "Road to Stardum" (UPN). At the end of every episode, Missy judges the contestants from a makeshift throne, wearing baggy closed and a baseball cap, sucking on lollypop and surrounded by scantily clad, sweaty female dancers. Hello???)
Second gayest show on TV: TIE - P. Diddy's "Making the Band" and MTV's "The Real World." I half expect the next episode to be set in San Francisco and to have only one lonely straight guy in the house!
Now I think that should get this out of our system. Anderson, you can now 360 in peace.
<%
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