Most Fridays, Eight Forty-Eight features music throughout the show from a live DJ. DJs hit the decks and provide the soundtrack before joining Alison Cuddy for a conversation about their craft.
This being "the most wonderful time of the year," Eight Forty-Eight got into the holiday spirit all hour long thanks to DJ Dustin Drase.Drase has been spinning records in Chicago for over 15 years, so he had some unique vinyl squirreled away in his collection.
Those who like their soul music rare feast on Chicago’s Windy City Soul Club; the group draws on northern soul. The scene emerged in the north of England but revolved around American soul music released on small regional labels.
For those who frequently go out clubbing in Chicago, the music heard all hour may have sounded familiar. Samone Roberts was Eight Forty-Eight's in-studio DJ and she has made her rounds through the city’s top clubs since 2000.
Some listeners' necks might have been a bit sore from bobbing along to the beats of Professor Kliq after he served as track master throughout the show. After spinning all hour, Eight Forty-Eight got to know him a little better.
The internet can be a vast smorgasbord for entrepreneur-artisans. For some, it offers a tasty piece of the American Dream; others get served a bittersweet slice of humble pie. But in America, sometimes people get a little of both.
Back in high school, in the '80s, DJ Boy Alberto jerry-rigged a couple of portable CD players for his DJ setup. He played industrial artists like Ministry and new wave bands like New Order.
The man who inspired dance moves throughout the hour was DJ Frique. Also known as Terry Allen, Frique spent the better part of the '90s spinning house music throughout the city. But in the aughts, he moved a little closer to the mainstream.
Lois Kha, a member of the DJ collective Midnight Conspiracy, provided the indie electronic music that Eight Forty-Eight enjoyed all hour long in the latest installment of the DJ Series. The group burst out on the scene about a year and a half ago.
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