');
var linkCount = 1;
var linkRendered = false;
var manualClass = "";
if (bc_customize){
manualClass = "manual";
}
bc_links.unshift(["/index.shtml", "JMU"]);
for (var linkPair of bc_links){
var link = linkPair[0];
var text = linkPair[1];
displayname = text; var weAreOnTheLastLinkOfAPageAtLeastOneFolderIn = bc_links.length > 2 && bc_links.length == linkCount;
if(weAreOnTheLastLinkOfAPageAtLeastOneFolderIn && bc_currentPageName == 'index'){
// don't show the last link, but only if it's not the root.
//For example, /cise/index.shtml should show the breadcrumb for /cise/index.shtml even tho the last link is to itself
var doNothing = true;
}else{
var html = '
' + bc_pageTitle + '
TITLE: ' + document.title.replace(" - JMU", "") + '
'+featureimagediv+'
';
$('#breadcrumbs_container~.gridpad').prepend(featureimagediv);
}
slideshowdiv=$('#slideshow').parent().html();
if(typeof slideshowdiv != "undefined"){
usingfullslides=false;
if($('#slideshow').parent().attr('class').indexOf('yui3-u-1')!=-1){
usingfullslides=true;
}
if(usingfullslides){
slideshowcontainerclass = $('#slideshow').parent().attr('class');
if(typeof slideshowdiv !== 'undefined'){
}
}
$('#slideshow').parent().addClass('slideshowEZmarginBottom'); $('.bx-caption').each(function(){$(this).addClass('border-radius-bottom');}); }
}
else {
// remove web design 2.1 styles
$('#webdesign21').remove();
$('#webdesign21secondary').remove();
$('#webdesign21primary').remove();
}
});
//]]>