var wsStyleVar = document.createElement('style');
var wsContentVar = '';
wsContentVar += '.edu-il-ws-2118-SS4-wrapper {';
wsContentVar += 'width:470px;';
wsContentVar += 'height:324px;';
wsContentVar += 'margin:8px 0 0;';
wsContentVar += 'overflow:hidden;';
wsContentVar += 'padding:0;';
wsContentVar += 'position:relative;';
wsContentVar += 'z-index:0;';
wsContentVar += '}';
wsContentVar += '.edu-il-ws-2118-SS4-wrapper-withBorder {';
wsContentVar += 'border: 1px solid gray;';
wsContentVar += 'position: relative;';
wsContentVar += 'z-index: 0;';
wsContentVar += 'background-color: #fff;';
wsContentVar += 'width: 633px;';
wsContentVar += 'height: 196px;';
wsContentVar += 'overflow: hidden;';
wsContentVar += '}';
wsContentVar += '.edu-il-ws-2118-SS4-image, #SS4_description_2118 div {';
wsContentVar += 'display: none;';
wsContentVar += '}';
wsContentVar += '#SS4_image1_2118, #SS4_image2_2118{';
wsContentVar += 'background-color:#000033;';
wsContentVar += 'background-repeat:no-repeat;';
wsContentVar += 'background-position:2px 2px;';
wsContentVar += 'border:1px solid #333333;';
wsContentVar += 'height:174px;';
wsContentVar += 'position:absolute;';
wsContentVar += 'width:464px;';
wsContentVar += 'z-index:1;';
wsContentVar += 'padding:2px;';
wsContentVar += '}';
wsContentVar += '/* For all browsers other than IE */';
wsContentVar += '#SS4_description_2118 .SS4_current_2118 {';
wsContentVar += 'background:#e8e8e8 none repeat scroll 0%;';
wsContentVar += 'display: block;';
wsContentVar += 'position: absolute;';
wsContentVar += 'top: 129px;';
wsContentVar += 'height: 57px;';
wsContentVar += 'width: 272px;';
wsContentVar += 'z-index: 2;';
wsContentVar += 'padding: 5px;';
wsContentVar += 'font-size: 70%;';
wsContentVar += 'overflow: hidden;';
wsContentVar += 'font-family:Arial, Helvetica, sans-serif;';
wsContentVar += '}';
wsContentVar += '/* For IE */';
wsContentVar += '/* Make these styles the same as above, but add twice the padding to the width and height; */';
wsContentVar += '/* IE_height = other_browsers_height + (2 * padding) */';
wsContentVar += '/* example: height = 57px + (2 * 5px) = 67px */';
wsContentVar += '#SS4_description_2118 .SS4_current_2118_IE {';
wsContentVar += 'background:#e8e8e8 none repeat scroll 0%;';
wsContentVar += 'display: block;';
wsContentVar += 'position: absolute;';
wsContentVar += 'top: 129px;';
wsContentVar += 'height: 67px;';
wsContentVar += 'width: 282px;';
wsContentVar += 'z-index: 2;';
wsContentVar += 'padding: 5px;';
wsContentVar += 'font-size: 70%;';
wsContentVar += 'overflow: hidden;';
wsContentVar += 'font-family:Arial, Helvetica, sans-serif;';
wsContentVar += '}';
wsContentVar += '#SS4_title_2118 {';
wsContentVar += 'margin-top:185px;';
wsContentVar += 'position:absolute;';
wsContentVar += 'right:0;';
wsContentVar += 'width:470px;';
wsContentVar += 'z-index:3;';
wsContentVar += '}';
wsContentVar += '#SS4_title_2118 h3 {';
wsContentVar += 'border-bottom:1px dotted #333333;';
wsContentVar += 'font-family:Arial,Helvetica,sans-serif;';
wsContentVar += 'font-size:12px;';
wsContentVar += 'font-weight:bold;';
wsContentVar += 'line-height:20px;';
wsContentVar += 'margin:0;';
wsContentVar += 'overflow:hidden;';
wsContentVar += 'padding: 2px 4px 3px;';
wsContentVar += 'width:462px;';
wsContentVar += '}';
wsContentVar += '#SS4_title_2118 h3.SS4_current_2118 {';
wsContentVar += 'background:none;';
wsContentVar += '}';
wsContentVar += '#SS4_title_2118 h3 a {';
wsContentVar += 'text-decoration:none;';
wsContentVar += 'display: block;';
wsContentVar += 'color:#666666;';
wsContentVar += 'font-family:Arial, Helvetica, sans-serif;';
wsContentVar += 'text-transform:none;';
wsContentVar += '}';
wsContentVar += '#SS4_title_2118 h3.SS4_current_2118 a {';
wsContentVar += 'color: #ff6633;';
wsContentVar += '}';
wsContentVar += '#SS4_title_2118 h3 a:hover {';
wsContentVar += 'text-decoration: none;';
wsContentVar += '}';
wsContentVar += '#SS4_title_2118 a span {';
wsContentVar += 'white-space: nowrap;';
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 itemsSS42118 = 5;
var secondsSS42118 = 8; var motionSS42118 = true;
var currentSS42118 = 1;
var currentImageBoxSS42118 = 1;
var timeoutSS42118;

function startSS42118()
{
if (motionSS42118 == false)
{
motionSS42118 = true;
timeoutSS42118 = setTimeout("cycleImageSS42118()",secondsSS42118*1000);
}
}

function stopSS42118()
{
if (motionSS42118 == true)
{
motionSS42118 = false;
clearTimeout(timeoutSS42118);
}
}

function showSS42118(number)
{
for (var i = 1; i<=itemsSS42118; i++)
{
if (i == number)
{
document.getElementById("SS4_news"+i+"_2118").className = "SS4_current_2118";
document.getElementById("SS4_image1_2118").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_2118').getElementsByTagName('img')[i-1].src+")";
if (document.getElementById("SS4_description_2118"))
{
if (navigator.appName == "Microsoft Internet Explorer")
{
document.getElementById("SS4_description_2118").getElementsByTagName('div')[i-1].className = "SS4_current_2118_IE";
}
else
{
document.getElementById("SS4_description_2118").getElementsByTagName('div')[i-1].className = "SS4_current_2118";
}
}
if (i == itemsSS42118)
{
document.getElementById("SS4_image2_2118").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_2118').getElementsByTagName('img')[0].src+")";
}
else
{
document.getElementById("SS4_image2_2118").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_2118').getElementsByTagName('img')[i].src+")";
}
}
else
{
document.getElementById("SS4_news"+i+"_2118").className = "";
if (document.getElementById("SS4_description_2118"))
{
document.getElementById("SS4_description_2118").getElementsByTagName('div')[i-1].className = "";
}
}
}
currentSS42118 = number;
if (currentImageBoxSS42118 == 2)
{
currentImageBoxSS42118 = 1;
document.getElementById("SS4_image1_2118").style.opacity = "1";
document.getElementById("SS4_image2_2118").style.opacity = "0";
document.getElementById("SS4_image1_2118").style.filter = "alpha(opacity=100)";
document.getElementById("SS4_image2_2118").style.filter = "alpha(opacity=0)";
document.getElementById("SS4_image1_2118").style.mozopacity = "1";
document.getElementById("SS4_image2_2118").style.mozopacity = "0";
}
}


function cycleImageSS42118()
{
if (motionSS42118 == true)
{
switchTextSS42118();
fadeImageSS42118(1);
timeoutSS42118 = setTimeout("cycleImageSS42118()",secondsSS42118*1000);
if (currentSS42118 == itemsSS42118)
{
currentSS42118 = 1;
}
else
{
currentSS42118++;
}
}
}

function switchTextSS42118()
{
newSS42118 = currentSS42118+1;
if (newSS42118 > itemsSS42118) newSS42118=1;
for (var i = 1; i<=itemsSS42118; i++)
{
if (i == newSS42118)
{
document.getElementById("SS4_news"+i+"_2118").className = "SS4_current_2118";
if (document.getElementById("SS4_description_2118"))
{
if (navigator.appName == "Microsoft Internet Explorer")
{
document.getElementById("SS4_description_2118").getElementsByTagName('div')[i-1].className = "SS4_current_2118_IE";
}
else
{
document.getElementById("SS4_description_2118").getElementsByTagName('div')[i-1].className = "SS4_current_2118";
}
}
}
else
{
document.getElementById("SS4_news"+i+"_2118").className = "";
if (document.getElementById("SS4_description_2118"))
{
document.getElementById("SS4_description_2118").getElementsByTagName('div')[i-1].className = "";
}
}
}
}

function fadeImageSS42118(seconds)
{
if (currentImageBoxSS42118 == 1)
{
new Effect.Opacity('SS4_image1_2118', {duration: seconds, from: 1.0, to: 0 });
new Effect.Opacity('SS4_image2_2118', {duration: seconds, from: 0, to: 1.0 });
}
else
{
new Effect.Opacity('SS4_image2_2118', {duration: seconds, from: 1.0, to: 0 });
new Effect.Opacity('SS4_image1_2118', {duration: seconds, from: 0, to: 1.0 });
}
setTimeout("updateImageBoxSS42118()",seconds*1000);
}

function updateImageBoxSS42118(seconds)
{
var nextSS42118;
if (currentSS42118 == itemsSS42118)
{
nextSS42118 = 1;
}
else
{
nextSS42118 = currentSS42118+1;
}
if (currentImageBoxSS42118 == 1)
{
document.getElementById("SS4_image1_2118").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_2118').getElementsByTagName('img')[nextSS42118-1].src+")";
currentImageBoxSS42118 = 2;
}
else
{
document.getElementById("SS4_image2_2118").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_2118').getElementsByTagName('img')[nextSS42118-1].src+")";
currentImageBoxSS42118 = 1;
}
}

timeoutSS42118 = setTimeout("cycleImageSS42118()",secondsSS42118*1000);



document.write('<script src="https://illinois.edu/webservices/toolbox/pc/ss4/prototype.js" type="text/javascript" xmlns:xalan="http://xml.apache.org/xslt"></script>');

document.write('<script src="https://illinois.edu/webservices/toolbox/pc/ss4/scriptaculous.js" type="text/javascript"></script>');
document.write('<script src="https://illinois.edu/webservices/toolbox/pc/ss4/effects.js" type="text/javascript"></script>');

document.write("<div class=\"edu-il-ws-2118-SS4-wrapper\" id=\"SS4_wrapper_2118\">");
document.write("<img class=\"edu-il-ws-2118-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2009/10/07/22029.jpg\"><img class=\"edu-il-ws-2118-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2009/10/09/22059.jpg\"><img class=\"edu-il-ws-2118-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2009/08/25/21086.jpg\"><img class=\"edu-il-ws-2118-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2009/10/05/21981.jpg\"><img class=\"edu-il-ws-2118-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2009/08/11/20671.jpg\"><div id=\"SS4_image1_2118\" style=\"background-image: url(https://illinois.edu/lb/files/);\"></div>");
document.write("<div id=\"SS4_image2_2118\" style=\"background-image: url(https://illinois.edu/lb/files/);opacity:0;filter:alpha(opacity=0);-moz-opacity:0;\"></div>");
document.write("<div id=\"SS4_title_2118\">");
document.write("<h3 class=\"SS4_current_2118\" id=\"SS4_news1_2118\" onMouseOver=\"javascript:showSS42118(1);stopSS42118();\" onMouseOut=\"javascript:startSS42118();\">");
document.write("<a title=\"\" target=\"_new\" href=\"http://www.fightingillini.com/sports/m-footbl/spec-rel/111909aaa.html\"><span>All-Big Ten Football Selection Special Airs Monday Night</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news2_2118\" onMouseOver=\"javascript:showSS42118(2);stopSS42118();\" onMouseOut=\"javascript:startSS42118();\">");
document.write("<a title=\"\" target=\"_new\" href=\"http://www.fightingillini.com/sports/m-footbl/spec-rel/111809aaa.html\"><span>Illini in the NFL-Week 10</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news3_2118\" onMouseOver=\"javascript:showSS42118(3);stopSS42118();\" onMouseOut=\"javascript:startSS42118();\">");
document.write("<a title=\"\" target=\"_new\" href=\"http://www.fightingillini.com/sports/m-footbl/spec-rel/111709aaa.html\"><span>Coach Zook Updates The Media</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news4_2118\" onMouseOver=\"javascript:showSS42118(4);stopSS42118();\" onMouseOut=\"javascript:startSS42118();\">");
document.write("<a title=\"\" target=\"_new\" href=\"http://www.fightingillini.com/sports/m-footbl/recaps/111409aaa.html\"><span>Illinois Falls to Northwestern, 21-16</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news5_2118\" onMouseOver=\"javascript:showSS42118(5);stopSS42118();\" onMouseOut=\"javascript:startSS42118();\">");
document.write("<a title=\"\" target=\"_new\" href=\"http://www.fightingillini.com/sports/m-footbl/recaps/110709aaa.html\"><span>Illinois Holds Off Minnesota 35-32</span></a>");
document.write("</h3>");
document.write("</div>");
document.write("</div><script type=\"text/javascript\" language=\"javascript\">");
document.write("showSS42118(1);");
document.write("</script>");
