var wsStyleVar = document.createElement('style');
var wsContentVar = '';
wsContentVar += '.edu-il-ws-1436-SS2-wrapper {';
wsContentVar += 'width: 198px;';
wsContentVar += 'overflow: hidden;';
wsContentVar += '}';
wsContentVar += '.edu-il-ws-1436-SS2-wrapper-withBorder {';
wsContentVar += 'width: 198px;';
wsContentVar += 'overflow: hidden;';
wsContentVar += 'border: 1px solid gray;';
wsContentVar += '}';
wsContentVar += '.edu-il-ws-1436-SS2-image-slide{';
wsContentVar += '   height:190px;';
wsContentVar += '    width:200px;';
wsContentVar += '}';
wsContentVar += '#wrapperSS21436 img {';
wsContentVar += 'border:none;';
wsContentVar += '}';
wsContentVar += '#wrapperSS21436 a {';
wsContentVar += 'outline:none;';
wsContentVar += '}';
wsContentVar += '.edu-il-ws-1436-SS2-image {';
wsContentVar += 'height:190px;';
wsContentVar += '}';
wsContentVar += '.edu-il-ws-1436-SS2-buttons {';
wsContentVar += 'padding:3px 6px 2px 6px;';
wsContentVar += 'width: 198px;';
wsContentVar += 'border-top: 1px dotted gray;';
wsContentVar += '}';
wsContentVar += '.edu-il-ws-1436-SS2-buttons-withBorder {';
wsContentVar += 'padding:3px 6px 2px 6px;';
wsContentVar += 'width: 198px;';
wsContentVar += 'border-top: 1px solid gray;';
wsContentVar += 'background-color:white;';
wsContentVar += '}';
wsContentVar += '#button_prevSS21436 {';
wsContentVar += 'width: 62px;';
wsContentVar += '}';
wsContentVar += '#button_startstopSS21436 {';
wsContentVar += 'width: 62px;';
wsContentVar += '}';
wsContentVar += '#button_nextSS21436 {';
wsContentVar += 'width: 62px;';
wsContentVar += '}';
wsContentVar += '.no-display {';
wsContentVar += 'display:none;';
wsContentVar += '}';
wsStyleVar.setAttribute('type', 'text/css');
if (wsStyleVar.styleSheet)
{   // IE
    wsStyleVar.styleSheet.cssText = wsContentVar;
}
else
{                // the world
    var tt1 = document.createTextNode(wsContentVar);
    wsStyleVar.appendChild(tt1);
}
var wsHeadVar = document.getElementsByTagName('head')[0];
wsHeadVar.appendChild(wsStyleVar);
document.write("");
var fadeimagesSS21436=new Array();
fadeimagesSS21436[0]=["https://illinois.edu/lb/files/2009/11/13/22970.jpg", "", "Danville high school"];

fadeimagesSS21436[1]=["https://illinois.edu/lb/files/2009/11/02/22689.jpg", "", "What a wonderful world"];

fadeimagesSS21436[2]=["https://illinois.edu/lb/files/2009/10/30/22613.jpg", "", "International career workshop"];

fadeimagesSS21436[3]=["https://illinois.edu/lb/files/2009/10/28/22592.jpg", "", "On-Screen Global Intimacy Exhibition"];

fadeimagesSS21436[4]=["https://illinois.edu/lb/files/2009/10/28/22591.jpg", "", "Reflections of black girlhood"];

fadeimagesSS21436[5]=["https://illinois.edu/lb/files/2009/10/23/22469.jpg", "", "Isolation and information famine"];

var delaySS21436 = 5 * 1000;
var ImgNumSS21436 = 0;
var ImgLengthSS21436 = fadeimagesSS21436.length - 1;
var lockSS21436 = false;
var runSS21436;

function chgImgSS21436(direction) {
if (document.images) {
ImgNumSS21436 = ImgNumSS21436 + direction;
if (ImgNumSS21436 > ImgLengthSS21436) {
ImgNumSS21436 = 0;
}
if (ImgNumSS21436 < 0) {
ImgNumSS21436 = ImgLengthSS21436;
}
document.slideshowSS21436.src = fadeimagesSS21436[ImgNumSS21436][0];
document.slideshowSS21436.alt = fadeimagesSS21436[ImgNumSS21436][2];
document.getElementById("slideshowLinkSS21436").href = fadeimagesSS21436[ImgNumSS21436][0];
}
}

function autoSS21436() {
if (lockSS21436 == true) {
lockSS21436 = false;
window.clearInterval(runSS21436);
document.getElementById("playImageSS21436").className = "";
document.getElementById("pauseImageSS21436").className = "no-display";
}
else if (lockSS21436 == false) {
lockSS21436 = true;
runSS21436 = setInterval("chgImgSS21436(1)", delaySS21436);
document.getElementById("playImageSS21436").className = "no-display";
document.getElementById("pauseImageSS21436").className = "";
}
}

function changeStopSS21436() {
if (lockSS21436 == true) {
lockSS21436 = false;
window.clearInterval(runSS21436);
document.getElementById("playImageSS21436").className = "";
document.getElementById("pauseImageSS21436").className = "no-display";
}
}
document.write("<div class=\"edu-il-ws-1436-SS2-wrapper-withBorder\" id=\"wrapperSS21436\" xmlns:xalan=\"http://xml.apache.org/xslt\">");
document.write("<div class=\"edu-il-ws-1436-SS2-image\">");
document.write("<a id=\"slideshowLinkSS21436\" href=\"\"><img class=\"edu-il-ws-1436-SS2-image-slide\" name=\"slideshowSS21436\" src=\"https://illinois.edu/lb/files/2009/11/13/22970.jpg\" alt=\"Danville high school\"></a>");
document.write("</div>");
document.write("<div class=\"edu-il-ws-1436-SS2-buttons-withBorder\" id=\"buttonsSS21436\">");
document.write("<div style=\"float:left;\" align=\"left\" id=\"button_prevSS21436\">");
document.write("<a href=\"javascript:void(0);\" onClick=\"javascript:changeStopSS21436();chgImgSS21436(-1)\"><img alt=\"previous\" src=\"https://illinois.edu/webservices/toolbox/pc/ss2/images/left_blue_btn.gif\" onMouseOver=\"this.src='https://illinois.edu/webservices/toolbox/pc/ss2/images/left_blue_over_btn.gif'\" onFocus=\"this.src='https://illinois.edu/webservices/toolbox/pc/ss2/images/left_blue_over_btn.gif'\" onMouseOut=\"this.src='https://illinois.edu/webservices/toolbox/pc/ss2/images/left_blue_btn.gif'\" onBlur=\"https://illinois.edu/webservices/toolbox/pc/ss2/images/left_blue_btn.gif'\" id=\"prevImageSS21436\"><span class=\"no-display\">previous</span></a>");
document.write("</div>");
document.write("<div style=\"float:left;\" align=\"center\" id=\"button_startstopSS21436\">");
document.write("<a href=\"javascript:void(0);\" id=\"startstopSS21436\" onClick=\"javascript:autoSS21436()\"><img alt=\"pause\" src=\"https://illinois.edu/webservices/toolbox/pc/ss2/images/pause_blue_btn.gif\" onMouseOver=\"this.src='https://illinois.edu/webservices/toolbox/pc/ss2/images/pause_blue_over_btn.gif'\" onFocus=\"this.src='https://illinois.edu/webservices/toolbox/pc/ss2/images/pause_blue_over_btn.gif'\" onMouseOut=\"this.src='https://illinois.edu/webservices/toolbox/pc/ss2/images/pause_blue_btn.gif'\" onBlur=\"https://illinois.edu/webservices/toolbox/pc/ss2/images/pause_blue_btn.gif'\" id=\"pauseImageSS21436\"><img alt=\"play\" class=\"no-display\" src=\"https://illinois.edu/webservices/toolbox/pc/ss2/images/play_blue_btn.gif\" onMouseOver=\"this.src='https://illinois.edu/webservices/toolbox/pc/ss2/images/play_blue_over_btn.gif'\" onFocus=\"this.src='https://illinois.edu/webservices/toolbox/pc/ss2/images/play_blue_over_btn.gif'\" onMouseOut=\"this.src='https://illinois.edu/webservices/toolbox/pc/ss2/images/play_blue_btn.gif'\" onBlur=\"https://illinois.edu/webservices/toolbox/pc/ss2/images/play_blue_btn.gif'\" id=\"playImageSS21436\"></a>");
document.write("</div>");
document.write("<div style=\"float:left;\" align=\"right\" id=\"button_nextSS21436\">");
document.write("<a href=\"javascript:void(0);\" onClick=\"javascript:changeStopSS21436();chgImgSS21436(1)\"><img border=\"0\" alt=\"next\" src=\"https://illinois.edu/webservices/toolbox/pc/ss2/images/right_blue_btn.gif\" onMouseOver=\"this.src='https://illinois.edu/webservices/toolbox/pc/ss2/images/right_blue_over_btn.gif'\" onFocus=\"this.src='https://illinois.edu/webservices/toolbox/pc/ss2/images/right_blue_over_btn.gif'\" onMouseOut=\"this.src='https://illinois.edu/webservices/toolbox/pc/ss2/images/right_blue_btn.gif'\" onBlur=\"https://illinois.edu/webservices/toolbox/pc/ss2/images/right_blue_btn.gif'\" id=\"nextImageSS21436\"><span class=\"no-display\">next</span></a>");
document.write("</div>");
document.write("<div style=\"clear:both;\"></div>");
document.write("</div>");
document.write("</div><script type=\"text/javascript\">");
document.write("autoSS21436();");
document.write("</script>");
