var wsStyleVar = document.createElement('style');
var wsContentVar = '';
wsContentVar += '/*';
wsContentVar += 'In order to customize this Slideshow to the best of your ability, please follow the given formulas for heights and widths.';
wsContentVar += 'First, please decide upon the following values:';
wsContentVar += '  wrapperWidth = the width of the entire slideshow object in pixels.  ie. 335px';
wsContentVar += '  wrapperHeight = the height of the entire slideshow object in pixels.  ie. 153px';
wsContentVar += '  eventWidth = the width of each displayed event in pixels.  ie. 101px';
wsContentVar += '  eventHeight = the height of each displayed event in pixels.  ie. 101px';
wsContentVar += '  eventsDisplayed = the number of events to be displayed at one time.  ie. 3';
wsContentVar += '  totalEvents = the total number of events to be displayed in the slideshow.  ie. 9';
wsContentVar += '  ';
wsContentVar += '  emptySpace = (wrapperWidth - (eventsDisplayed*eventsWidth + 2px)) / (eventsDisplayed + 1)';
wsContentVar += '     ie. emptySpace = (335px - (3*101px + 2px)) / (3 + 1)  =  7px';
wsContentVar += '*/';
wsContentVar += '';
wsContentVar += '';
wsContentVar += '/*';
wsContentVar += 'width = wrapperWidth';
wsContentVar += '*/';
wsContentVar += '.edu-il-ws-2220-SS3-wrapper';
wsContentVar += '{';
wsContentVar += 'width:335px;';
wsContentVar += '}';
wsContentVar += '';
wsContentVar += '';
wsContentVar += '';
wsContentVar += '/*';
wsContentVar += 'Add these styles to the class below to add rounded corners to the Slideshows outside div';
wsContentVar += '-moz-border-radius-topleft:  6px;';
wsContentVar += '-moz-border-radius-topright: 6px;';
wsContentVar += '-moz-border-radius-bottomleft:  6px;';
wsContentVar += '-moz-border-radius-bottomright: 6px;';
wsContentVar += '*/';
wsContentVar += '/*';
wsContentVar += 'width = wrapperWidth';
wsContentVar += '   ie. width = 335px';
wsContentVar += 'UPDATE your wrapperHeight by subtracting from it 1px';
wsContentVar += '   ie. wrapperHeight = 153px - 1px  =  152px';
wsContentVar += '*/';
wsContentVar += '.edu-il-ws-2220-SS3-wireBox';
wsContentVar += '{';
wsContentVar += 'width:335px;';
wsContentVar += '';
wsContentVar += 'background:#fff;';
wsContentVar += 'font: 12px arial, sans-serif;';
wsContentVar += 'float:right;';
wsContentVar += '}';
wsContentVar += '.edu-il-ws-2220-SS3-wireBox-withBorder';
wsContentVar += '{';
wsContentVar += 'width:335px;';
wsContentVar += '';
wsContentVar += 'border:1px solid #dfdfdf;';
wsContentVar += 'background:#fff;';
wsContentVar += 'font: 12px arial, sans-serif;';
wsContentVar += 'float:right;';
wsContentVar += '}';
wsContentVar += '';
wsContentVar += '/*';
wsContentVar += 'UPDATE your wrapperHeight by subtracting from it this height';
wsContentVar += '   ie. wrapperHeight = 152px - 37px  =  115px';
wsContentVar += '*/';
wsContentVar += '.edu-il-ws-2220-SS3-topper';
wsContentVar += '{';
wsContentVar += 'height:37px;';
wsContentVar += 'border-bottom:1px dotted #dfdfdf;';
wsContentVar += '}';
wsContentVar += '.edu-il-ws-2220-SS3-topper-withBorder';
wsContentVar += '{';
wsContentVar += 'height:37px;';
wsContentVar += 'border-bottom:1px solid #dfdfdf;';
wsContentVar += '}';
wsContentVar += '';
wsContentVar += '/*';
wsContentVar += 'height = wrapperHeight';
wsContentVar += '   ie. height = 115px';
wsContentVar += '*/';
wsContentVar += '.edu-il-ws-2220-SS3-content';
wsContentVar += '{';
wsContentVar += 'height:115px;';
wsContentVar += '';
wsContentVar += 'position:relative;';
wsContentVar += 'overflow:hidden;';
wsContentVar += '}';
wsContentVar += '.edu-il-ws-2220-SS3-content-withBorder';
wsContentVar += '{';
wsContentVar += 'height:115px;';
wsContentVar += '';
wsContentVar += 'position:relative;';
wsContentVar += 'overflow:hidden;';
wsContentVar += 'background:#f2f2f2;';
wsContentVar += '}';
wsContentVar += '';
wsContentVar += '/*';
wsContentVar += 'width = eventWidth + emptySpace';
wsContentVar += '   ie. width = 101px + 7px  =  108px';
wsContentVar += '*/';
wsContentVar += '.edu-il-ws-2220-SS3-event-wrapper';
wsContentVar += '{';
wsContentVar += 'width:108px;';
wsContentVar += '';
wsContentVar += 'float:left;';
wsContentVar += '}';
wsContentVar += '';
wsContentVar += '/*';
wsContentVar += 'Add these styles to the class below to add rounded corners to each of the Slideshows events';
wsContentVar += '-moz-border-radius-topleft:  6px;';
wsContentVar += '-moz-border-radius-topright: 6px;';
wsContentVar += '-moz-border-radius-bottomleft:  6px;';
wsContentVar += '-moz-border-radius-bottomright: 6px;';
wsContentVar += '*/';
wsContentVar += '/*';
wsContentVar += 'width = eventWidth';
wsContentVar += '   ie. width = 101px';
wsContentVar += 'height = wrapperHeight - (emptySpace * 2)';
wsContentVar += '   ie. height = 115px - (7px * 2)  =  101px';
wsContentVar += '*/';
wsContentVar += '.edu-il-ws-2220-SS3-event';
wsContentVar += '{';
wsContentVar += 'width:101px;';
wsContentVar += 'height:101px;';
wsContentVar += '';
wsContentVar += 'float:left;';
wsContentVar += 'position:relative;';
wsContentVar += 'background: white;';
wsContentVar += 'border:1px solid #E6E6E6;';
wsContentVar += 'overflow:hidden;';
wsContentVar += '}';
wsContentVar += '';
wsContentVar += '/*';
wsContentVar += 'this is the width and height of the images';
wsContentVar += 'width = eventWidth - 14px';
wsContentVar += '   ie. width = 101px - 14px  =  87px';
wsContentVar += '   warning: width must be no more than your eventWidth';
wsContentVar += 'height = eventHeight - 14px';
wsContentVar += '   ie. height = 101px - 14px  =  87px';
wsContentVar += '   warning: height must be less than your eventHeight';
wsContentVar += '*/';
wsContentVar += '.edu-il-ws-2220-SS3-event-frame';
wsContentVar += '{';
wsContentVar += 'width:87px;';
wsContentVar += 'height:87px;';
wsContentVar += '';
wsContentVar += 'left:7px;';
wsContentVar += 'top:6px;';
wsContentVar += 'position:absolute;';
wsContentVar += '}';
wsContentVar += '';
wsContentVar += '/*';
wsContentVar += 'this is the width and height of the images';
wsContentVar += 'width = eventWidth - 14px';
wsContentVar += '   ie. width = 101px - 14px  =  87px';
wsContentVar += '   warning: width must be no more than your eventWidth';
wsContentVar += 'height = preferably something around half your eventHeight in order to leave room for the title';
wsContentVar += '   ie. height = 101px / 2  =  50px';
wsContentVar += '   warning: height must be less than your eventHeight';
wsContentVar += '*/';
wsContentVar += '.edu-il-ws-2220-SS3-event-frame-withTitle';
wsContentVar += '{';
wsContentVar += 'width:87px;';
wsContentVar += 'height:50px;';
wsContentVar += '';
wsContentVar += 'left:7px;';
wsContentVar += 'top:6px;';
wsContentVar += 'position:absolute;';
wsContentVar += '}';
wsContentVar += '';
wsContentVar += '/*';
wsContentVar += 'lets make a value X and set it equal to your totalEvents / eventsDisplayed  (rounded up if decimal)';
wsContentVar += '   ie. X = 9 / 3  =  3';
wsContentVar += 'now take X and make that many copies of the eventContent style below.';
wsContentVar += 'name those styles eventContentY_ID where Y goes from 0 to X-1 and ID is given to you already.';
wsContentVar += 'for each eventContent style, set left = (Y * wrapperWidth) + emptySpace';
wsContentVar += '   ie. left = (0 * 335px) + 7px  =  7px';
wsContentVar += '   ie. left = (1 * 335px) + 7px  =  342px';
wsContentVar += '   ie. left = (2 * 335px) + 7px  =  677px';
wsContentVar += '*/';
wsContentVar += '#eventContent0_SS3_2220';
wsContentVar += '{';
wsContentVar += 'left:7px;';
wsContentVar += '}';
wsContentVar += '#eventContent1_SS3_2220';
wsContentVar += '{';
wsContentVar += 'left:342px;';
wsContentVar += '}';
wsContentVar += '#eventContent2_SS3_2220';
wsContentVar += '{';
wsContentVar += 'left:677px;';
wsContentVar += '}';
wsContentVar += '#eventContent3_SS3_2220';
wsContentVar += '{';
wsContentVar += 'left:1012px;';
wsContentVar += '}';
wsContentVar += '';
wsContentVar += '/*';
wsContentVar += 'top = emptySpace';
wsContentVar += '   ie. top = 7px';
wsContentVar += '*/';
wsContentVar += '#eventContent0_SS3_2220,';
wsContentVar += '#eventContent1_SS3_2220,';
wsContentVar += '#eventContent2_SS3_2220,';
wsContentVar += '#eventContent3_SS3_2220';
wsContentVar += '';
wsContentVar += '{';
wsContentVar += 'top:7px;';
wsContentVar += '';
wsContentVar += 'position:absolute;';
wsContentVar += '}';
wsContentVar += '';
wsContentVar += '';
wsContentVar += '/*';
wsContentVar += 'top is how far from the top of the event you would like the text to start';
wsContentVar += '   warning: you may want this to be greater than your imageHeight depending on your images and font color';
wsContentVar += '*/';
wsContentVar += '.edu-il-ws-2220-SS3-event p';
wsContentVar += '{';
wsContentVar += 'top:61px;';
wsContentVar += '';
wsContentVar += 'position:absolute;';
wsContentVar += 'padding:0px 6px;';
wsContentVar += 'margin:0px;';
wsContentVar += 'font-size:10px;';
wsContentVar += 'line-height:11px;';
wsContentVar += '}';
wsContentVar += '';
wsContentVar += '';
wsContentVar += '';
wsContentVar += '';
wsContentVar += '';
wsContentVar += '';
wsContentVar += '';
wsContentVar += '';
wsContentVar += '';
wsContentVar += '';
wsContentVar += '';
wsContentVar += '.edu-il-ws-2220-SS3-title';
wsContentVar += '{';
wsContentVar += 'float:left;';
wsContentVar += 'padding-left:10px;';
wsContentVar += 'padding-top:10px;';
wsContentVar += 'font-size:16px;';
wsContentVar += '}';
wsContentVar += '.edu-il-ws-2220-SS3-wireBox a';
wsContentVar += '{';
wsContentVar += 'color:#5c7996;';
wsContentVar += 'text-decoration:none;';
wsContentVar += '}';
wsContentVar += '.edu-il-ws-2220-SS3-wireBox a:visited';
wsContentVar += '{';
wsContentVar += 'color:#5c7996;';
wsContentVar += '}';
wsContentVar += '.edu-il-ws-2220-SS3-wireBox a:hover';
wsContentVar += '{';
wsContentVar += 'color:#ca0002;';
wsContentVar += '}';
wsContentVar += '.edu-il-ws-2220-SS3-wireBox a:focus';
wsContentVar += '{';
wsContentVar += 'outline:none;';
wsContentVar += '}';
wsContentVar += '.edu-il-ws-2220-SS3-wireBox-withBorder a';
wsContentVar += '{';
wsContentVar += 'color:#5c7996;';
wsContentVar += 'text-decoration:none;';
wsContentVar += '}';
wsContentVar += '.edu-il-ws-2220-SS3-wireBox-withBorder a:visited';
wsContentVar += '{';
wsContentVar += 'color:#5c7996;';
wsContentVar += '}';
wsContentVar += '.edu-il-ws-2220-SS3-wireBox-withBorder a:hover';
wsContentVar += '{';
wsContentVar += 'color:#ca0002;';
wsContentVar += '}';
wsContentVar += '.edu-il-ws-2220-SS3-wireBox-withBorder a:focus';
wsContentVar += '{';
wsContentVar += 'outline:none;';
wsContentVar += '}';
wsContentVar += '.edu-il-ws-2220-SS3-buttons';
wsContentVar += '{';
wsContentVar += 'padding-top:7px;';
wsContentVar += 'margin-right:9px;';
wsContentVar += 'float:right;';
wsContentVar += '}';
wsContentVar += '.edu-il-ws-2220-SS3-buttonLeft';
wsContentVar += '{';
wsContentVar += 'margin-right:12px;';
wsContentVar += 'cursor:default;';
wsContentVar += '}';
wsContentVar += '.edu-il-ws-2220-SS3-buttonRight';
wsContentVar += '{';
wsContentVar += 'margin-left:9px;';
wsContentVar += '}';
wsContentVar += 'img.edu-il-ws-2220-SS3-buttonStatus';
wsContentVar += '{';
wsContentVar += 'margin:0 3px 6px 0;';
wsContentVar += '}';
wsContentVar += '.edu-il-ws-2220-SS3-event p a';
wsContentVar += '{';
wsContentVar += 'font-weight:bold;';
wsContentVar += '}';
wsContentVar += '.clear';
wsContentVar += '{';
wsContentVar += 'clear:both;';
wsContentVar += '}';
wsContentVar += '.no-display';
wsContentVar += '{';
wsContentVar += 'position:absolute;';
wsContentVar += 'top:-1000px;';
wsContentVar += 'left:-1000px;';
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 te2220 = 12;
var es2220 = 3;
var maxPageSS32220 = parseInt(te2220/es2220);
if (te2220 % es2220 != 0) maxPageSS32220++;
var addressSS32220 = "https://illinois.edu/webservices/";
var currentPageSS32220 = 1;
var lockSS32220 = false;

function getWidthSS32220() {
var x = document.getElementById('slidingSS_wrapper_SS3_2220');
if (x.currentStyle)
var y = x.currentStyle['width'];
else if (window.getComputedStyle)
var y = document.defaultView.getComputedStyle(x,null).getPropertyValue('width');
wrapperWidth = y.substring(0,3);
wrapperWidth = wrapperWidth - 0;
}

function eventBlurSS32220( lnk ) {
try {
lnk.blur();
} catch(e) {};
}

function eventNextSS32220( lnk ) {
eventBlurSS32220( lnk );
if((currentPageSS32220 < maxPageSS32220)&&(!lockSS32220)) {
eventSlideLeftSS32220(1);
}
}

function eventPrevSS32220( lnk ) {
eventBlurSS32220( lnk );
if((currentPageSS32220 > 1)&&(!lockSS32220)) {
eventSlideRightSS32220(1);
}
}

function eventPageSS32220( intPage, lnk ) {
eventBlurSS32220( lnk );
if((currentPageSS32220 != intPage)&&(!lockSS32220)) {
if(currentPageSS32220 < intPage) {
eventSlideLeftSS32220(intPage-currentPageSS32220);
}
else {
eventSlideRightSS32220(currentPageSS32220-intPage);
}
}
}

function eventLockSS32220( intDur ) {
var eventLockDurSS32220 = intDur * 100;
lockSS32220 = true;
setTimeout(function() { lockSS32220 = false; },eventLockDurSS32220);
}

function eventSlideLeftSS32220(slideAmount) {
eventLockSS32220(maxPageSS32220);
getWidthSS32220();
for (i=0; i<maxPageSS32220; i++)
{
new Effect.MoveBy( 'eventContent'+i+'_SS3_2220', 0, -wrapperWidth*slideAmount , {duration: 0.3*slideAmount} );
}
currentPageSS32220+=slideAmount;
moveDotSS32220();
updateButtonsSS32220();
}

function eventSlideRightSS32220(slideAmount) {
eventLockSS32220(maxPageSS32220);
getWidthSS32220();
for (i=0; i<maxPageSS32220; i++)
{
new Effect.MoveBy( 'eventContent'+i+'_SS3_2220', 0, wrapperWidth*slideAmount , {duration: 0.3*slideAmount} );
}
currentPageSS32220-=slideAmount;
moveDotSS32220();
updateButtonsSS32220();
}

function dotMouseOverSS32220( id ) {
$(id).src = 'gray_active_status.gif';
}

// image change functions
function moveDotSS32220() {
for(i=1;i<maxPageSS32220+1;i++) {
$('buttonDot'+i+'_SS3_2220').src = addressSS32220+'toolbox/pc/ss3/images/gray_status.gif';
$('buttonDot'+i+'_SS3_2220').onmouseover = function() {this.src = addressSS32220+'toolbox/pc/ss3/images/gray_active_status.gif';}
$('buttonDot'+i+'_SS3_2220').onmouseout = function() {this.src = addressSS32220+'toolbox/pc/ss3/images/gray_status.gif';}
$('buttonDot'+i+'_SS3_2220').onfocus = function() {this.src = addressSS32220+'toolbox/pc/ss3/images/gray_active_status.gif';}
$('buttonDot'+i+'_SS3_2220').onblur = function() {this.src = addressSS32220+'toolbox/pc/ss3/images/gray_status.gif';}
}
$('buttonDot'+currentPageSS32220+'_SS3_2220').src = addressSS32220+'toolbox/pc/ss3/images/gray_active_status.gif';
$('buttonDot'+currentPageSS32220+'_SS3_2220').onmouseover = function() {}
$('buttonDot'+currentPageSS32220+'_SS3_2220').onmouseout = function() {}
$('buttonDot'+currentPageSS32220+'_SS3_2220').onfocus = function() {}
$('buttonDot'+currentPageSS32220+'_SS3_2220').onblur = function() {}
}
function updateButtonsSS32220() {
if(currentPageSS32220 > 1) {
$('buttonLeft_SS3_2220').style.cursor ='auto';
$('buttonLeft_SS3_2220').src = addressSS32220+'toolbox/pc/ss3/images/left_red_btn.gif';
$('buttonLeft_SS3_2220').onmouseover = function() { this.src=addressSS32220+'toolbox/pc/ss3/images/left_red_over_btn.gif'; }
$('buttonLeft_SS3_2220').onmouseout = function() { this.src=addressSS32220+'toolbox/pc/ss3/images/left_red_btn.gif'; }
$('buttonLeft_SS3_2220').onfocus = function() { this.src=addressSS32220+'toolbox/pc/ss3/images/left_red_over_btn.gif'; }
$('buttonLeft_SS3_2220').onblur = function() { this.src=addressSS32220+'toolbox/pc/ss3/images/left_red_btn.gif'; }
}
else {
$('buttonLeft_SS3_2220').style.cursor ='default';
$('buttonLeft_SS3_2220').src = addressSS32220+'toolbox/pc/ss3/images/left_gray_btn.gif';
$('buttonLeft_SS3_2220').onmouseover = function() {}
$('buttonLeft_SS3_2220').onmouseout = function() {}
$('buttonLeft_SS3_2220').onfocus = function() {}
$('buttonLeft_SS3_2220').onblur = function() {}
}

if(currentPageSS32220 < maxPageSS32220) {
$('buttonRight_SS3_2220').style.cursor ='auto';
$('buttonRight_SS3_2220').src = addressSS32220+'toolbox/pc/ss3/images/right_red_btn.gif';
$('buttonRight_SS3_2220').onmouseover = function() {this.src = addressSS32220+'toolbox/pc/ss3/images/right_red_over_btn.gif';}
$('buttonRight_SS3_2220').onmouseout = function() {this.src = addressSS32220+'toolbox/pc/ss3/images/right_red_btn.gif';}
$('buttonRight_SS3_2220').onfocus = function() {this.src = addressSS32220+'toolbox/pc/ss3/images/right_red_over_btn.gif';}
$('buttonRight_SS3_2220').onblur = function() {this.src = addressSS32220+'toolbox/pc/ss3/images/right_red_btn.gif';}
}
else {
$('buttonRight_SS3_2220').style.cursor ='default';
$('buttonRight_SS3_2220').src = addressSS32220+'toolbox/pc/ss3/images/right_gray_btn.gif';
$('buttonRight_SS3_2220').onmouseover = function() {}
$('buttonRight_SS3_2220').onmouseout = function() {}
$('buttonRight_SS3_2220').onfocus = function() {}
$('buttonRight_SS3_2220').onblur = function() {}
}
}





document.write("<script src=\"https://illinois.edu/webservices/toolbox/pc/ss3/prototype.js\" type=\"text/javascript\" xmlns:xalan=\"http://xml.apache.org/xslt\"></script><script src=\"https://illinois.edu/webservices/toolbox/pc/ss3/effects.js\" type=\"text/javascript\"></script><div class=\"edu-il-ws-2220-SS3-wrapper\" id=\"slidingSS_wrapper_SS3_2220\">");
document.write("<div class=\"edu-il-ws-2220-SS3-wireBox-withBorder\">");
document.write("<div class=\"edu-il-ws-2220-SS3-topper-withBorder\">");
document.write("<div class=\"edu-il-ws-2220-SS3-title\">Photo  Gallery</div>");
document.write("<div class=\"edu-il-ws-2220-SS3-buttons\">");
document.write("<a href=\"javascript:void(0);\" onClick=\"javascript:eventPrevSS32220(this);return false;\"><img width=\"26\" height=\"19\" border=\"0\" alt=\"previous\" src=\"https://illinois.edu/webservices/toolbox/pc/ss3/images/left_gray_btn.gif\" id=\"buttonLeft_SS3_2220\" class=\"edu-il-ws-2220-SS3-buttonLeft\"><span class=\"no-display\">previous</span></a><a href=\"javascript:void(0);\" onClick=\"javascript:eventPageSS32220(1,this);return false;\"><img width=\"5\" height=\"5\" border=\"0\" alt=\"group 1\" src=\"https://illinois.edu/webservices/toolbox/pc/ss3/images/gray_active_status.gif\" class=\"edu-il-ws-2220-SS3-buttonStatus\" id=\"buttonDot1_SS3_2220\"><span class=\"no-display\">group 1</span></a><a href=\"javascript:void(0);\" onClick=\"javascript:eventPageSS32220(2,this);return false;\"><img width=\"5\" height=\"5\" border=\"0\" alt=\"group 2\" src=\"https://illinois.edu/webservices/toolbox/pc/ss3/images/gray_status.gif\" onMouseOver=\"this.src='https://illinois.edu/webservices/toolbox/pc/ss3/images/gray_active_status.gif'\" onFocus=\"this.src='https://illinois.edu/webservices/toolbox/pc/ss3/images/gray_active_status.gif'\" onMouseOut=\"this.src='https://illinois.edu/webservices/toolbox/pc/ss3/images/gray_status.gif'\" onBlur=\"this.src='https://illinois.edu/webservices/toolbox/pc/ss3/images/gray_status.gif'\" class=\"edu-il-ws-2220-SS3-buttonStatus\" id=\"buttonDot2_SS3_2220\"><span class=\"no-display\">group 2</span></a><a href=\"javascript:void(0);\" onClick=\"javascript:eventPageSS32220(3,this);return false;\"><img width=\"5\" height=\"5\" border=\"0\" alt=\"group 3\" src=\"https://illinois.edu/webservices/toolbox/pc/ss3/images/gray_status.gif\" onMouseOver=\"this.src='https://illinois.edu/webservices/toolbox/pc/ss3/images/gray_active_status.gif'\" onFocus=\"this.src='https://illinois.edu/webservices/toolbox/pc/ss3/images/gray_active_status.gif'\" onMouseOut=\"this.src='https://illinois.edu/webservices/toolbox/pc/ss3/images/gray_status.gif'\" onBlur=\"this.src='https://illinois.edu/webservices/toolbox/pc/ss3/images/gray_status.gif'\" class=\"edu-il-ws-2220-SS3-buttonStatus\" id=\"buttonDot3_SS3_2220\"><span class=\"no-display\">group 3</span></a><a href=\"javascript:void(0);\" onClick=\"javascript:eventPageSS32220(4,this);return false;\"><img width=\"5\" height=\"5\" border=\"0\" alt=\"group 4\" src=\"https://illinois.edu/webservices/toolbox/pc/ss3/images/gray_status.gif\" onMouseOver=\"this.src='https://illinois.edu/webservices/toolbox/pc/ss3/images/gray_active_status.gif'\" onFocus=\"this.src='https://illinois.edu/webservices/toolbox/pc/ss3/images/gray_active_status.gif'\" onMouseOut=\"this.src='https://illinois.edu/webservices/toolbox/pc/ss3/images/gray_status.gif'\" onBlur=\"this.src='https://illinois.edu/webservices/toolbox/pc/ss3/images/gray_status.gif'\" class=\"edu-il-ws-2220-SS3-buttonStatus\" id=\"buttonDot4_SS3_2220\"><span class=\"no-display\">group 4</span></a><a href=\"javascript:void(0);\" onClick=\"javascript:eventNextSS32220(this);return false;\"><img width=\"26\" height=\"19\" border=\"0\" alt=\"next\" src=\"https://illinois.edu/webservices/toolbox/pc/ss3/images/right_red_btn.gif\" onMouseOver=\"this.src='https://illinois.edu/webservices/toolbox/pc/ss3/images/right_red_over_btn.gif'\" onFocus=\"this.src='https://illinois.edu/webservices/toolbox/pc/ss3/images/right_red_over_btn.gif'\" onMouseOut=\"this.src='https://illinois.edu/webservices/toolbox/pc/ss3/images/right_red_btn.gif'\" onBlur=\"this.src='https://illinois.edu/webservices/toolbox/pc/ss3/images/right_red_btn.gif'\" id=\"buttonRight_SS3_2220\" class=\"edu-il-ws-2220-SS3-buttonRight\"><span class=\"no-display\">next</span></a>");
document.write("</div>");
document.write("</div>");
document.write("<div class=\"edu-il-ws-2220-SS3-content-withBorder\">");
document.write("<div id=\"eventContent0_SS3_2220\">");
document.write("<div class=\"edu-il-ws-2220-SS3-event-wrapper\">");
document.write("<div class=\"edu-il-ws-2220-SS3-event\">");
document.write("<a href=\"http://www.library.illinois.edu/China/gallery/lanzhou/lanzhou.html\"><img border=\"0\" class=\"edu-il-ws-2220-SS3-event-frame-withTitle\" src=\"https://illinois.edu/lb/files/2009/11/19/23139.jpg\" alt=\"\"></a>");
document.write("<p>");
document.write("<a href=\"http://www.library.illinois.edu/China/gallery/lanzhou/lanzhou.html\">Sept. Program at Lanzhou, China</a>");
document.write("</p>");
document.write("</div>");
document.write("</div>");
document.write("<div class=\"edu-il-ws-2220-SS3-event-wrapper\">");
document.write("<div class=\"edu-il-ws-2220-SS3-event\">");
document.write("<a href=\"http://www.library.illinois.edu/China/gallery/xian/xian.html\"><img border=\"0\" class=\"edu-il-ws-2220-SS3-event-frame-withTitle\" src=\"https://illinois.edu/lb/files/2009/11/19/23135.jpg\" alt=\"\"></a>");
document.write("<p>");
document.write("<a href=\"http://www.library.illinois.edu/China/gallery/xian/xian.html\">Sept. Program at Xi'An, China</a>");
document.write("</p>");
document.write("</div>");
document.write("</div>");
document.write("<div class=\"edu-il-ws-2220-SS3-event-wrapper\">");
document.write("<div class=\"edu-il-ws-2220-SS3-event\">");
document.write("<a href=\"http://www.library.illinois.edu/China/gallery/chicago/chicago.html\"><img border=\"0\" class=\"edu-il-ws-2220-SS3-event-frame-withTitle\" src=\"https://illinois.edu/lb/files/2009/07/30/12121.jpg\" alt=\"\"></a>");
document.write("<p>");
document.write("<a href=\"http://www.library.illinois.edu/China/gallery/chicago/chicago.html\">Open Session at Chicago</a>");
document.write("</p>");
document.write("</div>");
document.write("</div>");
document.write("</div>");
document.write("<div id=\"eventContent1_SS3_2220\">");
document.write("<div class=\"edu-il-ws-2220-SS3-event-wrapper\">");
document.write("<div class=\"edu-il-ws-2220-SS3-event\">");
document.write("<a href=\"http://www.library.illinois.edu/China/gallery/julyprogram/julyprogram.html\"><img border=\"0\" class=\"edu-il-ws-2220-SS3-event-frame-withTitle\" src=\"https://illinois.edu/lb/files/2009/07/28/12091.jpg\" alt=\"\"></a>");
document.write("<p>");
document.write("<a href=\"http://www.library.illinois.edu/China/gallery/julyprogram/julyprogram.html\">June/July Program in the U.S.</a>");
document.write("</p>");
document.write("</div>");
document.write("</div>");
document.write("<div class=\"edu-il-ws-2220-SS3-event-wrapper\">");
document.write("<div class=\"edu-il-ws-2220-SS3-event\">");
document.write("<a href=\"http://www.library.illinois.edu/China/gallery/nanjing/nanjing.html\"><img border=\"0\" class=\"edu-il-ws-2220-SS3-event-frame-withTitle\" src=\"https://illinois.edu/lb/files/2009/06/23/11427.jpg\" alt=\"\"></a>");
document.write("<p>");
document.write("<a href=\"http://www.library.illinois.edu/China/gallery/nanjing/nanjing.html\">May Program at Nanjing, China</a>");
document.write("</p>");
document.write("</div>");
document.write("</div>");
document.write("<div class=\"edu-il-ws-2220-SS3-event-wrapper\">");
document.write("<div class=\"edu-il-ws-2220-SS3-event\">");
document.write("<a href=\"http://www.library.uiuc.edu/China/gallery/beijing/beijing.html\"><img border=\"0\" class=\"edu-il-ws-2220-SS3-event-frame-withTitle\" src=\"https://illinois.edu/lb/files/2009/05/19/10643.jpg\" alt=\"\"></a>");
document.write("<p>");
document.write("<a href=\"http://www.library.uiuc.edu/China/gallery/beijing/beijing.html\">IT Team at Beijing, China</a>");
document.write("</p>");
document.write("</div>");
document.write("</div>");
document.write("</div>");
document.write("<div id=\"eventContent2_SS3_2220\">");
document.write("<div class=\"edu-il-ws-2220-SS3-event-wrapper\">");
document.write("<div class=\"edu-il-ws-2220-SS3-event\">");
document.write("<a href=\"http://www.library.uiuc.edu/China/gallery/yitong/yitong.html\"><img border=\"0\" class=\"edu-il-ws-2220-SS3-event-frame-withTitle\" src=\"https://illinois.edu/lb/files/2009/05/19/10644.jpg\" alt=\"\"></a>");
document.write("<p>");
document.write("<a href=\"http://www.library.uiuc.edu/China/gallery/yitong/yitong.html\">IT Team at Yitong, China</a>");
document.write("</p>");
document.write("</div>");
document.write("</div>");
document.write("<div class=\"edu-il-ws-2220-SS3-event-wrapper\">");
document.write("<div class=\"edu-il-ws-2220-SS3-event\">");
document.write("<a href=\"http://www.library.uiuc.edu/China/gallery/nenu/nenu.html\"><img border=\"0\" class=\"edu-il-ws-2220-SS3-event-frame-withTitle\" src=\"https://illinois.edu/lb/files/2009/05/19/10642.jpg\" alt=\"\"></a>");
document.write("<p>");
document.write("<a href=\"http://www.library.uiuc.edu/China/gallery/nenu/nenu.html\">IT Team at Changchun, China</a>");
document.write("</p>");
document.write("</div>");
document.write("</div>");
document.write("<div class=\"edu-il-ws-2220-SS3-event-wrapper\">");
document.write("<div class=\"edu-il-ws-2220-SS3-event\">");
document.write("<a href=\"http://www.library.uiuc.edu/China/gallery/suzhou/suzhou.html\"><img border=\"0\" class=\"edu-il-ws-2220-SS3-event-frame-withTitle\" src=\"https://illinois.edu/lb/files/2009/05/19/10645.jpg\" alt=\"\"></a>");
document.write("<p>");
document.write("<a href=\"http://www.library.uiuc.edu/China/gallery/suzhou/suzhou.html\">IT Team at SuZhou, China</a>");
document.write("</p>");
document.write("</div>");
document.write("</div>");
document.write("</div>");
document.write("<div id=\"eventContent3_SS3_2220\">");
document.write("<div class=\"edu-il-ws-2220-SS3-event-wrapper\">");
document.write("<div class=\"edu-il-ws-2220-SS3-event\">");
document.write("<a href=\"http://www.library.uiuc.edu/China/gallery/apriltraining/apriltraining.html\"><img border=\"0\" class=\"edu-il-ws-2220-SS3-event-frame-withTitle\" src=\"https://illinois.edu/lb/files/2009/05/21/10674.jpg\" alt=\"\"></a>");
document.write("<p>");
document.write("<a href=\"http://www.library.uiuc.edu/China/gallery/apriltraining/apriltraining.html\">April Training at UIUC</a>");
document.write("</p>");
document.write("</div>");
document.write("</div>");
document.write("<div class=\"edu-il-ws-2220-SS3-event-wrapper\">");
document.write("<div class=\"edu-il-ws-2220-SS3-event\">");
document.write("<a href=\"http://www.library.uiuc.edu/China/gallery/cala/cala.html\"><img border=\"0\" class=\"edu-il-ws-2220-SS3-event-frame-withTitle\" src=\"https://illinois.edu/lb/files/2009/05/21/10675.jpg\" alt=\"\"></a>");
document.write("<p>");
document.write("<a href=\"http://www.library.uiuc.edu/China/gallery/cala/cala.html\">Project Orientation at ALA</a>");
document.write("</p>");
document.write("</div>");
document.write("</div>");
document.write("<div class=\"edu-il-ws-2220-SS3-event-wrapper\">");
document.write("<div class=\"edu-il-ws-2220-SS3-event\">");
document.write("<a href=\"http://www.library.uiuc.edu/China/gallery/signing/signing.html\"><img border=\"0\" class=\"edu-il-ws-2220-SS3-event-frame-withTitle\" src=\"https://illinois.edu/lb/files/2009/05/21/10673.jpg\" alt=\"\"></a>");
document.write("<p>");
document.write("<a href=\"http://www.library.uiuc.edu/China/gallery/signing/signing.html\">Signing Ceremony</a>");
document.write("</p>");
document.write("</div>");
document.write("</div>");
document.write("</div>");
document.write("</div>");
document.write("</div>");
document.write("</div>");
