var wsStyleVar = document.createElement('style');
var wsContentVar = '';
wsContentVar += '.edu-il-ws-1353-SS4-wrapper {';
wsContentVar += 'position: relative;';
wsContentVar += 'z-index: 0;';
wsContentVar += 'background-color: #fff;';
wsContentVar += 'height: 235px;';
wsContentVar += 'overflow: hidden;';
wsContentVar += '}';
wsContentVar += '.edu-il-ws-1353-SS4-wrapper-withBorder {';
wsContentVar += 'border: 1px solid #c8d3e2;';
wsContentVar += 'position: relative;';
wsContentVar += 'z-index: 0;';
wsContentVar += 'background-color: #fff;';
wsContentVar += 'height: 235px;';
wsContentVar += 'overflow: hidden;';
wsContentVar += 'width:759px;';
wsContentVar += '}';
wsContentVar += '.edu-il-ws-1353-SS4-image, #SS4_description_1353 div {';
wsContentVar += 'display: none;';
wsContentVar += '}';
wsContentVar += '#SS4_image1_1353, #SS4_image2_1353{';
wsContentVar += 'position: absolute;';
wsContentVar += 'background-repeat: no-repeat;';
wsContentVar += 'z-index: 1;';
wsContentVar += 'top: 0;';
wsContentVar += 'left: 0;';
wsContentVar += 'width: 282px;';
wsContentVar += 'height: 235px;';
wsContentVar += '}';
wsContentVar += '/* For all browsers other than IE */';
wsContentVar += '#SS4_description_1353 .SS4_current_1353 {';
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_1353 .SS4_current_1353_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_1353 {';
wsContentVar += 'background: #fff;';
wsContentVar += 'position: absolute;';
wsContentVar += 'right: 0px;';
wsContentVar += 'z-index: 3;';
wsContentVar += 'width: 480px;';
wsContentVar += 'height: 235px;';
wsContentVar += 'border-left: 1px solid #fff;';
wsContentVar += 'clear:both;';
wsContentVar += '}';
wsContentVar += '#SS4_title_1353 h3 {';
wsContentVar += 'line-height: 37.2px;';
wsContentVar += 'height: 37.2px;';
wsContentVar += 'overflow: hidden;';
wsContentVar += 'font-size: .7em;';
wsContentVar += 'font-weight: bold;';
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: #eee url(https://illinois.edu/webservices/toolbox/pc/ss4/images/bgActive.gif) left top repeat-x;';
wsContentVar += 'width: 480px;';
wsContentVar += '}';
wsContentVar += '#SS4_title_1353 h3.SS4_current_1353 {';
wsContentVar += 'background: #eee url(https://illinois.edu/webservices/toolbox/pc/ss4/images/bgOver.gif) left top repeat-x;';
wsContentVar += '}';
wsContentVar += '#SS4_title_1353 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/webservices/toolbox/pc/ss4/images/bgButtonActive.gif) 2px center no-repeat;';
wsContentVar += '}';
wsContentVar += '#SS4_title_1353 h3.SS4_current_1353 a {';
wsContentVar += 'color: #fff;';
wsContentVar += 'background-image: url(https://illinois.edu/webservices/toolbox/pc/ss4/images/bgButtonOver.gif);';
wsContentVar += '}';
wsContentVar += '#SS4_title_1353 h3 a:hover {';
wsContentVar += 'text-decoration: none;';
wsContentVar += '}';
wsContentVar += '#SS4_title_1353 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 itemsSS41353 = 6;
var secondsSS41353 = 5; var motionSS41353 = true;
var currentSS41353 = 1;
var currentImageBoxSS41353 = 1;
var timeoutSS41353;

function startSS41353()
{
if (motionSS41353 == false)
{
motionSS41353 = true;
timeoutSS41353 = setTimeout("cycleImageSS41353()",secondsSS41353*1000);
}
}

function stopSS41353()
{
if (motionSS41353 == true)
{
motionSS41353 = false;
clearTimeout(timeoutSS41353);
}
}

function showSS41353(number)
{
for (var i = 1; i<=itemsSS41353; i++)
{
if (i == number)
{
document.getElementById("SS4_news"+i+"_1353").className = "SS4_current_1353";
document.getElementById("SS4_image1_1353").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_1353').getElementsByTagName('img')[i-1].src+")";
if (document.getElementById("SS4_description_1353"))
{
if (navigator.appName == "Microsoft Internet Explorer")
{
document.getElementById("SS4_description_1353").getElementsByTagName('div')[i-1].className = "SS4_current_1353_IE";
}
else
{
document.getElementById("SS4_description_1353").getElementsByTagName('div')[i-1].className = "SS4_current_1353";
}
}
if (i == itemsSS41353)
{
document.getElementById("SS4_image2_1353").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_1353').getElementsByTagName('img')[0].src+")";
}
else
{
document.getElementById("SS4_image2_1353").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_1353').getElementsByTagName('img')[i].src+")";
}
}
else
{
document.getElementById("SS4_news"+i+"_1353").className = "";
if (document.getElementById("SS4_description_1353"))
{
document.getElementById("SS4_description_1353").getElementsByTagName('div')[i-1].className = "";
}
}
}
currentSS41353 = number;
if (currentImageBoxSS41353 == 2)
{
currentImageBoxSS41353 = 1;
document.getElementById("SS4_image1_1353").style.opacity = "1";
document.getElementById("SS4_image2_1353").style.opacity = "0";
document.getElementById("SS4_image1_1353").style.filter = "alpha(opacity=100)";
document.getElementById("SS4_image2_1353").style.filter = "alpha(opacity=0)";
document.getElementById("SS4_image1_1353").style.mozopacity = "1";
document.getElementById("SS4_image2_1353").style.mozopacity = "0";
}
}


function cycleImageSS41353()
{
if (motionSS41353 == true)
{
switchTextSS41353();
fadeImageSS41353(1);
timeoutSS41353 = setTimeout("cycleImageSS41353()",secondsSS41353*1000);
if (currentSS41353 == itemsSS41353)
{
currentSS41353 = 1;
}
else
{
currentSS41353++;
}
}
}

function switchTextSS41353()
{
newSS41353 = currentSS41353+1;
if (newSS41353 > itemsSS41353) newSS41353=1;
for (var i = 1; i<=itemsSS41353; i++)
{
if (i == newSS41353)
{
document.getElementById("SS4_news"+i+"_1353").className = "SS4_current_1353";
if (document.getElementById("SS4_description_1353"))
{
if (navigator.appName == "Microsoft Internet Explorer")
{
document.getElementById("SS4_description_1353").getElementsByTagName('div')[i-1].className = "SS4_current_1353_IE";
}
else
{
document.getElementById("SS4_description_1353").getElementsByTagName('div')[i-1].className = "SS4_current_1353";
}
}
}
else
{
document.getElementById("SS4_news"+i+"_1353").className = "";
if (document.getElementById("SS4_description_1353"))
{
document.getElementById("SS4_description_1353").getElementsByTagName('div')[i-1].className = "";
}
}
}
}

function fadeImageSS41353(seconds)
{
if (currentImageBoxSS41353 == 1)
{
new Effect.Opacity('SS4_image1_1353', {duration: seconds, from: 1.0, to: 0 });
new Effect.Opacity('SS4_image2_1353', {duration: seconds, from: 0, to: 1.0 });
}
else
{
new Effect.Opacity('SS4_image2_1353', {duration: seconds, from: 1.0, to: 0 });
new Effect.Opacity('SS4_image1_1353', {duration: seconds, from: 0, to: 1.0 });
}
setTimeout("updateImageBoxSS41353()",seconds*1000);
}

function updateImageBoxSS41353(seconds)
{
var nextSS41353;
if (currentSS41353 == itemsSS41353)
{
nextSS41353 = 1;
}
else
{
nextSS41353 = currentSS41353+1;
}
if (currentImageBoxSS41353 == 1)
{
document.getElementById("SS4_image1_1353").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_1353').getElementsByTagName('img')[nextSS41353-1].src+")";
currentImageBoxSS41353 = 2;
}
else
{
document.getElementById("SS4_image2_1353").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_1353').getElementsByTagName('img')[nextSS41353-1].src+")";
currentImageBoxSS41353 = 1;
}
}

timeoutSS41353 = setTimeout("cycleImageSS41353()",secondsSS41353*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-1353-SS4-wrapper-withBorder\" id=\"SS4_wrapper_1353\">");
document.write("<img class=\"edu-il-ws-1353-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2009/11/13/23023.jpg\"><img class=\"edu-il-ws-1353-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2009/10/21/22430.jpg\"><img class=\"edu-il-ws-1353-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2009/10/10/22098.jpg\"><img class=\"edu-il-ws-1353-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2009/10/10/22104.jpg\"><img class=\"edu-il-ws-1353-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2009/10/13/22114.jpg\"><img class=\"edu-il-ws-1353-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2009/10/03/21963.jpg\"><div id=\"SS4_image1_1353\" style=\"background-image: url(https://illinois.edu/lb/files/);\"></div>");
document.write("<div id=\"SS4_image2_1353\" 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_1353\">");
document.write("<h3 class=\"SS4_current_1353\" id=\"SS4_news1_1353\" onMouseOver=\"javascript:showSS41353(1);stopSS41353();\" onMouseOut=\"javascript:startSS41353();\">");
document.write("<a title=\"The Physical Revue is the department's annual talent show. This year it will be held on Dec 9. In the past we have had musicians, dancers, actors, and even speed rubik's cube solvers.\" href=\"http://illinois.edu/lb/article/1353/31935\"><span>Annual Physical Revue</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news2_1353\" onMouseOver=\"javascript:showSS41353(2);stopSS41353();\" onMouseOut=\"javascript:startSS41353();\">");
document.write("<a title=\"UI researchers report that single-stranded DNA-binding protein (SSB), once thought to be a static player among the many molecules that interact with DNA, actually moves back and forth along single-stranded DNA, gradually allowing other proteins to repair, recombine, or replicate the strands\" href=\"http://news.illinois.edu/news/09/1021dna.html\"><span>SSB shown to be dynamic, critical to DNA repair</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news3_1353\" onMouseOver=\"javascript:showSS41353(3);stopSS41353();\" onMouseOut=\"javascript:startSS41353();\">");
document.write("<a title=\"Philip Phillips has been elected to the advisory board of the Kavli Institute for Theoretical Physics.\" href=\"http://illinois.edu/lb/article/1353/30407\"><span>Phillips named to KITP Advisory Board</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news4_1353\" onMouseOver=\"javascript:showSS41353(4);stopSS41353();\" onMouseOut=\"javascript:startSS41353();\">");
document.write("<a title=\"Physics alumni Steven C. Pieper and Robert B. Wiringa have been named recipients of the Amerian Physical Society's 2010 Tom W. Bonner Prize in Nuclear Physics.\" href=\"http://illinois.edu/lb/article/1353/30409\"><span>Pieper and Wiringa to receive 2010 Bonner Prize</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news5_1353\" onMouseOver=\"javascript:showSS41353(5);stopSS41353();\" onMouseOut=\"javascript:startSS41353();\">");
document.write("<a title=\"Dr. David K. Campbell, former head of the Department of Physics and now Provost at Boston University, has been named the recipient of the 2010 Julius Edgar Lilienfeld Prize of the American Physical Society.\" href=\"http://www.aps.org/programs/honors/prizes/prizerecipient.cfm?name=David%20Campbell&year=2010\"><span>Campbell to share the 2010 Lilienfeld Prize</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news6_1353\" onMouseOver=\"javascript:showSS41353(6);stopSS41353();\" onMouseOut=\"javascript:startSS41353();\">");
document.write("<a title=\"Physicists Sarang Gopalakrishnan, Benjamin Lev, and Paul Goldbart at the University of Illinois propose a new method to trap ultracold atoms that could generate experimentally detectable supersolidity.\" href=\"http://illinois.edu/lb/article/1353/30179\"><span>A method to observe supersolids?</span></a>");
document.write("</h3>");
document.write("</div>");
document.write("</div><script type=\"text/javascript\" language=\"javascript\">");
document.write("showSS41353(1);");
document.write("</script>");
