var wsStyleVar = document.createElement('style');
var wsContentVar = '';
wsContentVar += '.slide-show-wrapper-1191{';
wsContentVar += '        /*width:426px; a couple pixels too wide, not necessary to specify*/';
wsContentVar += '        height:278px;';
wsContentVar += '        xxxborder:1px solid black;';
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 fadeimages1191=new Array()

fadeimages1191 [0]=["https://illinois.edu/lb/files/2009/10/22/22454.jpg", "", "_new", "Church and State"];

fadeimages1191 [1]=["https://illinois.edu/lb/files/2009/10/22/22451.jpg", "", "_new", "Granada's whitewashed stone houses"];

fadeimages1191 [2]=["https://illinois.edu/lb/files/2009/10/22/22452.jpg", "", "_new", "IL Overlooking the Beauty of Bulgaria"];

fadeimages1191 [3]=["https://illinois.edu/lb/files/2009/10/22/22453.jpg", "", "_new", "Where is our I in Amsterdam?"];

fadeimages1191 [4]=["https://illinois.edu/lb/files/2009/03/16/9016.jpg", "", "_new", ""];

fadeimages1191 [5]=["https://illinois.edu/lb/files/2009/03/16/9021.jpg", "", "_new", ""];

fadeimages1191 [6]=["https://illinois.edu/lb/files/2009/03/16/9017.jpg", "", "_new", ""];

fadeimages1191 [7]=["https://illinois.edu/lb/files/2009/03/16/9015.jpg", "", "_new", ""];

fadeimages1191 [8]=["https://illinois.edu/lb/files/2009/03/16/9019.jpg", "", "_new", ""];

fadeimages1191 [9]=["https://illinois.edu/lb/files/2009/03/16/9020.jpg", "", "_new", ""];

fadeimages1191 [10]=["https://illinois.edu/lb/files/2009/03/16/9018.jpg", "", "_new", ""];

fadeimages1191 [11]=["https://illinois.edu/lb/files/2008/06/04/3531.jpg", "", "_new", ""];

fadeimages1191 [12]=["https://illinois.edu/lb/files/2008/06/04/3530.jpg", "", "_new", ""];

fadeimages1191 [13]=["https://illinois.edu/lb/files/2008/06/04/3532.jpg", "", "_new", ""];

fadeimages1191 [14]=["https://illinois.edu/lb/files/2008/06/04/3528.jpg", "", "_new", ""];

fadeimages1191 [15]=["https://illinois.edu/lb/files/2008/06/04/3527.jpg", "", "_new", ""];

fadeimages1191 [16]=["https://illinois.edu/lb/files/2008/06/04/3526.jpg", "", "_new", ""];

fadeimages1191 [17]=["https://illinois.edu/lb/files/2008/06/04/3525.jpg", "", "_new", ""];

fadeimages1191 [18]=["https://illinois.edu/lb/files/2008/06/04/3524.jpg", "", "_new", ""];

fadeimages1191 [19]=["https://illinois.edu/lb/files/2008/06/04/3523.jpg", "", "_new", ""];

fadeimages1191 [20]=["https://illinois.edu/lb/files/2008/06/04/3522.jpg", "", "_new", ""];

fadeimages1191 [21]=["https://illinois.edu/lb/files/2008/06/04/3521.jpg", "", "_new", ""];
var fadebgcolor1191="white"

////NO need to edit beyond here/////////////

var fadearray1191=new Array() //array to cache fadeshow instances
var fadeclear1191=new Array() //array to cache corresponding clearinterval pointers

var dom1191=(document.getElementById) //modern dom browsers
var iebrowser1191=document.all

function fadeshow1191(theimages, fadewidth, fadeheight, borderwidth, delay, pause, displayorder){
this.pausecheck1191=pause
this.mouseovercheck1191=0
this.delay1191=delay
this.degree1191=10 //initial opacity degree (10%)
this.curimageindex1191=0
this.nextimageindex1191=1
fadearray1191[fadearray1191.length]=this
this.slideshowid1191=fadearray1191.length-1
this.canvasbase1191="canvas1191"+this.slideshowid1191
this.curcanvas1191=this.canvasbase1191+"_0"
if (displayorder=="truetrue")
theimages.sort(function() {return 0.5 - Math.random();}) //thanks to Mike (aka Mwinter) :)
this.theimages1191=theimages
this.imageborder1191=parseInt(borderwidth)
this.postimages1191=new Array() //preload images
for (p=0;p<theimages.length;p++){
this.postimages1191[p]=new Image()
this.postimages1191[p].src=theimages[p][0]
this.postimages1191[p].alt=theimages[p][3]
}

var fadewidth1191=fadewidth+this.imageborder1191*2
var fadeheight1191=fadeheight+this.imageborder1191*2

if (iebrowser1191&&dom1191||dom1191) //if IE5+ or modern browsers (ie: Firefox)
document.write('<div id="master1191'+this.slideshowid1191+'" class="slide-show-wrapper-1191" style="position:relative;overflow:hidden;"><div class="test" id="'+this.canvasbase1191+'_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:'+fadebgcolor1191+'"></div><div id="'+this.canvasbase1191+'_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:'+fadebgcolor1191+'"></div></div>')
else
document.write('<div><img class="edu-il-ws-1191-content-with-border" name="defaultslide1191'+this.slideshowid1191+'" src="'+this.postimages1191[0].src+'" alt="'+this.postimages1191[0].alt+'"></div>')

if (iebrowser1191&&dom1191||dom1191) //if IE5+ or modern browsers such as Firefox
this.startit1191()
else{
this.curimageindex1191++
setInterval("fadearray1191["+this.slideshowid1191+"].rotateimage1191()", this.delay1191)
}
}





function fadepic1191(obj1191){
if (obj1191.degree1191<100){
obj1191.degree1191+=10
if (obj1191.tempobj1191.filters&&obj1191.tempobj1191.filters[0]){
if (typeof obj1191.tempobj1191.filters[0].opacity=="number") //if IE6+
obj1191.tempobj1191.filters[0].opacity=obj1191.degree1191
else //else if IE5.5-
obj1191.tempobj1191.style.filter="alpha(opacity="+obj1191.degree1191+")"
}
else if (obj1191.tempobj1191.style.MozOpacity)
obj1191.tempobj1191.style.MozOpacity=obj1191.degree1191/101
else if (obj1191.tempobj1191.style.KhtmlOpacity)
obj1191.tempobj1191.style.KhtmlOpacity=obj1191.degree1191/100
else if (obj1191.tempobj1191.style.opacity&&!obj1191.tempobj1191.filters)
obj1191.tempobj1191.style.opacity=obj1191.degree1191/101
}
else{
clearInterval(fadeclear1191[obj1191.slideshowid1191])
obj1191.nextcanvas1191=(obj1191.curcanvas1191==obj1191.canvasbase1191+"_0")? obj1191.canvasbase1191+"_0" : obj1191.canvasbase1191+"_1"
obj1191.tempobj1191=iebrowser1191? iebrowser1191[obj1191.nextcanvas1191] : document.getElementById(obj1191.nextcanvas1191)
obj1191.populateslide1191(obj1191.tempobj1191, obj1191.nextimageindex1191)
obj1191.nextimageindex1191=(obj1191.nextimageindex1191<obj1191.postimages1191.length-1)? obj1191.nextimageindex1191+1 : 0
setTimeout("fadearray1191["+obj1191.slideshowid1191+"].rotateimage1191()", obj1191.delay1191)
}
}


fadeshow1191.prototype.populateslide1191=function(picobj1191, picindex1191){
var slideHTML1191=""
if (this.theimages1191[picindex1191][1]!="") //if associated link exists for image
slideHTML1191='<a href="'+this.theimages1191[picindex1191][1]+'" target="'+this.theimages1191[picindex1191][2]+'">'
slideHTML1191+='<img class="edu-il-ws-1191-content-with-border" src="'+this.postimages1191[picindex1191].src+'" alt="'+this.postimages1191[picindex1191].alt+'" border="'+this.imageborder1191+'px">'
if (this.theimages1191[picindex1191][1]!="") //if associated link exists for image
slideHTML1191+='</a>'
picobj1191.innerHTML=slideHTML1191
}


fadeshow1191.prototype.rotateimage1191=function(){
if (this.pausecheck1191==1) //if pause onMouseover enabled, cache object
var cacheobj1191=this
if (this.mouseovercheck1191==1)
setTimeout(function(){cacheobj1191.rotateimage1191()}, 100)
else if (iebrowser1191&&dom1191||dom1191){
this.resetit1191()
var crossobj1191=this.tempobj1191=iebrowser1191? iebrowser1191[this.curcanvas1191] : document.getElementById(this.curcanvas1191)
crossobj1191.style.zIndex++
fadeclear1191[this.slideshowid1191]=setInterval("fadepic1191(fadearray1191["+this.slideshowid1191+"])",50)
this.curcanvas1191=(this.curcanvas1191==this.canvasbase1191+"_0")? this.canvasbase1191+"_1" : this.canvasbase1191+"_0"
}
else{
var ns4imgobj1191=document.images['defaultslide1191'+this.slideshowid1191]
ns4imgobj1191.src=this.postimages1191[this.curimageindex1191].src
ms4imgobj1191.alt=this.postimages1191[this.curimageindex1191].alt
}
this.curimageindex1191=(this.curimageindex1191<this.postimages1191.length-1)? this.curimageindex1191+1 : 0
}

fadeshow1191.prototype.resetit1191=function(){
this.degree1191=10
var crossobj1191=iebrowser1191? iebrowser1191[this.curcanvas1191] : document.getElementById(this.curcanvas1191)
if (crossobj1191.filters&&crossobj1191.filters[0]){
if (typeof crossobj1191.filters[0].opacity=="number") //if IE6+
crossobj1191.filters(0).opacity=this.degree1191
else //else if IE5.5-
crossobj1191.style.filter="alpha(opacity="+this.degree1191+")"
}
else if (crossobj1191.style.MozOpacity)
crossobj1191.style.MozOpacity=this.degree1191/101
else if (crossobj1191.style.KhtmlOpacity)
crossobj1191.style.KhtmlOpacity=this.degree1191/100
else if (crossobj1191.style.opacity&&!crossobj1191.filters)
crossobj1191.style.opacity=this.degree1191/101
}


fadeshow1191.prototype.startit1191=function(){
var crossobj1191=iebrowser1191? iebrowser1191[this.curcanvas1191] : document.getElementById(this.curcanvas1191)
this.populateslide1191(crossobj1191, this.curimageindex1191)
if (this.pausecheck1191==1){ //IF SLIDESHOW SHOULD PAUSE ONMOUSEOVER
var cacheobj1191=this
var crossobjcontainer1191=iebrowser1191? iebrowser1191["master1191"+this.slideshowid1191] : document.getElementById("master1191"+this.slideshowid1191)
crossobjcontainer1191.onmouseover=function(){cacheobj1191.mouseovercheck1191=1}
crossobjcontainer1191.onmouseout=function(){cacheobj1191.mouseovercheck1191=0}
}
this.rotateimage1191()
}
var delay = 45 * 1000;
new fadeshow1191 (fadeimages1191, 250, 250, 0, delay, 1, 'truetrue')

document.write("");
