Two Black fraternity members have been sentenced to two years in prison for "felony hazing" in Florida. Meanwhile, four white frat guys get charged with a misdemeanor, for the same thing. What's wrong with this picture? We talked to the lawyer in the Black frat hazing case this morning, and he's filing motions calling on the judge to step down, saying she was biased toward the prosecution from the get-go. Circuit court judge Kathleen Decker said the two Black men -- one a pharmacy major and the other an engineering major -- needed to be made an example of. Hm... Doesn't sound biased to me.
Meanwhile, a Florida farm boss gets 30 years for running a virtual slave camp -- recruiting homeless Black men from Miami and then putting them to work in his cesspool of a camp, where money for booze, cigarettes and even crack cocaine -- which was sometimes stuffed in their meager paychecks -- was deducted from the workers' pay, sometimes leaving them with just 30 cents on the dollar. The guy's wife and son were also convicted in the case. Read the unbelievable story and the Herald's investigative work on the subject here.
Staying on the race topic, a new study says that the lighter you are, the more money you make, and that goes not just for African-Americans, but also for immigrants from ... well ... anywhere.
<%
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