var wsStyleVar = document.createElement('style');
var wsContentVar = '';
wsContentVar += '.slide-show-wrapper-3432{';
wsContentVar += '        width:250px;';
wsContentVar += '        height:135px;';
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 fadeimages3432=new Array()

fadeimages3432 [0]=["https://illinois.edu/lb/files/2011/04/11/32897.jpg", "http://furnetic.com/petcolumns/", "_new", "Pet Columns"];

fadeimages3432 [1]=["https://illinois.edu/lb/files/2011/03/03/32218.jpg", "http://furnetic.com/resources/deals.html", "_new", ""];

fadeimages3432 [2]=["https://illinois.edu/lb/files/2011/03/03/32215.jpg", "http://furnetic.com/about/philosophy.html", "_new", ""];

fadeimages3432 [3]=["https://illinois.edu/lb/files/2010/07/22/28332.jpg", "http://www.yelp.com/biz/furnetic-chicago", "_new", ""];

fadeimages3432 [4]=["https://illinois.edu/lb/files/2010/07/22/28329.jpg", "http://vetmed.illinois.edu/ope/petu/chicagoschedule.html", "_new", "Pet U"];
var fadebgcolor3432="white"

////NO need to edit beyond here/////////////

var fadearray3432=new Array() //array to cache fadeshow instances
var fadeclear3432=new Array() //array to cache corresponding clearinterval pointers

var dom3432=(document.getElementById) //modern dom browsers
var iebrowser3432=document.all

function fadeshow3432(theimages, fadewidth, fadeheight, borderwidth, delay, pause, displayorder){
this.pausecheck3432=pause
this.mouseovercheck3432=0
this.delay3432=delay
this.degree3432=10 //initial opacity degree (10%)
this.curimageindex3432=0
this.nextimageindex3432=1
fadearray3432[fadearray3432.length]=this
this.slideshowid3432=fadearray3432.length-1
this.canvasbase3432="canvas3432"+this.slideshowid3432
this.curcanvas3432=this.canvasbase3432+"_0"
if (displayorder=="truetrue")
theimages.sort(function() {return 0.5 - Math.random();}) //thanks to Mike (aka Mwinter) :)
this.theimages3432=theimages
this.imageborder3432=parseInt(borderwidth)
this.postimages3432=new Array() //preload images
for (p=0;p<theimages.length;p++){
this.postimages3432[p]=new Image()
this.postimages3432[p].src=theimages[p][0]
this.postimages3432[p].alt=theimages[p][3]
}

var fadewidth3432=fadewidth+this.imageborder3432*2
var fadeheight3432=fadeheight+this.imageborder3432*2

if (iebrowser3432&&dom3432||dom3432) //if IE5+ or modern browsers (ie: Firefox)
document.write('<div id="master3432'+this.slideshowid3432+'" class="slide-show-wrapper-3432" style="position:relative;overflow:hidden;"><div class="test" id="'+this.canvasbase3432+'_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:'+fadebgcolor3432+'"></div><div id="'+this.canvasbase3432+'_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:'+fadebgcolor3432+'"></div></div>')
else
document.write('<div><img class="edu-il-ws-3432-content-with-border" name="defaultslide3432'+this.slideshowid3432+'" src="'+this.postimages3432[0].src+'" alt="'+this.postimages3432[0].alt+'"></div>')

if (iebrowser3432&&dom3432||dom3432) //if IE5+ or modern browsers such as Firefox
this.startit3432()
else{
this.curimageindex3432++
setInterval("fadearray3432["+this.slideshowid3432+"].rotateimage3432()", this.delay3432)
}
}





function fadepic3432(obj3432){
if (obj3432.degree3432<100){
obj3432.degree3432+=10
if (obj3432.tempobj3432.filters&&obj3432.tempobj3432.filters[0]){
if (typeof obj3432.tempobj3432.filters[0].opacity=="number") //if IE6+
obj3432.tempobj3432.filters[0].opacity=obj3432.degree3432
else //else if IE5.5-
obj3432.tempobj3432.style.filter="alpha(opacity="+obj3432.degree3432+")"
}
else if (obj3432.tempobj3432.style.MozOpacity)
obj3432.tempobj3432.style.MozOpacity=obj3432.degree3432/101
else if (obj3432.tempobj3432.style.KhtmlOpacity)
obj3432.tempobj3432.style.KhtmlOpacity=obj3432.degree3432/100
else if (obj3432.tempobj3432.style.opacity&&!obj3432.tempobj3432.filters)
obj3432.tempobj3432.style.opacity=obj3432.degree3432/101
}
else{
clearInterval(fadeclear3432[obj3432.slideshowid3432])
obj3432.nextcanvas3432=(obj3432.curcanvas3432==obj3432.canvasbase3432+"_0")? obj3432.canvasbase3432+"_0" : obj3432.canvasbase3432+"_1"
obj3432.tempobj3432=iebrowser3432? iebrowser3432[obj3432.nextcanvas3432] : document.getElementById(obj3432.nextcanvas3432)
obj3432.populateslide3432(obj3432.tempobj3432, obj3432.nextimageindex3432)
obj3432.nextimageindex3432=(obj3432.nextimageindex3432<obj3432.postimages3432.length-1)? obj3432.nextimageindex3432+1 : 0
setTimeout("fadearray3432["+obj3432.slideshowid3432+"].rotateimage3432()", obj3432.delay3432)
}
}


fadeshow3432.prototype.populateslide3432=function(picobj3432, picindex3432){
var slideHTML3432=""
if (this.theimages3432[picindex3432][1]!="") //if associated link exists for image
slideHTML3432='<a href="'+this.theimages3432[picindex3432][1]+'" target="'+this.theimages3432[picindex3432][2]+'">'
slideHTML3432+='<img class="edu-il-ws-3432-content-with-border" src="'+this.postimages3432[picindex3432].src+'" alt="'+this.postimages3432[picindex3432].alt+'" border="'+this.imageborder3432+'px">'
if (this.theimages3432[picindex3432][1]!="") //if associated link exists for image
slideHTML3432+='</a>'
picobj3432.innerHTML=slideHTML3432
}


fadeshow3432.prototype.rotateimage3432=function(){
if (this.pausecheck3432==1) //if pause onMouseover enabled, cache object
var cacheobj3432=this
if (this.mouseovercheck3432==1)
setTimeout(function(){cacheobj3432.rotateimage3432()}, 100)
else if (iebrowser3432&&dom3432||dom3432){
this.resetit3432()
var crossobj3432=this.tempobj3432=iebrowser3432? iebrowser3432[this.curcanvas3432] : document.getElementById(this.curcanvas3432)
crossobj3432.style.zIndex++
fadeclear3432[this.slideshowid3432]=setInterval("fadepic3432(fadearray3432["+this.slideshowid3432+"])",50)
this.curcanvas3432=(this.curcanvas3432==this.canvasbase3432+"_0")? this.canvasbase3432+"_1" : this.canvasbase3432+"_0"
}
else{
var ns4imgobj3432=document.images['defaultslide3432'+this.slideshowid3432]
ns4imgobj3432.src=this.postimages3432[this.curimageindex3432].src
ms4imgobj3432.alt=this.postimages3432[this.curimageindex3432].alt
}
this.curimageindex3432=(this.curimageindex3432<this.postimages3432.length-1)? this.curimageindex3432+1 : 0
}

fadeshow3432.prototype.resetit3432=function(){
this.degree3432=10
var crossobj3432=iebrowser3432? iebrowser3432[this.curcanvas3432] : document.getElementById(this.curcanvas3432)
if (crossobj3432.filters&&crossobj3432.filters[0]){
if (typeof crossobj3432.filters[0].opacity=="number") //if IE6+
crossobj3432.filters(0).opacity=this.degree3432
else //else if IE5.5-
crossobj3432.style.filter="alpha(opacity="+this.degree3432+")"
}
else if (crossobj3432.style.MozOpacity)
crossobj3432.style.MozOpacity=this.degree3432/101
else if (crossobj3432.style.KhtmlOpacity)
crossobj3432.style.KhtmlOpacity=this.degree3432/100
else if (crossobj3432.style.opacity&&!crossobj3432.filters)
crossobj3432.style.opacity=this.degree3432/101
}


fadeshow3432.prototype.startit3432=function(){
var crossobj3432=iebrowser3432? iebrowser3432[this.curcanvas3432] : document.getElementById(this.curcanvas3432)
this.populateslide3432(crossobj3432, this.curimageindex3432)
if (this.pausecheck3432==1){ //IF SLIDESHOW SHOULD PAUSE ONMOUSEOVER
var cacheobj3432=this
var crossobjcontainer3432=iebrowser3432? iebrowser3432["master3432"+this.slideshowid3432] : document.getElementById("master3432"+this.slideshowid3432)
crossobjcontainer3432.onmouseover=function(){cacheobj3432.mouseovercheck3432=1}
crossobjcontainer3432.onmouseout=function(){cacheobj3432.mouseovercheck3432=0}
}
this.rotateimage3432()
}
var delay = 6 * 1000;
new fadeshow3432 (fadeimages3432, 250, 250, 0, delay, 1, 'truetrue')

document.write("");

