Eight Forty-Eight
Joel Stein had a need to unravel the mystery of masculinity and his need was born of panic, when he learned he and his wife were having a boy. Would he possess the required amount of masculinity to raise a son?
Eight Forty-Eight
The NATO host committee has one of where visiting dignitaries should eat. Our reporters and producers have another.
Louisa Chu | Movable Feast
Where should over 10,000 visitors eat this week? We have some suggestions.
Today in Chicago History
How about something on the impending NATO summit that's free of controversy? For the next three days, blogger John Schmidt will dish out summaries of how the peoples from the 28 countries each did their part to build Chicago.
Eight Forty-Eight | Video
Damien Jurado is a legend of the Seattle music scene. While he doesn't set guitars on fire or smash them like other Seattle legends Jimi Hendrix and Kurt Cobain, he has crafted quite a legacy for himself.
Damien Jurado is a legend of the Seattle music scene. While he doesn't set guitars on fire or smash them like other Seattle legends Jimi Hendrix and Kurt Cobain, he has crafted quite a legacy for himself.
Joel Stein had a need to unravel the mystery of masculinity and his need was born of panic, when he learned he and his wife were having a boy. Would he possess the required amount of masculinity to raise a son?
Wednesday on Eight Forty-Eight, we ask the age-old question: what does it mean to be a man? Time magazine writer Joel Stein takes a crack at the question in his new book Man Made: A Stupid Quest for Masculinity, and with us on air. To join the conversation live, call 312.923.9239.
The NATO host committee has one of where visiting dignitaries should eat. Our reporters and producers have another.
Eight Forty-Eight wants to encourage the throngs of people in town for the NATO summit to get out of downtown and into the neighborhoods to see – and taste – what the city has to offer. Tuesday on Eight Forty-Eight we give visitors a culinary and historical tour of the city.
How about something on the impending NATO summit that's free of controversy? For the next three days, blogger John Schmidt will dish out summaries of how the peoples from the 28 countries each did their part to build Chicago.
For the first time in the U.S. since the 1980s, it’s cheaper to buy a home than it is to rent. You’d think that would be cause enough for bargain hunters to buy up cheap, undervalued properties, but many would-be homeowners are still hesitating.
WBEZ's Alex Keefe looks ahead to this week's stories. WBEZ's Becky Vevea tells us why the state has stepped into a suburban North Chicago school district. And How to Do Everything shows us how to tell the difference between an alligator and a crocodile.
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