The Loop

The Loop’s Morning Show Search – Week 5

Who rocked it? Who bombed it? Hear some highlights from each week and vote for who YOU think we should hire, then
your favorite.

Abe Kanan

Week 1

2/2 - 2/6

Shadoe Stevens

Week 2

2/9 - 2/13

Liz Wilde

Week 3

2/16 - 2/20

Mancow

Week 4

2/23 - 2/27

The Loop Morning Show Search is not a contest and is 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 .more').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 =
'

';

//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 .more').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 =
'

';

//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 .more').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 =
'

';

//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();
});

});

Tags: