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?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-1883-SS4-wrapper\" id=\"SS4_wrapper_1883\">");
document.write("<img class=\"edu-il-ws-1883-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2010/03/10/25187.jpg\"><img class=\"edu-il-ws-1883-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2010/02/21/24775.jpg\"><img class=\"edu-il-ws-1883-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2010/02/19/24764.jpg\"><img class=\"edu-il-ws-1883-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2010/02/19/24763.jpg\"><img class=\"edu-il-ws-1883-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2010/02/19/24762.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\">");
document.write("<a onmouseover=\"javascript:showSS41883(1);stopSS41883();\" onfocus=\"javascript:showSS41883(1);stopSS41883();\" onmouseout=\"javascript:startSS41883();\" onblur=\"javascript:startSS41883();\" title=\"The Fighting Illini finished the 2009-10 campaign with a 19-15 overall record and a 7-11 mark in the Big Ten to tie for eighth place. Illinois fell to top-seeded Ohio State in the quarterfinals of the Big Ten Tournament and then advanced to the quarterfinals of Women's National Invitation Tournament (WNIT) before falling at Illinois\" target=\"_new\" href=\"http://www.fightingillini.com/sports/w-baskbl/spec-rel/052010aae.html\"><span>2009-10 Illinois Women's Basketball Season in Review</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news2_1883\">");
document.write("<a onmouseover=\"javascript:showSS41883(2);stopSS41883();\" onfocus=\"javascript:showSS41883(2);stopSS41883();\" onmouseout=\"javascript:startSS41883();\" onblur=\"javascript:startSS41883();\" title=\"Summer is an important time for the development of young basketball players, and with school winding down, there is still time to register for summer basketball camps. Illinois head women's basketball coach Jolette Law and her staff will be conducting five different girls' basketball camps on the University of Illinois campus in the coming months to help maximize each player's potential.\" target=\"_new\" href=\"http://www.fightingillini.com/sports/w-baskbl/spec-rel/051710aac.html\"><span>Jolette Law Basketball Camps Are Just Around the Corner</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news3_1883\">");
document.write("<a onmouseover=\"javascript:showSS41883(3);stopSS41883();\" onfocus=\"javascript:showSS41883(3);stopSS41883();\" onmouseout=\"javascript:startSS41883();\" onblur=\"javascript:startSS41883();\" title=\"The University of Illinois Division of Intercollegiate Athletics has announced it will donate in total $7,320.02 in proceeds from its &quot;Pink&quot; Auction to both Coaches vs. Cancer and the Kay Yow Foundation. Both foundations will receive a check for $3,660.01 toward its efforts in cancer research, education and advocacy.\" target=\"_new\" href=\"http://www.fightingillini.com/sports/w-baskbl/spec-rel/051010aaa.html\"><span>Pink Auction Benefits Kay Yow Foundation and Coaches vs. Cancer</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news4_1883\">");
document.write("<a onmouseover=\"javascript:showSS41883(4);stopSS41883();\" onfocus=\"javascript:showSS41883(4);stopSS41883();\" onmouseout=\"javascript:startSS41883();\" onblur=\"javascript:startSS41883();\" title=\"The Fighting Illini women's basketball team, along with several support staff and friends of Assistant to the Head Coach Diane Hobin, took part in the Urbana Walk MS Sunday, May 2 at Meadowbrook Park.    Team Fighters, as the players and staff called themselves, walked for Hobin, who was diagnosed with MS in February of 2007. The team raised over $2,300 for Greater Illinois Chapter of the National Multiple Sclerosis Society. In two years, Team Fighters has raised over $4,000 to help fight MS.\" target=\"_new\" href=\"http://www.fightingillini.com/sports/w-baskbl/spec-rel/050610aaa.html\"><span>Team Fighters Raises Over $2,300 at Walk MS</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news5_1883\">");
document.write("<a onmouseover=\"javascript:showSS41883(5);stopSS41883();\" onfocus=\"javascript:showSS41883(5);stopSS41883();\" onmouseout=\"javascript:startSS41883();\" onblur=\"javascript:startSS41883();\" title=\"Senior forward Jenna Smith was named the Illinois women's basketball Most Valuable Player for the third consecutive season at the team's post-season banquet on Sunday at Champaign Country Club. Head coach Jolette Law and her staff reflected on the 2009-10 season and honored several players for their efforts and accomplishments throughout the year at the 30th annual event hosted by the Courtsiders Booster Club.\" target=\"_new\" href=\"http://www.fightingillini.com/sports/w-baskbl/spec-rel/041110aaa.html\"><span>Smith Named MVP For Third Straight Year at Annual Courtsiders Banquet</span></a>");
document.write("</h3>");
document.write("</div>");
document.write("</div><script type=\"text/javascript\" language=\"javascript\">");
document.write("showSS41883(1);");
document.write("</script>");

