Luda bigs up Obama in his mix tape release, and (surprise!) gets smacked down by the communications department...
Of course, Obama was forced to put a whole lotta distance between himself and Cris over his lyrics, which included calling Hillary a "bitch" and saying that McCain belongs in a wheelchair (and that Bush is retarded...) Pat Buchanan should especially enjoy the part about "painting the White House black... So...
"Ludacris is a talented individual but he should be ashamed of these lyrics," said Mr Obama's spokesman Bill Burton.
Of course, that hasn't stopped right wing radio and Fox News from going all apoplectic over the video, and this should do wonders for the Bill-O/Ludacris feud.
The right particularly enjoys reminding us that Obama has Ludacris' music in his iPod, and met with the rapper to discuss youth issues not long before he announced for president. Oh, here we go...
Honestly, I find the video for the Ludacris song much more offensive than any of the lyrics, which are pretty tame by rap standards. I'd question the artistic merit of booty-shaking hos in a video that's supposed to be about voting, and juxtaposing big asses with presidential candidates just strikes me as, well, kind of high school. Other than that, I thought we would have learned by now that if one wants to support a man who is running for president despite an undercurrent of racial rejectionism in a part of America that is certainly larger than polls suggest, it's probably not a good idea to spout off about "painting the White House black."
<%
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