var wsStyleVar = document.createElement('style');
var wsContentVar = '';
wsContentVar += '.edu-il-ws-1090-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-1090-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-1090-SS4-image, #SS4_description_1090 div {';
wsContentVar += 'display: none;';
wsContentVar += '}';
wsContentVar += '#SS4_image1_1090, #SS4_image2_1090{';
wsContentVar += 'background-color:#000000;';
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_1090 .SS4_current_1090 {';
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_1090 .SS4_current_1090_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_1090 {';
wsContentVar += 'margin-top:185px;';
wsContentVar += 'position:absolute;';
wsContentVar += 'right:0;';
wsContentVar += 'width:470px;';
wsContentVar += 'z-index:3;';
wsContentVar += '}';
wsContentVar += '#SS4_title_1090 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_1090 h3.SS4_current_1090 {';
wsContentVar += 'background:none;';
wsContentVar += '}';
wsContentVar += '#SS4_title_1090 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_1090 h3.SS4_current_1090 a {';
wsContentVar += 'color: #ff6600;';
wsContentVar += '}';
wsContentVar += '#SS4_title_1090 h3 a:hover {';
wsContentVar += 'text-decoration: none;';
wsContentVar += '}';
wsContentVar += '#SS4_title_1090 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 itemsSS41090 = 5;
var secondsSS41090 = 8; var motionSS41090 = true;
var currentSS41090 = 1;
var currentImageBoxSS41090 = 1;
var timeoutSS41090;

function startSS41090()
{
if (motionSS41090 == false)
{
motionSS41090 = true;
timeoutSS41090 = setTimeout("cycleImageSS41090()",secondsSS41090*1000);
}
}

function stopSS41090()
{
if (motionSS41090 == true)
{
motionSS41090 = false;
clearTimeout(timeoutSS41090);
}
}

function showSS41090(number)
{
for (var i = 1; i<=itemsSS41090; i++)
{
if (i == number)
{
document.getElementById("SS4_news"+i+"_1090").className = "SS4_current_1090";
document.getElementById("SS4_image1_1090").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_1090').getElementsByTagName('img')[i-1].src+")";
if (document.getElementById("SS4_description_1090"))
{
if (navigator.appName == "Microsoft Internet Explorer")
{
document.getElementById("SS4_description_1090").getElementsByTagName('div')[i-1].className = "SS4_current_1090_IE";
}
else
{
document.getElementById("SS4_description_1090").getElementsByTagName('div')[i-1].className = "SS4_current_1090";
}
}
if (i == itemsSS41090)
{
document.getElementById("SS4_image2_1090").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_1090').getElementsByTagName('img')[0].src+")";
}
else
{
document.getElementById("SS4_image2_1090").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_1090').getElementsByTagName('img')[i].src+")";
}
}
else
{
document.getElementById("SS4_news"+i+"_1090").className = "";
if (document.getElementById("SS4_description_1090"))
{
document.getElementById("SS4_description_1090").getElementsByTagName('div')[i-1].className = "";
}
}
}
currentSS41090 = number;
if (currentImageBoxSS41090 == 2)
{
currentImageBoxSS41090 = 1;
document.getElementById("SS4_image1_1090").style.opacity = "1";
document.getElementById("SS4_image2_1090").style.opacity = "0";
document.getElementById("SS4_image1_1090").style.filter = "alpha(opacity=100)";
document.getElementById("SS4_image2_1090").style.filter = "alpha(opacity=0)";
document.getElementById("SS4_image1_1090").style.mozopacity = "1";
document.getElementById("SS4_image2_1090").style.mozopacity = "0";
}
}


function cycleImageSS41090()
{
if (motionSS41090 == true)
{
switchTextSS41090();
fadeImageSS41090(1);
timeoutSS41090 = setTimeout("cycleImageSS41090()",secondsSS41090*1000);
if (currentSS41090 == itemsSS41090)
{
currentSS41090 = 1;
}
else
{
currentSS41090++;
}
}
}

function switchTextSS41090()
{
newSS41090 = currentSS41090+1;
if (newSS41090 > itemsSS41090) newSS41090=1;
for (var i = 1; i<=itemsSS41090; i++)
{
if (i == newSS41090)
{
document.getElementById("SS4_news"+i+"_1090").className = "SS4_current_1090";
if (document.getElementById("SS4_description_1090"))
{
if (navigator.appName == "Microsoft Internet Explorer")
{
document.getElementById("SS4_description_1090").getElementsByTagName('div')[i-1].className = "SS4_current_1090_IE";
}
else
{
document.getElementById("SS4_description_1090").getElementsByTagName('div')[i-1].className = "SS4_current_1090";
}
}
}
else
{
document.getElementById("SS4_news"+i+"_1090").className = "";
if (document.getElementById("SS4_description_1090"))
{
document.getElementById("SS4_description_1090").getElementsByTagName('div')[i-1].className = "";
}
}
}
}

function fadeImageSS41090(seconds)
{
if (currentImageBoxSS41090 == 1)
{
new Effect.Opacity('SS4_image1_1090', {duration: seconds, from: 1.0, to: 0 });
new Effect.Opacity('SS4_image2_1090', {duration: seconds, from: 0, to: 1.0 });
}
else
{
new Effect.Opacity('SS4_image2_1090', {duration: seconds, from: 1.0, to: 0 });
new Effect.Opacity('SS4_image1_1090', {duration: seconds, from: 0, to: 1.0 });
}
setTimeout("updateImageBoxSS41090()",seconds*1000);
}

function updateImageBoxSS41090(seconds)
{
var nextSS41090;
if (currentSS41090 == itemsSS41090)
{
nextSS41090 = 1;
}
else
{
nextSS41090 = currentSS41090+1;
}
if (currentImageBoxSS41090 == 1)
{
document.getElementById("SS4_image1_1090").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_1090').getElementsByTagName('img')[nextSS41090-1].src+")";
currentImageBoxSS41090 = 2;
}
else
{
document.getElementById("SS4_image2_1090").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_1090').getElementsByTagName('img')[nextSS41090-1].src+")";
currentImageBoxSS41090 = 1;
}
}

timeoutSS41090 = setTimeout("cycleImageSS41090()",secondsSS41090*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?load=effects" 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-1090-SS4-wrapper\" id=\"SS4_wrapper_1090\">");
document.write("<img class=\"edu-il-ws-1090-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2009/10/20/22395.jpg\"><img class=\"edu-il-ws-1090-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2009/10/20/22397.jpg\"><img class=\"edu-il-ws-1090-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2009/10/20/22396.jpg\"><img class=\"edu-il-ws-1090-SS4-image\" alt=\"ACC/Big Ten Challenge\" src=\"https://illinois.edu/lb/files/2009/10/20/22394.jpg\"><img class=\"edu-il-ws-1090-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2009/10/20/22398.jpg\"><div id=\"SS4_image1_1090\" style=\"background-image: url(https://illinois.edu/lb/files/);\"></div>");
document.write("<div id=\"SS4_image2_1090\" 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_1090\">");
document.write("<h3 class=\"SS4_current_1090\" id=\"SS4_news1_1090\">");
document.write("<a onmouseover=\"javascript:showSS41090(1);stopSS41090();\" onfocus=\"javascript:showSS41090(1);stopSS41090();\" onmouseout=\"javascript:startSS41090();\" onblur=\"javascript:startSS41090();\" title=\"\" target=\"_new\" href=\"http://www.fightingillini.com/sports/m-baskbl/spec-rel/061610aaa.html\"><span>Richmond Makes USA Basketball U18 National Team</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news2_1090\">");
document.write("<a onmouseover=\"javascript:showSS41090(2);stopSS41090();\" onfocus=\"javascript:showSS41090(2);stopSS41090();\" onmouseout=\"javascript:startSS41090();\" onblur=\"javascript:startSS41090();\" title=\"\" target=\"_new\" href=\"http://www.fightingillini.com/sports/m-baskbl/spec-rel/061610aab.html\"><span>D.J. Richardson Named Newcomers of the Year</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news3_1090\">");
document.write("<a onmouseover=\"javascript:showSS41090(3);stopSS41090();\" onfocus=\"javascript:showSS41090(3);stopSS41090();\" onmouseout=\"javascript:startSS41090();\" onblur=\"javascript:startSS41090();\" title=\"\" target=\"_new\" href=\"http://www.fightingillini.com/sports/m-baskbl/spec-rel/052510aaa.html\"><span>Illini Nights at Minor League Baseball</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news4_1090\">");
document.write("<a onmouseover=\"javascript:showSS41090(4);stopSS41090();\" onfocus=\"javascript:showSS41090(4);stopSS41090();\" onmouseout=\"javascript:startSS41090();\" onblur=\"javascript:startSS41090();\" title=\"\" target=\"_new\" href=\"http://www.fightingillini.com/sports/m-baskbl/spec-rel/051210aab.html\"><span>12th Annual ACC/Big Ten Challenge Match-Ups Announced</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news5_1090\">");
document.write("<a onmouseover=\"javascript:showSS41090(5);stopSS41090();\" onfocus=\"javascript:showSS41090(5);stopSS41090();\" onmouseout=\"javascript:startSS41090();\" onblur=\"javascript:startSS41090();\" title=\"\" target=\"_new\" href=\"http://www.fightingillini.com/sports/m-baskbl/spec-rel/050810aaa.html\"><span>McCamey, Davis Withdraw from NBA Draft</span></a>");
document.write("</h3>");
document.write("</div>");
document.write("</div><script type=\"text/javascript\" language=\"javascript\">");
document.write("showSS41090(1);");
document.write("</script>");

