var wsStyleVar = document.createElement('style');
var wsContentVar = '';
wsContentVar += '.slide-show-wrapper-2349{';
wsContentVar += '        width:626px;';
wsContentVar += '        height:353px;';
wsContentVar += 'position: relative;';
wsContentVar += 'top: -35px;';
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 fadeimages2349=new Array()

fadeimages2349 [0]=["https://illinois.edu/lb/files/2009/07/16/11776.jpg", "", "_new", ""];

fadeimages2349 [1]=["https://illinois.edu/lb/files/2009/07/17/11791.jpg", "", "_new", ""];

fadeimages2349 [2]=["https://illinois.edu/lb/files/2009/07/16/11777.jpg", "", "_new", ""];

fadeimages2349 [3]=["https://illinois.edu/lb/files/2009/07/16/11773.jpg", "", "_new", ""];

fadeimages2349 [4]=["https://illinois.edu/lb/files/2009/07/16/11770.jpg", "", "_new", ""];

fadeimages2349 [5]=["https://illinois.edu/lb/files/2009/07/16/11771.jpg", "", "_new", ""];
var fadebgcolor2349="white"

////NO need to edit beyond here/////////////

var fadearray2349=new Array() //array to cache fadeshow instances
var fadeclear2349=new Array() //array to cache corresponding clearinterval pointers

var dom2349=(document.getElementById) //modern dom browsers
var iebrowser2349=document.all

function fadeshow2349(theimages, fadewidth, fadeheight, borderwidth, delay, pause, displayorder){
this.pausecheck2349=pause
this.mouseovercheck2349=0
this.delay2349=delay
this.degree2349=10 //initial opacity degree (10%)
this.curimageindex2349=0
this.nextimageindex2349=1
fadearray2349[fadearray2349.length]=this
this.slideshowid2349=fadearray2349.length-1
this.canvasbase2349="canvas2349"+this.slideshowid2349
this.curcanvas2349=this.canvasbase2349+"_0"
if (displayorder=="truetrue")
theimages.sort(function() {return 0.5 - Math.random();}) //thanks to Mike (aka Mwinter) :)
this.theimages2349=theimages
this.imageborder2349=parseInt(borderwidth)
this.postimages2349=new Array() //preload images
for (p=0;p<theimages.length;p++){
this.postimages2349[p]=new Image()
this.postimages2349[p].src=theimages[p][0]
this.postimages2349[p].alt=theimages[p][3]
}

var fadewidth2349=fadewidth+this.imageborder2349*2
var fadeheight2349=fadeheight+this.imageborder2349*2

if (iebrowser2349&&dom2349||dom2349) //if IE5+ or modern browsers (ie: Firefox)
document.write('<div id="master2349'+this.slideshowid2349+'" class="slide-show-wrapper-2349" style="position:relative;overflow:hidden;"><div class="test" id="'+this.canvasbase2349+'_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:'+fadebgcolor2349+'"></div><div id="'+this.canvasbase2349+'_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:'+fadebgcolor2349+'"></div></div>')
else
document.write('<div><img class="edu-il-ws-2349-content-with-border" name="defaultslide2349'+this.slideshowid2349+'" src="'+this.postimages2349[0].src+'" alt="'+this.postimages2349[0].alt+'"></div>')

if (iebrowser2349&&dom2349||dom2349) //if IE5+ or modern browsers such as Firefox
this.startit2349()
else{
this.curimageindex2349++
setInterval("fadearray2349["+this.slideshowid2349+"].rotateimage2349()", this.delay2349)
}
}





function fadepic2349(obj2349){
if (obj2349.degree2349<100){
obj2349.degree2349+=10
if (obj2349.tempobj2349.filters&&obj2349.tempobj2349.filters[0]){
if (typeof obj2349.tempobj2349.filters[0].opacity=="number") //if IE6+
obj2349.tempobj2349.filters[0].opacity=obj2349.degree2349
else //else if IE5.5-
obj2349.tempobj2349.style.filter="alpha(opacity="+obj2349.degree2349+")"
}
else if (obj2349.tempobj2349.style.MozOpacity)
obj2349.tempobj2349.style.MozOpacity=obj2349.degree2349/101
else if (obj2349.tempobj2349.style.KhtmlOpacity)
obj2349.tempobj2349.style.KhtmlOpacity=obj2349.degree2349/100
else if (obj2349.tempobj2349.style.opacity&&!obj2349.tempobj2349.filters)
obj2349.tempobj2349.style.opacity=obj2349.degree2349/101
}
else{
clearInterval(fadeclear2349[obj2349.slideshowid2349])
obj2349.nextcanvas2349=(obj2349.curcanvas2349==obj2349.canvasbase2349+"_0")? obj2349.canvasbase2349+"_0" : obj2349.canvasbase2349+"_1"
obj2349.tempobj2349=iebrowser2349? iebrowser2349[obj2349.nextcanvas2349] : document.getElementById(obj2349.nextcanvas2349)
obj2349.populateslide2349(obj2349.tempobj2349, obj2349.nextimageindex2349)
obj2349.nextimageindex2349=(obj2349.nextimageindex2349<obj2349.postimages2349.length-1)? obj2349.nextimageindex2349+1 : 0
setTimeout("fadearray2349["+obj2349.slideshowid2349+"].rotateimage2349()", obj2349.delay2349)
}
}


fadeshow2349.prototype.populateslide2349=function(picobj2349, picindex2349){
var slideHTML2349=""
if (this.theimages2349[picindex2349][1]!="") //if associated link exists for image
slideHTML2349='<a href="'+this.theimages2349[picindex2349][1]+'" target="'+this.theimages2349[picindex2349][2]+'">'
slideHTML2349+='<img class="edu-il-ws-2349-content-with-border" src="'+this.postimages2349[picindex2349].src+'" alt="'+this.postimages2349[picindex2349].alt+'" border="'+this.imageborder2349+'px">'
if (this.theimages2349[picindex2349][1]!="") //if associated link exists for image
slideHTML2349+='</a>'
picobj2349.innerHTML=slideHTML2349
}


fadeshow2349.prototype.rotateimage2349=function(){
if (this.pausecheck2349==1) //if pause onMouseover enabled, cache object
var cacheobj2349=this
if (this.mouseovercheck2349==1)
setTimeout(function(){cacheobj2349.rotateimage2349()}, 100)
else if (iebrowser2349&&dom2349||dom2349){
this.resetit2349()
var crossobj2349=this.tempobj2349=iebrowser2349? iebrowser2349[this.curcanvas2349] : document.getElementById(this.curcanvas2349)
crossobj2349.style.zIndex++
fadeclear2349[this.slideshowid2349]=setInterval("fadepic2349(fadearray2349["+this.slideshowid2349+"])",50)
this.curcanvas2349=(this.curcanvas2349==this.canvasbase2349+"_0")? this.canvasbase2349+"_1" : this.canvasbase2349+"_0"
}
else{
var ns4imgobj2349=document.images['defaultslide2349'+this.slideshowid2349]
ns4imgobj2349.src=this.postimages2349[this.curimageindex2349].src
ms4imgobj2349.alt=this.postimages2349[this.curimageindex2349].alt
}
this.curimageindex2349=(this.curimageindex2349<this.postimages2349.length-1)? this.curimageindex2349+1 : 0
}

fadeshow2349.prototype.resetit2349=function(){
this.degree2349=10
var crossobj2349=iebrowser2349? iebrowser2349[this.curcanvas2349] : document.getElementById(this.curcanvas2349)
if (crossobj2349.filters&&crossobj2349.filters[0]){
if (typeof crossobj2349.filters[0].opacity=="number") //if IE6+
crossobj2349.filters(0).opacity=this.degree2349
else //else if IE5.5-
crossobj2349.style.filter="alpha(opacity="+this.degree2349+")"
}
else if (crossobj2349.style.MozOpacity)
crossobj2349.style.MozOpacity=this.degree2349/101
else if (crossobj2349.style.KhtmlOpacity)
crossobj2349.style.KhtmlOpacity=this.degree2349/100
else if (crossobj2349.style.opacity&&!crossobj2349.filters)
crossobj2349.style.opacity=this.degree2349/101
}


fadeshow2349.prototype.startit2349=function(){
var crossobj2349=iebrowser2349? iebrowser2349[this.curcanvas2349] : document.getElementById(this.curcanvas2349)
this.populateslide2349(crossobj2349, this.curimageindex2349)
if (this.pausecheck2349==1){ //IF SLIDESHOW SHOULD PAUSE ONMOUSEOVER
var cacheobj2349=this
var crossobjcontainer2349=iebrowser2349? iebrowser2349["master2349"+this.slideshowid2349] : document.getElementById("master2349"+this.slideshowid2349)
crossobjcontainer2349.onmouseover=function(){cacheobj2349.mouseovercheck2349=1}
crossobjcontainer2349.onmouseout=function(){cacheobj2349.mouseovercheck2349=0}
}
this.rotateimage2349()
}
var delay = 5 * 1000;
new fadeshow2349 (fadeimages2349, 250, 250, 0, delay, 1, 'truetrue')

document.write("");
