var wsStyleVar = document.createElement('style');
var wsContentVar = '';
wsContentVar += '.slide-show-wrapper-1286{';
wsContentVar += '        width:748px;';
wsContentVar += '        height:250px;';
wsContentVar += ' z-index:0;';
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 fadeimages1286=new Array()

fadeimages1286 [0]=["https://illinois.edu/lb/files/2008/07/22/4301.jpg", "", "_new", ""];

fadeimages1286 [1]=["https://illinois.edu/lb/files/2008/07/22/4302.jpg", "", "_new", ""];

fadeimages1286 [2]=["https://illinois.edu/lb/files/2008/07/22/4303.jpg", "", "_new", ""];

fadeimages1286 [3]=["https://illinois.edu/lb/files/2008/07/22/4305.jpg", "", "_new", ""];

fadeimages1286 [4]=["https://illinois.edu/lb/files/2008/07/22/4329.jpg", "", "_new", ""];

fadeimages1286 [5]=["https://illinois.edu/lb/files/2008/07/22/4328.jpg", "", "_new", ""];

fadeimages1286 [6]=["https://illinois.edu/lb/files/2008/07/10/4168.jpg", "", "_new", ""];

fadeimages1286 [7]=["https://illinois.edu/lb/files/2008/07/10/4167.jpg", "", "_new", ""];
var fadebgcolor1286="white"

////NO need to edit beyond here/////////////

var fadearray1286=new Array() //array to cache fadeshow instances
var fadeclear1286=new Array() //array to cache corresponding clearinterval pointers

var dom1286=(document.getElementById) //modern dom browsers
var iebrowser1286=document.all

function fadeshow1286(theimages, fadewidth, fadeheight, borderwidth, delay, pause, displayorder){
this.pausecheck1286=pause
this.mouseovercheck1286=0
this.delay1286=delay
this.degree1286=10 //initial opacity degree (10%)
this.curimageindex1286=0
this.nextimageindex1286=1
fadearray1286[fadearray1286.length]=this
this.slideshowid1286=fadearray1286.length-1
this.canvasbase1286="canvas1286"+this.slideshowid1286
this.curcanvas1286=this.canvasbase1286+"_0"
if (displayorder=="truetrue")
theimages.sort(function() {return 0.5 - Math.random();}) //thanks to Mike (aka Mwinter) :)
this.theimages1286=theimages
this.imageborder1286=parseInt(borderwidth)
this.postimages1286=new Array() //preload images
for (p=0;p<theimages.length;p++){
this.postimages1286[p]=new Image()
this.postimages1286[p].src=theimages[p][0]
this.postimages1286[p].alt=theimages[p][3]
}

var fadewidth1286=fadewidth+this.imageborder1286*2
var fadeheight1286=fadeheight+this.imageborder1286*2

if (iebrowser1286&&dom1286||dom1286) //if IE5+ or modern browsers (ie: Firefox)
document.write('<div id="master1286'+this.slideshowid1286+'" class="slide-show-wrapper-1286" style="position:relative;overflow:hidden;"><div class="test" id="'+this.canvasbase1286+'_0" style="position:absolute;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-moz-opacity:0.1;-khtml-opacity:0.1;background-color:'+fadebgcolor1286+'"></div><div id="'+this.canvasbase1286+'_1" style="position:absolute;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-moz-opacity:0.1;-khtml-opacity:0.1;background-color:'+fadebgcolor1286+'"></div></div>')
else
document.write('<div><img class="edu-il-ws-1286-content-with-border" name="defaultslide1286'+this.slideshowid1286+'" src="'+this.postimages1286[0].src+'" alt="'+this.postimages1286[0].alt+'"></div>')

if (iebrowser1286&&dom1286||dom1286) //if IE5+ or modern browsers such as Firefox
this.startit1286()
else{
this.curimageindex1286++
setInterval("fadearray1286["+this.slideshowid1286+"].rotateimage1286()", this.delay1286)
}
}





function fadepic1286(obj1286){
if (obj1286.degree1286<100){
obj1286.degree1286+=10
if (obj1286.tempobj1286.filters&&obj1286.tempobj1286.filters[0]){
if (typeof obj1286.tempobj1286.filters[0].opacity=="number") //if IE6+
obj1286.tempobj1286.filters[0].opacity=obj1286.degree1286
else //else if IE5.5-
obj1286.tempobj1286.style.filter="alpha(opacity="+obj1286.degree1286+")"
}
else if (obj1286.tempobj1286.style.MozOpacity)
obj1286.tempobj1286.style.MozOpacity=obj1286.degree1286/101
else if (obj1286.tempobj1286.style.KhtmlOpacity)
obj1286.tempobj1286.style.KhtmlOpacity=obj1286.degree1286/100
else if (obj1286.tempobj1286.style.opacity&&!obj1286.tempobj1286.filters)
obj1286.tempobj1286.style.opacity=obj1286.degree1286/101
}
else{
clearInterval(fadeclear1286[obj1286.slideshowid1286])
obj1286.nextcanvas1286=(obj1286.curcanvas1286==obj1286.canvasbase1286+"_0")? obj1286.canvasbase1286+"_0" : obj1286.canvasbase1286+"_1"
obj1286.tempobj1286=iebrowser1286? iebrowser1286[obj1286.nextcanvas1286] : document.getElementById(obj1286.nextcanvas1286)
obj1286.populateslide1286(obj1286.tempobj1286, obj1286.nextimageindex1286)
obj1286.nextimageindex1286=(obj1286.nextimageindex1286<obj1286.postimages1286.length-1)? obj1286.nextimageindex1286+1 : 0
setTimeout("fadearray1286["+obj1286.slideshowid1286+"].rotateimage1286()", obj1286.delay1286)
}
}


fadeshow1286.prototype.populateslide1286=function(picobj1286, picindex1286){
var slideHTML1286=""
if (this.theimages1286[picindex1286][1]!="") //if associated link exists for image
slideHTML1286='<a href="'+this.theimages1286[picindex1286][1]+'" target="'+this.theimages1286[picindex1286][2]+'">'
slideHTML1286+='<img class="edu-il-ws-1286-content-with-border" src="'+this.postimages1286[picindex1286].src+'" alt="'+this.postimages1286[picindex1286].alt+'" border="'+this.imageborder1286+'px">'
if (this.theimages1286[picindex1286][1]!="") //if associated link exists for image
slideHTML1286+='</a>'
picobj1286.innerHTML=slideHTML1286
}


fadeshow1286.prototype.rotateimage1286=function(){
if (this.pausecheck1286==1) //if pause onMouseover enabled, cache object
var cacheobj1286=this
if (this.mouseovercheck1286==1)
setTimeout(function(){cacheobj1286.rotateimage1286()}, 100)
else if (iebrowser1286&&dom1286||dom1286){
this.resetit1286()
var crossobj1286=this.tempobj1286=iebrowser1286? iebrowser1286[this.curcanvas1286] : document.getElementById(this.curcanvas1286)
crossobj1286.style.zIndex++
fadeclear1286[this.slideshowid1286]=setInterval("fadepic1286(fadearray1286["+this.slideshowid1286+"])",50)
this.curcanvas1286=(this.curcanvas1286==this.canvasbase1286+"_0")? this.canvasbase1286+"_1" : this.canvasbase1286+"_0"
}
else{
var ns4imgobj1286=document.images['defaultslide1286'+this.slideshowid1286]
ns4imgobj1286.src=this.postimages1286[this.curimageindex1286].src
ms4imgobj1286.alt=this.postimages1286[this.curimageindex1286].alt
}
this.curimageindex1286=(this.curimageindex1286<this.postimages1286.length-1)? this.curimageindex1286+1 : 0
}

fadeshow1286.prototype.resetit1286=function(){
this.degree1286=10
var crossobj1286=iebrowser1286? iebrowser1286[this.curcanvas1286] : document.getElementById(this.curcanvas1286)
if (crossobj1286.filters&&crossobj1286.filters[0]){
if (typeof crossobj1286.filters[0].opacity=="number") //if IE6+
crossobj1286.filters(0).opacity=this.degree1286
else //else if IE5.5-
crossobj1286.style.filter="alpha(opacity="+this.degree1286+")"
}
else if (crossobj1286.style.MozOpacity)
crossobj1286.style.MozOpacity=this.degree1286/101
else if (crossobj1286.style.KhtmlOpacity)
crossobj1286.style.KhtmlOpacity=this.degree1286/100
else if (crossobj1286.style.opacity&&!crossobj1286.filters)
crossobj1286.style.opacity=this.degree1286/101
}


fadeshow1286.prototype.startit1286=function(){
var crossobj1286=iebrowser1286? iebrowser1286[this.curcanvas1286] : document.getElementById(this.curcanvas1286)
this.populateslide1286(crossobj1286, this.curimageindex1286)
if (this.pausecheck1286==1){ //IF SLIDESHOW SHOULD PAUSE ONMOUSEOVER
var cacheobj1286=this
var crossobjcontainer1286=iebrowser1286? iebrowser1286["master1286"+this.slideshowid1286] : document.getElementById("master1286"+this.slideshowid1286)
crossobjcontainer1286.onmouseover=function(){cacheobj1286.mouseovercheck1286=1}
crossobjcontainer1286.onmouseout=function(){cacheobj1286.mouseovercheck1286=0}
}
this.rotateimage1286()
}
var delay = 3 * 1000;
new fadeshow1286 (fadeimages1286, 250, 250, 0, delay, 1, 'truetrue')

document.write("");
