var wsStyleVar = document.createElement('style');
var wsContentVar = '';
wsContentVar += '.edu-il-ws-1992-SS2-wrapper {';
wsContentVar += 'width: 356px;';
wsContentVar += 'overflow: hidden;';
wsContentVar += '}';
wsContentVar += '.edu-il-ws-1992-SS2-wrapper-withBorder {';
wsContentVar += 'width: 356px;';
wsContentVar += 'overflow: hidden;';
wsContentVar += 'border: 1px solid gray;';
wsContentVar += '}';
wsContentVar += '.edu-il-ws-1992-SS2-image-slide{';
wsContentVar += '   height:230px;';
wsContentVar += '    width:356px;';
wsContentVar += '}';
wsContentVar += '#wrapperSS21992 img {';
wsContentVar += 'border:none;';
wsContentVar += '}';
wsContentVar += '#wrapperSS21992 a {';
wsContentVar += 'outline:none;';
wsContentVar += '}';
wsContentVar += '.edu-il-ws-1992-SS2-image {';
wsContentVar += 'height:230px;';
wsContentVar += '}';
wsContentVar += '.edu-il-ws-1992-SS2-buttons {';
wsContentVar += 'padding:6px 12px 6px 12px;';
wsContentVar += 'width: 356px;';
wsContentVar += 'border-top: 1px dotted gray;';
wsContentVar += '}';
wsContentVar += '.edu-il-ws-1992-SS2-buttons-withBorder {';
wsContentVar += 'padding:6px 12px 6px 12px;';
wsContentVar += 'width: 356px;';
wsContentVar += 'border-top: 1px solid gray;';
wsContentVar += 'background-color:white;';
wsContentVar += '}';
wsContentVar += '#button_prevSS21992 {';
wsContentVar += 'width: 98px;';
wsContentVar += '}';
wsContentVar += '#button_startstopSS21992 {';
wsContentVar += 'width: 98px;';
wsContentVar += '}';
wsContentVar += '#button_nextSS21992 {';
wsContentVar += 'width: 98px;';
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 fadeimagesSS21992=new Array();
fadeimagesSS21992[0]=["https://illinois.edu/lb/files/2009/03/12/8956.jpg", "", ""];

fadeimagesSS21992[1]=["https://illinois.edu/lb/files/2009/03/12/8957.jpg", "", ""];

fadeimagesSS21992[2]=["https://illinois.edu/lb/files/2009/03/12/8959.jpg", "", ""];

fadeimagesSS21992[3]=["https://illinois.edu/lb/files/2009/03/12/8961.jpg", "", ""];

fadeimagesSS21992[4]=["https://illinois.edu/lb/files/2009/03/12/8954.jpg", "", ""];

fadeimagesSS21992[5]=["https://illinois.edu/lb/files/2009/03/11/8947.jpg", "", ""];

var delaySS21992 = 3 * 1000;
var ImgNumSS21992 = 0;
var ImgLengthSS21992 = fadeimagesSS21992.length - 1;
var lockSS21992 = false;
var runSS21992;

function chgImgSS21992(direction) {
if (document.images) {
ImgNumSS21992 = ImgNumSS21992 + direction;
if (ImgNumSS21992 > ImgLengthSS21992) {
ImgNumSS21992 = 0;
}
if (ImgNumSS21992 < 0) {
ImgNumSS21992 = ImgLengthSS21992;
}
document.slideshowSS21992.src = fadeimagesSS21992[ImgNumSS21992][0];
document.slideshowSS21992.alt = fadeimagesSS21992[ImgNumSS21992][2];
document.getElementById("slideshowLinkSS21992").href = fadeimagesSS21992[ImgNumSS21992][1];
}
}

function autoSS21992() {
if (lockSS21992 == true) {
lockSS21992 = false;
window.clearInterval(runSS21992);
document.getElementById("playImageSS21992").className = "";
document.getElementById("pauseImageSS21992").className = "no-display";
}
else if (lockSS21992 == false) {
lockSS21992 = true;
runSS21992 = setInterval("chgImgSS21992(1)", delaySS21992);
document.getElementById("playImageSS21992").className = "no-display";
document.getElementById("pauseImageSS21992").className = "";
}
}

function changeStopSS21992() {
if (lockSS21992 == true) {
lockSS21992 = false;
window.clearInterval(runSS21992);
document.getElementById("playImageSS21992").className = "";
document.getElementById("pauseImageSS21992").className = "no-display";
}
}
document.write("<div class=\"edu-il-ws-1992-SS2-wrapper-withBorder\" id=\"wrapperSS21992\" xmlns:xalan=\"http://xml.apache.org/xslt\">");
document.write("<div class=\"edu-il-ws-1992-SS2-image\">");
document.write("<a id=\"slideshowLinkSS21992\" target=\"_new\" href=\"\"><img class=\"edu-il-ws-1992-SS2-image-slide\" name=\"slideshowSS21992\" src=\"https://illinois.edu/lb/files/2009/03/12/8956.jpg\" alt=\"\"></a>");
document.write("</div>");
document.write("<div class=\"edu-il-ws-1992-SS2-buttons-withBorder\" id=\"buttonsSS21992\">");
document.write("<div style=\"float:left;\" align=\"left\" id=\"button_prevSS21992\">");
document.write("<a href=\"javascript:void(0);\" onClick=\"javascript:changeStopSS21992();chgImgSS21992(-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=\"prevImageSS21992\"><span class=\"no-display\">previous</span></a>");
document.write("</div>");
document.write("<div style=\"float:left;\" align=\"center\" id=\"button_startstopSS21992\">");
document.write("<a href=\"javascript:void(0);\" id=\"startstopSS21992\" onClick=\"javascript:autoSS21992()\"><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=\"pauseImageSS21992\"><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=\"playImageSS21992\"></a>");
document.write("</div>");
document.write("<div style=\"float:left;\" align=\"right\" id=\"button_nextSS21992\">");
document.write("<a href=\"javascript:void(0);\" onClick=\"javascript:changeStopSS21992();chgImgSS21992(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=\"nextImageSS21992\"><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("autoSS21992();");
document.write("</script>");
