var wsStyleVar = document.createElement('style');
var wsContentVar = '';
wsContentVar += '.slide-show-wrapper-3870{';
wsContentVar += '        width:200px;';
wsContentVar += '        height:239px;';
wsContentVar += '}';
wsContentVar += '';
wsContentVar += '.edu-il-ws-3870-content-with-border{';
wsContentVar += '   height:239px;';
wsContentVar += '   width:200px;';
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 fadeimages3870=new Array()

fadeimages3870 [0]=["https://illinois.edu/lb/files/2010/12/10/30828.jpg", "http://studentaffairs.illinois.edu/students411/slas/SLAS2010.html", "_new", ""];

fadeimages3870 [1]=["https://illinois.edu/lb/files/2010/12/10/30825.jpg", "http://studentaffairs.illinois.edu/students411/slas/SLAS2010.html", "_new", ""];

fadeimages3870 [2]=["https://illinois.edu/lb/files/2010/12/10/30830.jpg", "http://studentaffairs.illinois.edu/students411/slas/SLAS2010.html", "_new", ""];

fadeimages3870 [3]=["https://illinois.edu/lb/files/2010/12/10/30829.jpg", "http://studentaffairs.illinois.edu/students411/slas/SLAS2010.html", "_new", ""];

fadeimages3870 [4]=["https://illinois.edu/lb/files/2010/12/10/30831.jpg", "http://studentaffairs.illinois.edu/students411/slas/SLAS2010.html", "_new", ""];

fadeimages3870 [5]=["https://illinois.edu/lb/files/2010/12/10/30832.jpg", "http://studentaffairs.illinois.edu/students411/slas/SLAS2010.html", "_new", ""];

fadeimages3870 [6]=["https://illinois.edu/lb/files/2010/12/10/30833.jpg", "http://studentaffairs.illinois.edu/students411/slas/SLAS2010.html", "_new", ""];

fadeimages3870 [7]=["https://illinois.edu/lb/files/2010/12/10/30836.jpg", "http://studentaffairs.illinois.edu/students411/slas/SLAS2010.html", "_new", ""];

fadeimages3870 [8]=["https://illinois.edu/lb/files/2010/12/10/30837.jpg", "http://studentaffairs.illinois.edu/students411/slas/SLAS2010.html", "_new", ""];

fadeimages3870 [9]=["https://illinois.edu/lb/files/2010/12/10/30834.jpg", "http://studentaffairs.illinois.edu/students411/slas/SLAS2010.html", "_new", ""];

fadeimages3870 [10]=["https://illinois.edu/lb/files/2010/12/10/30840.jpg", "http://studentaffairs.illinois.edu/students411/slas/SLAS2010.html", "_new", ""];

fadeimages3870 [11]=["https://illinois.edu/lb/files/2010/12/10/30841.jpg", "http://studentaffairs.illinois.edu/students411/slas/SLAS2010.html", "_new", ""];

fadeimages3870 [12]=["https://illinois.edu/lb/files/2010/12/10/30839.jpg", "http://studentaffairs.illinois.edu/students411/slas/SLAS2010.html", "_new", ""];

fadeimages3870 [13]=["https://illinois.edu/lb/files/2010/12/10/30838.jpg", "http://studentaffairs.illinois.edu/students411/slas/SLAS2010.html", "_new", ""];

fadeimages3870 [14]=["https://illinois.edu/lb/files/2010/12/10/30843.jpg", "http://studentaffairs.illinois.edu/students411/slas/SLAS2010.html", "_new", ""];

fadeimages3870 [15]=["https://illinois.edu/lb/files/2010/12/10/30842.jpg", "http://studentaffairs.illinois.edu/students411/slas/SLAS2010.html", "_new", ""];

fadeimages3870 [16]=["https://illinois.edu/lb/files/2010/12/10/30844.jpg", "http://studentaffairs.illinois.edu/students411/slas/SLAS2010.html", "_new", ""];

fadeimages3870 [17]=["https://illinois.edu/lb/files/2010/12/10/30846.jpg", "http://studentaffairs.illinois.edu/students411/slas/SLAS2010.html", "_new", ""];

fadeimages3870 [18]=["https://illinois.edu/lb/files/2010/12/10/30845.jpg", "http://studentaffairs.illinois.edu/students411/slas/SLAS2010.html", "_new", ""];

fadeimages3870 [19]=["https://illinois.edu/lb/files/2010/12/10/30847.jpg", "http://studentaffairs.illinois.edu/students411/slas/SLAS2010.html", "_new", ""];

fadeimages3870 [20]=["https://illinois.edu/lb/files/2010/12/10/30848.jpg", "http://studentaffairs.illinois.edu/students411/slas/SLAS2010.html", "_new", ""];

fadeimages3870 [21]=["https://illinois.edu/lb/files/2010/12/10/30849.jpg", "http://studentaffairs.illinois.edu/students411/slas/SLAS2010.html", "_new", ""];
var fadebgcolor3870="white"

////NO need to edit beyond here/////////////

var fadearray3870=new Array() //array to cache fadeshow instances
var fadeclear3870=new Array() //array to cache corresponding clearinterval pointers

var dom3870=(document.getElementById) //modern dom browsers
var iebrowser3870=document.all

function fadeshow3870(theimages, fadewidth, fadeheight, borderwidth, delay, pause, displayorder){
this.pausecheck3870=pause
this.mouseovercheck3870=0
this.delay3870=delay
this.degree3870=10 //initial opacity degree (10%)
this.curimageindex3870=0
this.nextimageindex3870=1
fadearray3870[fadearray3870.length]=this
this.slideshowid3870=fadearray3870.length-1
this.canvasbase3870="canvas3870"+this.slideshowid3870
this.curcanvas3870=this.canvasbase3870+"_0"
if (displayorder=="truetrue")
theimages.sort(function() {return 0.5 - Math.random();}) //thanks to Mike (aka Mwinter) :)
this.theimages3870=theimages
this.imageborder3870=parseInt(borderwidth)
this.postimages3870=new Array() //preload images
for (p=0;p<theimages.length;p++){
this.postimages3870[p]=new Image()
this.postimages3870[p].src=theimages[p][0]
this.postimages3870[p].alt=theimages[p][3]
}

var fadewidth3870=fadewidth+this.imageborder3870*2
var fadeheight3870=fadeheight+this.imageborder3870*2

if (iebrowser3870&&dom3870||dom3870) //if IE5+ or modern browsers (ie: Firefox)
document.write('<div id="master3870'+this.slideshowid3870+'" class="slide-show-wrapper-3870" style="position:relative;overflow:hidden;"><div class="test" id="'+this.canvasbase3870+'_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:'+fadebgcolor3870+'"></div><div id="'+this.canvasbase3870+'_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:'+fadebgcolor3870+'"></div></div>')
else
document.write('<div><img class="edu-il-ws-3870-content-with-border" name="defaultslide3870'+this.slideshowid3870+'" src="'+this.postimages3870[0].src+'" alt="'+this.postimages3870[0].alt+'"></div>')

if (iebrowser3870&&dom3870||dom3870) //if IE5+ or modern browsers such as Firefox
this.startit3870()
else{
this.curimageindex3870++
setInterval("fadearray3870["+this.slideshowid3870+"].rotateimage3870()", this.delay3870)
}
}





function fadepic3870(obj3870){
if (obj3870.degree3870<100){
obj3870.degree3870+=10
if (obj3870.tempobj3870.filters&&obj3870.tempobj3870.filters[0]){
if (typeof obj3870.tempobj3870.filters[0].opacity=="number") //if IE6+
obj3870.tempobj3870.filters[0].opacity=obj3870.degree3870
else //else if IE5.5-
obj3870.tempobj3870.style.filter="alpha(opacity="+obj3870.degree3870+")"
}
else if (obj3870.tempobj3870.style.MozOpacity)
obj3870.tempobj3870.style.MozOpacity=obj3870.degree3870/101
else if (obj3870.tempobj3870.style.KhtmlOpacity)
obj3870.tempobj3870.style.KhtmlOpacity=obj3870.degree3870/100
else if (obj3870.tempobj3870.style.opacity&&!obj3870.tempobj3870.filters)
obj3870.tempobj3870.style.opacity=obj3870.degree3870/101
}
else{
clearInterval(fadeclear3870[obj3870.slideshowid3870])
obj3870.nextcanvas3870=(obj3870.curcanvas3870==obj3870.canvasbase3870+"_0")? obj3870.canvasbase3870+"_0" : obj3870.canvasbase3870+"_1"
obj3870.tempobj3870=iebrowser3870? iebrowser3870[obj3870.nextcanvas3870] : document.getElementById(obj3870.nextcanvas3870)
obj3870.populateslide3870(obj3870.tempobj3870, obj3870.nextimageindex3870)
obj3870.nextimageindex3870=(obj3870.nextimageindex3870<obj3870.postimages3870.length-1)? obj3870.nextimageindex3870+1 : 0
setTimeout("fadearray3870["+obj3870.slideshowid3870+"].rotateimage3870()", obj3870.delay3870)
}
}


fadeshow3870.prototype.populateslide3870=function(picobj3870, picindex3870){
var slideHTML3870=""
if (this.theimages3870[picindex3870][1]!="") //if associated link exists for image
slideHTML3870='<a href="'+this.theimages3870[picindex3870][1]+'" target="'+this.theimages3870[picindex3870][2]+'">'
slideHTML3870+='<img class="edu-il-ws-3870-content-with-border" src="'+this.postimages3870[picindex3870].src+'" alt="'+this.postimages3870[picindex3870].alt+'" border="'+this.imageborder3870+'px">'
if (this.theimages3870[picindex3870][1]!="") //if associated link exists for image
slideHTML3870+='</a>'
picobj3870.innerHTML=slideHTML3870
}


fadeshow3870.prototype.rotateimage3870=function(){
if (this.pausecheck3870==1) //if pause onMouseover enabled, cache object
var cacheobj3870=this
if (this.mouseovercheck3870==1)
setTimeout(function(){cacheobj3870.rotateimage3870()}, 100)
else if (iebrowser3870&&dom3870||dom3870){
this.resetit3870()
var crossobj3870=this.tempobj3870=iebrowser3870? iebrowser3870[this.curcanvas3870] : document.getElementById(this.curcanvas3870)
crossobj3870.style.zIndex++
fadeclear3870[this.slideshowid3870]=setInterval("fadepic3870(fadearray3870["+this.slideshowid3870+"])",50)
this.curcanvas3870=(this.curcanvas3870==this.canvasbase3870+"_0")? this.canvasbase3870+"_1" : this.canvasbase3870+"_0"
}
else{
var ns4imgobj3870=document.images['defaultslide3870'+this.slideshowid3870]
ns4imgobj3870.src=this.postimages3870[this.curimageindex3870].src
ms4imgobj3870.alt=this.postimages3870[this.curimageindex3870].alt
}
this.curimageindex3870=(this.curimageindex3870<this.postimages3870.length-1)? this.curimageindex3870+1 : 0
}

fadeshow3870.prototype.resetit3870=function(){
this.degree3870=10
var crossobj3870=iebrowser3870? iebrowser3870[this.curcanvas3870] : document.getElementById(this.curcanvas3870)
if (crossobj3870.filters&&crossobj3870.filters[0]){
if (typeof crossobj3870.filters[0].opacity=="number") //if IE6+
crossobj3870.filters(0).opacity=this.degree3870
else //else if IE5.5-
crossobj3870.style.filter="alpha(opacity="+this.degree3870+")"
}
else if (crossobj3870.style.MozOpacity)
crossobj3870.style.MozOpacity=this.degree3870/101
else if (crossobj3870.style.KhtmlOpacity)
crossobj3870.style.KhtmlOpacity=this.degree3870/100
else if (crossobj3870.style.opacity&&!crossobj3870.filters)
crossobj3870.style.opacity=this.degree3870/101
}


fadeshow3870.prototype.startit3870=function(){
var crossobj3870=iebrowser3870? iebrowser3870[this.curcanvas3870] : document.getElementById(this.curcanvas3870)
this.populateslide3870(crossobj3870, this.curimageindex3870)
if (this.pausecheck3870==1){ //IF SLIDESHOW SHOULD PAUSE ONMOUSEOVER
var cacheobj3870=this
var crossobjcontainer3870=iebrowser3870? iebrowser3870["master3870"+this.slideshowid3870] : document.getElementById("master3870"+this.slideshowid3870)
crossobjcontainer3870.onmouseover=function(){cacheobj3870.mouseovercheck3870=1}
crossobjcontainer3870.onmouseout=function(){cacheobj3870.mouseovercheck3870=0}
}
this.rotateimage3870()
}
var delay = 3 * 1000;
new fadeshow3870 (fadeimages3870, 250, 250, 0, delay, 1, 'truetrue')

document.write("");

