var wsStyleVar = document.createElement('style');
var 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 #262f34;';
wsContentVar += 'position: absolute;';
wsContentVar += 'right: 0px;';
wsContentVar += 'z-index: 3;';
wsContentVar += 'width: 500px;';
wsContentVar += 'height: 196px;';
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: 500px;';
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.gif);';
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" 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=\"\" src=\"https://illinois.edu/lb/files/2009/11/20/23141.jpg\"><img class=\"edu-il-ws-19-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2009/11/19/23114.jpg\"><img class=\"edu-il-ws-19-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2009/11/19/23116.jpg\"><img class=\"edu-il-ws-19-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2009/11/16/23041.jpg\"><img class=\"edu-il-ws-19-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2009/11/16/23049.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\">You dont need to be a bibliophile to know that a book is quite possibly the perfect holiday gift for a child. As any lover of literature knows, books are just as immersive and entertaining as video games, they dont require batteries and wont crash while theyre being used.</div>");
document.write("<div class=\"\">A new statistical technique developed by researchers at the University of Illinois allows scientists to scan a genome for specific gene-regulatory regions without requiring prior knowledge of the relevant transcription factors.</div>");
document.write("<div class=\"\">The United States has led the way for decades in promoting free trade and globalization, but contrary to common wisdom, its now among the most vulnerable to a growing backlash against it, says University of Illinois professor Jude Hays.</div>");
document.write("<div class=\"\">Tax increases are the only solution to a widening budget crisis that a new study says has landed Illinois among the nations most financially troubled states, a soon-to-be-released report by a team of University of Illinois economists warns.</div>");
document.write("<div class=\"\">Two new studies of pedestrian safety found that using a cell phone while hoofing it can endanger ones health. And older pedestrians talking on cell phones are particularly impaired in crossing a busy (simulated) street, the researchers found.</div>");
document.write("</div>");
document.write("<div id=\"SS4_title_19\">");
document.write("<h3 class=\"SS4_current_19\" id=\"SS4_news1_19\" onMouseOver=\"javascript:showSS419(1);stopSS419();\" onMouseOut=\"javascript:startSS419();\">");
document.write("<a title=\"You dont need to be a bibliophile to know that a book is quite possibly the perfect holiday gift for a child. As any lover of literature knows, books are just as immersive and entertaining as video games, they dont require batteries and wont crash while theyre being used.\" target=\"_new\" href=\"http://news.illinois.edu/news/09/1120gift.html\"><span>U. of I. children's book guide offers help to holiday book shoppers</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news2_19\" onMouseOver=\"javascript:showSS419(2);stopSS419();\" onMouseOut=\"javascript:startSS419();\">");
document.write("<a title=\"A new statistical technique developed by researchers at the University of Illinois allows scientists to scan a genome for specific gene-regulatory regions without requiring prior knowledge of the relevant transcription factors.\" target=\"_new\" href=\"http://news.illinois.edu/news/09/1119gene.html\"><span>Gene regulatory sites found without knowledge of regulators</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news3_19\" onMouseOver=\"javascript:showSS419(3);stopSS419();\" onMouseOut=\"javascript:startSS419();\">");
document.write("<a title=\"The United States has led the way for decades in promoting free trade and globalization, but contrary to common wisdom, its now among the most vulnerable to a growing backlash against it, says University of Illinois professor Jude Hays.\" target=\"_new\" href=\"http://news.illinois.edu/news/09/1119freetrade.html\"><span>U.S., other free-trade leaders, among most vulnerable to backlash</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news4_19\" onMouseOver=\"javascript:showSS419(4);stopSS419();\" onMouseOut=\"javascript:startSS419();\">");
document.write("<a title=\"Tax increases are the only solution to a widening budget crisis that a new study says has landed Illinois among the nations most financially troubled states, a soon-to-be-released report by a team of University of Illinois economists warns.\" target=\"_new\" href=\"http://news.illinois.edu/news/09/1116budget.html\"><span>Only tax increase can cure Illinois budget woes, study says</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news5_19\" onMouseOver=\"javascript:showSS419(5);stopSS419();\" onMouseOut=\"javascript:startSS419();\">");
document.write("<a title=\"Two new studies of pedestrian safety found that using a cell phone while hoofing it can endanger ones health. And older pedestrians talking on cell phones are particularly impaired in crossing a busy (simulated) street, the researchers found.\" target=\"_new\" href=\"http://news.illinois.edu/news/09/1116cellphone.html\"><span>Walking while talking on the cell phone can be hazardous</span></a>");
document.write("</h3>");
document.write("</div>");
document.write("</div><script type=\"text/javascript\" language=\"javascript\">");
document.write("showSS419(1);");
document.write("</script>");
