Vote Below!
Week 1
Abe Kanan
2/2 - 2/6
Week 2
Shadoe Stevens
2/9 - 2/13
Week 3
Liz Wilde
2/16 - 2/20
Week 4
Mancow
2/23 - 2/27
We need your help and feedback!
Listen to the Loop every weekday morning this week to hear Live on-air auditions between 6:00-9:00AM. Each week we'll reveal another morning personality.
The Loop Morning Show Search and this web survey are not a contest and are for research purposes only.
' +
'' +
'';
//insert lightbox HTML into page
$('body').append(lightboxone);
}
});
$('#lightboxone').live('click', function() { //must use live, as the lightbox element is inserted into the DOM
$('#lightboxone').hide();
});
$('#week-two').click(function(e) {
//prevent default action (hyperlink)
e.preventDefault();
/*
If the lightbox window HTML already exists in document,
change the img src to to match the href of whatever link was clicked
If the lightbox window HTML doesn't exists, create it and insert it.
(This will only happen the first time around)
*/
if ($('#lightboxtwo').length > 0) { // #lightbox exists
//show lightbox window - you could use .show('fast') for a transition
$('#lightboxtwo').show();
}
else { //#lightbox does not exist - create and insert (runs 1st time only)
//create HTML markup for lightbox window
var lightboxtwo =
'
'
Click to close
' +
'
'
Week 2 - Shadoe Stevens
' +
'' +
'
He was the first program director of "World Famous" KROQ-FM. He created one of the first Alternative Rock formats in the country. As Vice President of Programming, he created a new music format that consisted of nothing but "cutting edge, exciting new music. As both PD and on-air personality, the "attitude" he developed, combined with this new musical "niche," resulted in astonishing acceptance in a very short time. Within 6 months it became a number one station. As a radio personality during this period, he won the Billboard Magazine Personality of the Year Award.
' +
'
' +
'
';
//insert lightbox HTML into page
$('body').append(lightboxtwo);
}
});
$('#lightboxtwo').live('click', function() { //must use live, as the lightbox element is inserted into the DOM
$('#lightboxtwo').hide();
});
$('#week-three').click(function(e) {
//prevent default action (hyperlink)
e.preventDefault();
/*
If the lightbox window HTML already exists in document,
change the img src to to match the href of whatever link was clicked
If the lightbox window HTML doesn't exists, create it and insert it.
(This will only happen the first time around)
*/
if ($('#lightboxthree').length > 0) { // #lightbox exists
//show lightbox window - you could use .show('fast') for a transition
$('#lightboxthree').show();
}
else { //#lightbox does not exist - create and insert (runs 1st time only)
//create HTML markup for lightbox window
var lightboxthree =
'
'
Click to close
' +
'
'
Week 3 - Liz Wilde
' +
'' +
'
Liz Wilde with her supporting cast: Johnny Hobbs, Tellulah/Jimmy, Kat McWilliams and Sic Mic.
Voted one of the top 10 most controversial jocks ever. Loop listeners will hear the homecoming of the Liz Wilde show to WLUP almost 20 years to the day since her last broadcast in Chicago. Liz says, "Chicago is in my heart. I am a Midwestern girl born and raised in the area, but the 60 below wind-chill makes me cry in the winter...whew! I will no longer be wearing my diamond encrusted brass bra because it leaves frostbite marks on my sexy, luscious back fat!"
' +
'
' +
'
' +
'
';
//insert lightbox HTML into page
$('body').append(lightboxthree);
}
});
$('#lightboxthree').live('click', function() { //must use live, as the lightbox element is inserted into the DOM
$('#lightboxthree').hide();
});
$('#week-four').click(function(e) {
//prevent default action (hyperlink)
e.preventDefault();
/*
If the lightbox window HTML already exists in document,
change the img src to to match the href of whatever link was clicked
If the lightbox window HTML doesn't exists, create it and insert it.
(This will only happen the first time around)
*/
if ($('#lightboxfour').length > 0) { // #lightbox exists
//show lightbox window - you could use .show('fast') for a transition
$('#lightboxfour').show();
}
else { //#lightbox does not exist - create and insert (runs 1st time only)
//create HTML markup for lightbox window
var lightboxfour =
'
'
Click to close
' +
'
'
Week 4 - Mancow
' +
'' +
'
Mancow's radio career began while he was still in college. He got a job at KOKO-AM in Warrensburg as a late night control board operator. His role at the station gradually expanded until he got his own afternoon show. Among Mancow's fans was the general manager of KLSI-FM, Kansas City, who offered him a full-time job as head of station promotions. Muller accepted the position, plus a weekend air shift, while completing his final semester at Central Missouri State. After graduation in 1990 Mancow was hired as the morning drive air talent at Kansas City's KBEQ-FM, Q-104, where the Holy Moley & Maxx Show quickly rose to #1 in the ratings and helped Q-104 dominate the market.
' +
'After his early hometown success, Mancow left Kansas City for a brief stint at KDON-FM in Monterey, California. Soon though Mancow headed north to San Francisco and KYLD-FM, "Wild 107". In 1993, Mancow made national headlines with a publicity stunt that caused a major traffic headache for the City by the Bay. Reacting to a story that President Bill Clinton tied up air traffic at Los Angeles International Airport for over an hour while getting a haircut from celebrity hairstylist Cristophe on Air Force One, Muller staged a parody of the incident on the San Francisco ââ¬â Oakland Bay Bridge during rush hour. He used vans to block the westbound lanes on the bridge while his then sidekick, Jesus "Chuy" Gomez, got a haircut.
' +
'
' +
'
' +
'
';
//insert lightbox HTML into page
$('body').append(lightboxfour);
}
});
$('#lightboxfour').live('click', function() { //must use live, as the lightbox element is inserted into the DOM
$('#lightboxfour').hide();
});
});