var wsStyleVar = document.createElement('style');
var wsContentVar = '';
wsContentVar += '.edu-il-ws-1883-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-1883-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-1883-SS4-image, #SS4_description_1883 div {';
wsContentVar += 'display: none;';
wsContentVar += '}';
wsContentVar += '#SS4_image1_1883, #SS4_image2_1883{';
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_1883 .SS4_current_1883 {';
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_1883 .SS4_current_1883_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_1883 {';
wsContentVar += 'margin-top:185px;';
wsContentVar += 'position:absolute;';
wsContentVar += 'right:0;';
wsContentVar += 'width:470px;';
wsContentVar += 'z-index:3;';
wsContentVar += '}';
wsContentVar += '#SS4_title_1883 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_1883 h3.SS4_current_1883 {';
wsContentVar += 'background:none;';
wsContentVar += '}';
wsContentVar += '#SS4_title_1883 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_1883 h3.SS4_current_1883 a {';
wsContentVar += 'color: #ff6600;';
wsContentVar += '}';
wsContentVar += '#SS4_title_1883 h3 a:hover {';
wsContentVar += 'text-decoration: none;';
wsContentVar += '}';
wsContentVar += '#SS4_title_1883 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 itemsSS41883 = 5;
var secondsSS41883 = 8; var motionSS41883 = true;
var currentSS41883 = 1;
var currentImageBoxSS41883 = 1;
var timeoutSS41883;

function startSS41883()
{
if (motionSS41883 == false)
{
motionSS41883 = true;
timeoutSS41883 = setTimeout("cycleImageSS41883()",secondsSS41883*1000);
}
}

function stopSS41883()
{
if (motionSS41883 == true)
{
motionSS41883 = false;
clearTimeout(timeoutSS41883);
}
}

function showSS41883(number)
{
for (var i = 1; i<=itemsSS41883; i++)
{
if (i == number)
{
document.getElementById("SS4_news"+i+"_1883").className = "SS4_current_1883";
document.getElementById("SS4_image1_1883").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_1883').getElementsByTagName('img')[i-1].src+")";
if (document.getElementById("SS4_description_1883"))
{
if (navigator.appName == "Microsoft Internet Explorer")
{
document.getElementById("SS4_description_1883").getElementsByTagName('div')[i-1].className = "SS4_current_1883_IE";
}
else
{
document.getElementById("SS4_description_1883").getElementsByTagName('div')[i-1].className = "SS4_current_1883";
}
}
if (i == itemsSS41883)
{
document.getElementById("SS4_image2_1883").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_1883').getElementsByTagName('img')[0].src+")";
}
else
{
document.getElementById("SS4_image2_1883").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_1883').getElementsByTagName('img')[i].src+")";
}
}
else
{
document.getElementById("SS4_news"+i+"_1883").className = "";
if (document.getElementById("SS4_description_1883"))
{
document.getElementById("SS4_description_1883").getElementsByTagName('div')[i-1].className = "";
}
}
}
currentSS41883 = number;
if (currentImageBoxSS41883 == 2)
{
currentImageBoxSS41883 = 1;
document.getElementById("SS4_image1_1883").style.opacity = "1";
document.getElementById("SS4_image2_1883").style.opacity = "0";
document.getElementById("SS4_image1_1883").style.filter = "alpha(opacity=100)";
document.getElementById("SS4_image2_1883").style.filter = "alpha(opacity=0)";
document.getElementById("SS4_image1_1883").style.mozopacity = "1";
document.getElementById("SS4_image2_1883").style.mozopacity = "0";
}
}


function cycleImageSS41883()
{
if (motionSS41883 == true)
{
switchTextSS41883();
fadeImageSS41883(1);
timeoutSS41883 = setTimeout("cycleImageSS41883()",secondsSS41883*1000);
if (currentSS41883 == itemsSS41883)
{
currentSS41883 = 1;
}
else
{
currentSS41883++;
}
}
}

function switchTextSS41883()
{
newSS41883 = currentSS41883+1;
if (newSS41883 > itemsSS41883) newSS41883=1;
for (var i = 1; i<=itemsSS41883; i++)
{
if (i == newSS41883)
{
document.getElementById("SS4_news"+i+"_1883").className = "SS4_current_1883";
if (document.getElementById("SS4_description_1883"))
{
if (navigator.appName == "Microsoft Internet Explorer")
{
document.getElementById("SS4_description_1883").getElementsByTagName('div')[i-1].className = "SS4_current_1883_IE";
}
else
{
document.getElementById("SS4_description_1883").getElementsByTagName('div')[i-1].className = "SS4_current_1883";
}
}
}
else
{
document.getElementById("SS4_news"+i+"_1883").className = "";
if (document.getElementById("SS4_description_1883"))
{
document.getElementById("SS4_description_1883").getElementsByTagName('div')[i-1].className = "";
}
}
}
}

function fadeImageSS41883(seconds)
{
if (currentImageBoxSS41883 == 1)
{
new Effect.Opacity('SS4_image1_1883', {duration: seconds, from: 1.0, to: 0 });
new Effect.Opacity('SS4_image2_1883', {duration: seconds, from: 0, to: 1.0 });
}
else
{
new Effect.Opacity('SS4_image2_1883', {duration: seconds, from: 1.0, to: 0 });
new Effect.Opacity('SS4_image1_1883', {duration: seconds, from: 0, to: 1.0 });
}
setTimeout("updateImageBoxSS41883()",seconds*1000);
}

function updateImageBoxSS41883(seconds)
{
var nextSS41883;
if (currentSS41883 == itemsSS41883)
{
nextSS41883 = 1;
}
else
{
nextSS41883 = currentSS41883+1;
}
if (currentImageBoxSS41883 == 1)
{
document.getElementById("SS4_image1_1883").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_1883').getElementsByTagName('img')[nextSS41883-1].src+")";
currentImageBoxSS41883 = 2;
}
else
{
document.getElementById("SS4_image2_1883").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_1883').getElementsByTagName('img')[nextSS41883-1].src+")";
currentImageBoxSS41883 = 1;
}
}

timeoutSS41883 = setTimeout("cycleImageSS41883()",secondsSS41883*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-1883-SS4-wrapper\" id=\"SS4_wrapper_1883\">");
document.write("<img class=\"edu-il-ws-1883-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2009/05/07/10365.jpg\"><img class=\"edu-il-ws-1883-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2009/06/22/11338.jpg\"><img class=\"edu-il-ws-1883-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2009/07/30/12123.jpg\"><img class=\"edu-il-ws-1883-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2009/07/30/12122.jpg\"><img class=\"edu-il-ws-1883-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2009/06/22/11337.jpg\"><div id=\"SS4_image1_1883\" style=\"background-image: url(https://illinois.edu/lb/files/);\"></div>");
document.write("<div id=\"SS4_image2_1883\" 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_1883\">");
document.write("<h3 class=\"SS4_current_1883\" id=\"SS4_news1_1883\" onMouseOver=\"javascript:showSS41883(1);stopSS41883();\" onMouseOut=\"javascript:startSS41883();\">");
document.write("<a title=\"\" target=\"_new\" href=\"http://www.fightingillini.com/sports/w-baskbl/spec-rel/102909aaa.html\"><span>Smith Again Named to Preseason All-Big Ten Team</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news2_1883\" onMouseOver=\"javascript:showSS41883(2);stopSS41883();\" onMouseOut=\"javascript:startSS41883();\">");
document.write("<a title=\"Yankee Ridge Elementary School students got the chance last week to look up (sometimes REALLY up) to some local sports stars, as the U of I Women's Basketball Team visited the school to have fun with the students and encourage them to work hard in school.\" target=\"_new\" href=\"http://www.fightingillini.com/sports/w-baskbl/spec-rel/092909aaa.html\"><span>Illini Visit Yankee Ridge After-School Program</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news3_1883\" onMouseOver=\"javascript:showSS41883(3);stopSS41883();\" onMouseOut=\"javascript:startSS41883();\">");
document.write("<a title=\"The Women's Basketball Coaches Association (WBCA), on behalf of the Wade Coalition, announced Thursday the 2009-2010 preseason 'Wade Watch' list for The State Farm Wade Trophy Division I Player of the Year. University of Illinois senior Jenna Smith is one of 25 named to the list, which is made up of top NCAA Division I student-athletes who best embody the spirit of Lily Margaret Wade according to the following criteria: game and season statistics, leadership, character, effect on their team and overall playing ability.\" target=\"_new\" href=\"http://www.fightingillini.com/sports/w-baskbl/spec-rel/073009aab.html\"><span>Smith Named to Wade Trophy Watch List</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news4_1883\" onMouseOver=\"javascript:showSS41883(4);stopSS41883();\" onMouseOut=\"javascript:startSS41883();\">");
document.write("<a title=\"University of Illinois incoming freshman Destiny Williams has helped lead Team USA to a berth in the quarterfinals at the 2009 FIBA Women's U19 World Championships in Bangkok. The United States defeated Japan 109-68 on Wednesday to finish the second round with a 5-1 overall record and has now won five in a row after an opening-game loss to Spain.\" target=\"_new\" href=\"http://www.fightingillini.com/sports/w-baskbl/spec-rel/072909aaa.html\"><span>Williams and Team USA Advance to Medal Round</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news5_1883\" onMouseOver=\"javascript:showSS41883(5);stopSS41883();\" onMouseOut=\"javascript:startSS41883();\">");
document.write("<a title=\"Following three days of team trials featuring 27 of the nation's top 19-and-unders competing at the U.S. Olympic Training Center in Colorado Springs, Colo., USA Basketball today announced the 14 finalists for the 2009 USA Women's U19 World Championship Team.\" target=\"_new\" href=\"http://www.fightingillini.com/sports/w-baskbl/spec-rel/051709aac.html\"><span>Williams a Finalist for USA U19 National Team</span></a>");
document.write("</h3>");
document.write("</div>");
document.write("</div><script type=\"text/javascript\" language=\"javascript\">");
document.write("showSS41883(1);");
document.write("</script>");
