var wsStyleVar = document.createElement('style');
var wsContentVar = '';
wsContentVar += '#SS4_wrapper_19 h3{';
wsContentVar += 'xxxtext-transform:none;';
wsContentVar += '}';
wsContentVar += '';
wsContentVar += '';
wsContentVar += '.edu-il-ws-19-SS4-wrapper {';
wsContentVar += 'position: relative;';
wsContentVar += 'z-index: 0;';
wsContentVar += 'background: url(https://illinois.edu/skinDesigner/css/2495/feature_background_middle.jpg) repeat-x #f2f2f2;';
wsContentVar += 'width: 1035px;';
wsContentVar += 'height: 256px;';
wsContentVar += 'overflow: hidden;';
wsContentVar += '}';
wsContentVar += '.edu-il-ws-19-SS4-wrapper-withBorder {';
wsContentVar += 'border: none;';
wsContentVar += 'position: relative;';
wsContentVar += 'z-index: 0;';
wsContentVar += 'background: url(https://illinois.edu/skinDesigner/css/2495/feature_background_middle.jpg) repeat-x #f2f2f2;';
wsContentVar += 'width: 1035px;';
wsContentVar += 'height: 256px;';
wsContentVar += 'overflow: hidden;';
wsContentVar += '}';
wsContentVar += '.edu-il-ws-19-SS4-image, #SS4_description_19 div {';
wsContentVar += 'display: none;';
wsContentVar += '}';
wsContentVar += '#SS4_image1_19, #SS4_image2_19{';
wsContentVar += 'position: absolute;';
wsContentVar += 'background-repeat: no-repeat;';
wsContentVar += 'z-index: 1;';
wsContentVar += 'top: 0;';
wsContentVar += 'left: 0;';
wsContentVar += 'width: 500px;';
wsContentVar += 'height: 256px;';
wsContentVar += '}';
wsContentVar += '/* For all browsers other than IE */';
wsContentVar += '#SS4_description_19 .SS4_current_19 {';
wsContentVar += 'display: none;';
wsContentVar += 'visibility: hidden;';
wsContentVar += 'background:#ffcccc none repeat scroll 0%;';
wsContentVar += 'display: block;';
wsContentVar += 'position: absolute;';
wsContentVar += 'top: 129px;';
wsContentVar += 'height: 57px;';
wsContentVar += 'width: 500px;';
wsContentVar += 'z-index: 2;';
wsContentVar += 'padding: 5px;';
wsContentVar += 'font-size: 70%;';
wsContentVar += 'overflow: hidden;';
wsContentVar += 'font-family:Arial, Helvetica, sans-serif;';
wsContentVar += 'margin: 20px 0 0 0;';
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_19 .SS4_current_19_IE {';
wsContentVar += 'visibility: hidden;';
wsContentVar += 'background:#ffcccc none repeat scroll 0%;';
wsContentVar += 'display: block;';
wsContentVar += 'position: absolute;';
wsContentVar += 'top: 129px;';
wsContentVar += 'height: 67px;';
wsContentVar += 'width: 500px;';
wsContentVar += 'z-index: 2;';
wsContentVar += 'padding: 5px;';
wsContentVar += 'font-size: 70%;';
wsContentVar += 'overflow: hidden;';
wsContentVar += 'font-family:Arial, Helvetica, sans-serif;';
wsContentVar += '';
wsContentVar += '}';
wsContentVar += '#SS4_title_19 {';
wsContentVar += 'background: url(https://illinois.edu/skinDesigner/css/2495/feature_topresearch_fullbackground.jpg) no-repeat #DDE3AB;';
wsContentVar += 'position: absolute;';
wsContentVar += 'right: 0px;';
wsContentVar += 'z-index: 3;';
wsContentVar += 'width: 530px;';
wsContentVar += 'height: 210px;';
wsContentVar += 'padding: 46px 0 0 0;';
wsContentVar += '}';
wsContentVar += '#SS4_title_19 h3 {';
wsContentVar += 'line-height: 37.2px;';
wsContentVar += 'height: 37.2px;';
wsContentVar += 'overflow: hidden;';
wsContentVar += 'font-size: 12px;';
wsContentVar += 'font-weight: normal;';
wsContentVar += 'font-family:Arial, Helvetica, sans-serif;';
wsContentVar += 'padding: 0;';
wsContentVar += 'margin: 0;';
wsContentVar += 'border: 1px solid #e0e3e7;';
wsContentVar += 'border-top: 1px solid #fff;';
wsContentVar += 'border-right: 0;';
wsContentVar += 'background: #dde3ab url(https://illinois.edu/skinDesigner/css/2495/bgActive.jpg) left top repeat-x;';
wsContentVar += 'width: 530px;';
wsContentVar += '}';
wsContentVar += '#SS4_title_19 h3.SS4_current_19 {';
wsContentVar += 'background: #a0b114 url(https://illinois.edu/skinDesigner/css/2495/bgOver.jpg) left top repeat-x;';
wsContentVar += '}';
wsContentVar += '#SS4_title_19 h3 a {';
wsContentVar += 'text-decoration:none;';
wsContentVar += 'display: block;';
wsContentVar += 'height: 38.2px;';
wsContentVar += 'padding-left: 25px;';
wsContentVar += 'color:#003399;';
wsContentVar += 'font-family:Arial, Helvetica, sans-serif;';
wsContentVar += 'background: transparent url(https://illinois.edu/skinDesigner/css/2495/bgButtonActive.jpg) 2px center no-repeat;';
wsContentVar += '}';
wsContentVar += '#SS4_title_19 h3.SS4_current_19 a {';
wsContentVar += 'color: #fff;';
wsContentVar += 'background-image: url(https://illinois.edu/skinDesigner/css/2495/bgButtonOver.jpg);';
wsContentVar += '}';
wsContentVar += '#SS4_title_19 h3 a:hover {';
wsContentVar += 'text-decoration: none;';
wsContentVar += 'font-weight: bold;';
wsContentVar += '}';
wsContentVar += '#SS4_title_19 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 itemsSS419 = 5;
var secondsSS419 = 7; var motionSS419 = true;
var currentSS419 = 1;
var currentImageBoxSS419 = 1;
var timeoutSS419;

function startSS419()
{
if (motionSS419 == false)
{
motionSS419 = true;
timeoutSS419 = setTimeout("cycleImageSS419()",secondsSS419*1000);
}
}

function stopSS419()
{
if (motionSS419 == true)
{
motionSS419 = false;
clearTimeout(timeoutSS419);
}
}

function showSS419(number)
{
for (var i = 1; i<=itemsSS419; i++)
{
if (i == number)
{
document.getElementById("SS4_news"+i+"_19").className = "SS4_current_19";
document.getElementById("SS4_image1_19").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_19').getElementsByTagName('img')[i-1].src+")";
if (document.getElementById("SS4_description_19"))
{
if (navigator.appName == "Microsoft Internet Explorer")
{
document.getElementById("SS4_description_19").getElementsByTagName('div')[i-1].className = "SS4_current_19_IE";
}
else
{
document.getElementById("SS4_description_19").getElementsByTagName('div')[i-1].className = "SS4_current_19";
}
}
if (i == itemsSS419)
{
document.getElementById("SS4_image2_19").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_19').getElementsByTagName('img')[0].src+")";
}
else
{
document.getElementById("SS4_image2_19").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_19').getElementsByTagName('img')[i].src+")";
}
}
else
{
document.getElementById("SS4_news"+i+"_19").className = "";
if (document.getElementById("SS4_description_19"))
{
document.getElementById("SS4_description_19").getElementsByTagName('div')[i-1].className = "";
}
}
}
currentSS419 = number;
if (currentImageBoxSS419 == 2)
{
currentImageBoxSS419 = 1;
document.getElementById("SS4_image1_19").style.opacity = "1";
document.getElementById("SS4_image2_19").style.opacity = "0";
document.getElementById("SS4_image1_19").style.filter = "alpha(opacity=100)";
document.getElementById("SS4_image2_19").style.filter = "alpha(opacity=0)";
document.getElementById("SS4_image1_19").style.mozopacity = "1";
document.getElementById("SS4_image2_19").style.mozopacity = "0";
}
}


function cycleImageSS419()
{
if (motionSS419 == true)
{
switchTextSS419();
fadeImageSS419(1);
timeoutSS419 = setTimeout("cycleImageSS419()",secondsSS419*1000);
if (currentSS419 == itemsSS419)
{
currentSS419 = 1;
}
else
{
currentSS419++;
}
}
}

function switchTextSS419()
{
newSS419 = currentSS419+1;
if (newSS419 > itemsSS419) newSS419=1;
for (var i = 1; i<=itemsSS419; i++)
{
if (i == newSS419)
{
document.getElementById("SS4_news"+i+"_19").className = "SS4_current_19";
if (document.getElementById("SS4_description_19"))
{
if (navigator.appName == "Microsoft Internet Explorer")
{
document.getElementById("SS4_description_19").getElementsByTagName('div')[i-1].className = "SS4_current_19_IE";
}
else
{
document.getElementById("SS4_description_19").getElementsByTagName('div')[i-1].className = "SS4_current_19";
}
}
}
else
{
document.getElementById("SS4_news"+i+"_19").className = "";
if (document.getElementById("SS4_description_19"))
{
document.getElementById("SS4_description_19").getElementsByTagName('div')[i-1].className = "";
}
}
}
}

function fadeImageSS419(seconds)
{
if (currentImageBoxSS419 == 1)
{
new Effect.Opacity('SS4_image1_19', {duration: seconds, from: 1.0, to: 0 });
new Effect.Opacity('SS4_image2_19', {duration: seconds, from: 0, to: 1.0 });
}
else
{
new Effect.Opacity('SS4_image2_19', {duration: seconds, from: 1.0, to: 0 });
new Effect.Opacity('SS4_image1_19', {duration: seconds, from: 0, to: 1.0 });
}
setTimeout("updateImageBoxSS419()",seconds*1000);
}

function updateImageBoxSS419(seconds)
{
var nextSS419;
if (currentSS419 == itemsSS419)
{
nextSS419 = 1;
}
else
{
nextSS419 = currentSS419+1;
}
if (currentImageBoxSS419 == 1)
{
document.getElementById("SS4_image1_19").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_19').getElementsByTagName('img')[nextSS419-1].src+")";
currentImageBoxSS419 = 2;
}
else
{
document.getElementById("SS4_image2_19").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_19').getElementsByTagName('img')[nextSS419-1].src+")";
currentImageBoxSS419 = 1;
}
}

timeoutSS419 = setTimeout("cycleImageSS419()",secondsSS419*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-19-SS4-wrapper-withBorder\" id=\"SS4_wrapper_19\">");
document.write("<img class=\"edu-il-ws-19-SS4-image\" alt=\"Professor James Coleman, a pioneer of photonics and semiconductor lasers, was elected to the National Academy of Engineering.\" src=\"https://illinois.edu/lb/files/2012/02/09/37769.jpg\"><img class=\"edu-il-ws-19-SS4-image\" alt=\"Robert Bruno, a professor of labor and employment relations, says a tax-increment finance program that can equally serve to bolster both the city of Chicagos economic development and the needs of public school children is not likely to arise from the current approach to the issue.\" src=\"https://illinois.edu/lb/files/2012/02/09/37765.jpg\"><img class=\"edu-il-ws-19-SS4-image\" alt=\"Rock, paper or scissors? Learning while playing a strategic game against others involves a different pattern of brain activity than learning from the consequences of ones own actions, researchers found.\" src=\"https://illinois.edu/lb/files/2012/02/06/37675.jpg\"><img class=\"edu-il-ws-19-SS4-image\" alt=\"Mesenchymal stem cells (green) accumulate in skeletal muscle following exercise and release growth factors to spur regeneration.\" src=\"https://illinois.edu/lb/files/2012/02/06/37672.jpg\"><img class=\"edu-il-ws-19-SS4-image\" alt=\"Law professor Richard L. Kaplan says a so-called Buffett Rule that would implement a higher minimum tax rate for those with income over $1 million per year would have little effect on the taxes of the real-life Warren Buffett unless it takes capital gains into account.\" src=\"https://illinois.edu/lb/files/2012/02/06/37668.jpg\"><div id=\"SS4_image1_19\" style=\"background-image: url(https://illinois.edu/lb/files/);\"></div>");
document.write("<div id=\"SS4_image2_19\" style=\"background-image: url(https://illinois.edu/lb/files/);opacity:0;filter:alpha(opacity=0);-moz-opacity:0;\"></div>");
document.write("<div id=\"SS4_description_19\">");
document.write("<div class=\"SS4_current_19\">Photonics pioneer James J. Coleman has been elected to membership in the National Academy of Engineering. Coleman is the Intel Alumni Endowed Chair in Electrical and Computer Engineering and a professor of materials science and engineering at the University of Illinois.</div>");
document.write("<div class=\"\">Robert Bruno, a professor of labor and employment relations, says a tax-increment finance program that can equally serve to bolster both the city of Chicagos economic development and the needs of public school children is not likely to arise from the current approach to the issue.</div>");
document.write("<div class=\"\">Researchers have found a way to study how our brains assess the behavior  and likely future actions  of others during competitive social interactions. Their study, described in a paper in the Proceedings of the National Academy of Sciences, is the first to use a computational approach to tease out differing patterns of brain activity during these interactions, the researchers report.</div>");
document.write("<div class=\"\">University of Illinois researchers determined that an adult stem cell present in muscle is responsive to exercise, a discovery that may provide a link between exercise and muscle health. The findings could lead to new therapeutic techniques using these cells to rehabilitate injured muscle and prevent or restore muscle loss with age.</div>");
document.write("<div class=\"\">Law professor Richard L. Kaplan says a so-called Buffett Rule that would implement a higher minimum tax rate for those with income over $1 million per year would have little effect on the taxes of the real-life Warren Buffett unless it takes capital gains into account.  </div>");
document.write("</div>");
document.write("<div id=\"SS4_title_19\">");
document.write("<h3 class=\"SS4_current_19\" id=\"SS4_news1_19\">");
document.write("<a onmouseover=\"javascript:showSS419(1);stopSS419();\" onfocus=\"javascript:showSS419(1);stopSS419();\" onmouseout=\"javascript:startSS419();\" onblur=\"javascript:startSS419();\" title=\"Photonics pioneer James J. Coleman has been elected to membership in the National Academy of Engineering. Coleman is the Intel Alumni Endowed Chair in Electrical and Computer Engineering and a professor of materials science and engineering at the University of Illinois.\" target=\"_new\" href=\"http://news.illinois.edu/news/12/0209NAE_JamesColeman.html\"><span>Illinois professor elected to National Academy of Engineering</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news2_19\">");
document.write("<a onmouseover=\"javascript:showSS419(2);stopSS419();\" onfocus=\"javascript:showSS419(2);stopSS419();\" onmouseout=\"javascript:startSS419();\" onblur=\"javascript:startSS419();\" title=\"Robert Bruno, a professor of labor and employment relations, says a tax-increment finance program that can equally serve to bolster both the city of Chicagos economic development and the needs of public school children is not likely to arise from the current approach to the issue.\" target=\"_new\" href=\"http://news.illinois.edu/news/12/0209TIF_RobertBruno.html\"><span>Research: Tax-increment financing debate needs new approach</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news3_19\">");
document.write("<a onmouseover=\"javascript:showSS419(3);stopSS419();\" onfocus=\"javascript:showSS419(3);stopSS419();\" onmouseout=\"javascript:startSS419();\" onblur=\"javascript:startSS419();\" title=\"Researchers have found a way to study how our brains assess the behavior  and likely future actions  of others during competitive social interactions. Their study, described in a paper in the Proceedings of the National Academy of Sciences, is the first to use a computational approach to tease out differing patterns of brain activity during these interactions, the researchers report.\" target=\"_new\" href=\"http://news.illinois.edu/news/12/0206brainKyleMathewson_MingHsu.html\"><span>It's not solitaire: Brain activity differs when one plays against others</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news4_19\">");
document.write("<a onmouseover=\"javascript:showSS419(4);stopSS419();\" onfocus=\"javascript:showSS419(4);stopSS419();\" onmouseout=\"javascript:startSS419();\" onblur=\"javascript:startSS419();\" title=\"University of Illinois researchers determined that an adult stem cell present in muscle is responsive to exercise, a discovery that may provide a link between exercise and muscle health. The findings could lead to new therapeutic techniques using these cells to rehabilitate injured muscle and prevent or restore muscle loss with age.\" target=\"_new\" href=\"http://news.illinois.edu/news/12/0206muscle_MarniBoppart.html\"><span>Exercise triggers stem cells in muscle</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news5_19\">");
document.write("<a onmouseover=\"javascript:showSS419(5);stopSS419();\" onfocus=\"javascript:showSS419(5);stopSS419();\" onmouseout=\"javascript:startSS419();\" onblur=\"javascript:startSS419();\" title=\"Law professor Richard L. Kaplan says a so-called Buffett Rule that would implement a higher minimum tax rate for those with income over $1 million per year would have little effect on the taxes of the real-life Warren Buffett unless it takes capital gains into account.  \" target=\"_new\" href=\"http://news.illinois.edu/news/12/0206BuffettRule_RichardKaplan.html\"><span>Expert: 'Buffett Rule' would need tie to capital gains to affect millionaires</span></a>");
document.write("</h3>");
document.write("</div>");
document.write("</div><script type=\"text/javascript\" language=\"javascript\">");
document.write("showSS419(1);");
document.write("</script>");

