"Racist babies!" proclaimed the internet, after a study about facial recognition released last week got picked up by mainstream media. But playwright Paul Oakley Stovall argues that with studies like these, the truth is simpler, not more complex.
Newt Gingrich's departure from the presidential campaign trail "was treated as news," says writer Benno Nelson. But why do we make news items out of things that aren't interesting or surprising at all? "His campaign has been dead for months," Nelson says, "yet he emerges...as a leading story by saying precisely the thing that has the least impact on anyone's life."
Comedian Katie Rich points out that the upcoming NATO summit bears a striking resemblance to another large-scale event Chicago was actually looking forward to: the Olympics.
How did Shrek The Musical get brought to life? By those who see dollar signs rather than rallying cries of social change when they think of this pure American art form called the Broadway musical.
Playboy officially consolidated its operations in Los Angeles last week, leaving the city of its birth. But according to former Playboy.com editor Scott Smith, the party was over a long time ago.
The story of a Brazilian man who died after performing the role of Judas in the Passion of the Christ inspired writer Ian Belknap to think about this story as a performance piece gone inspirationally wrong.
Ann Romney, the wife of presumed GOP presidential nominee Mitt Romney, has received new scrutiny as her husband's presidential campaign heats up.
Dr. Crystal Goldsmith says that hearing patients say they want the pill is sometimes like hearing nails on a chalkboard.
Pages
";
if (ad) {
splashAd(ad);
setInterval(timer, 1000);
// Change value of the cookie so script doesn't run next pageload.
setCookie('wbezSplash', 2, 1)
}
}
function splashAd() {
//build the display area
$('
')
.css({
'position' : 'fixed',
'top' : '100px',
'left' : '300px',
'height' : '500px',
'width' : '700px',
'padding' : '10px',
'background-color' : 'white'
})
.appendTo('#page');
// Add link to skip the ad.
$('
Skip This Ad 10
')
.css({
'text-align' : 'right',
'cursor' : 'pointer'
})
.appendTo('#placeholder');
$('#skip-ad').click(function() {
$('#splash-ad').hide();
});
$('
').html(ad).appendTo('#placeholder');
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1327426452883-0'); });
}
function timer(){
var time = $('#time').text();
time--;
if(time >= 0){
$('#time').text(time);
}
if(time == 0){
$('#splash-ad').hide();
}
}
}
//Cookie Handling Functions -- from http://www.w3schools.com/js/js_cookies.asp
// Date setting modified
function setCookie(c_name, value, exdays) {
var exdate=new Date();
exdate.setDate(exdate.getDate() + exdays);
exdate.setUTCHours('00');
exdate.setUTCMinutes('00');
exdate.setUTCSeconds('00');
var c_value=escape(value) + ((exdays==null) ? "" : "; expires="+exdate.toUTCString());
document.cookie=c_name + "=" + c_value;
}
function getCookie(c_name) {
var i,x,y,ARRcookies=document.cookie.split(";");
for (i=0;i