var wsStyleVar = document.createElement('style');
var wsContentVar = '';
wsContentVar += '.edu-il-ws-2625-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-2625-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-2625-SS4-image, #SS4_description_2625 div {';
wsContentVar += 'display: none;';
wsContentVar += '}';
wsContentVar += '#SS4_image1_2625, #SS4_image2_2625{';
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_2625 .SS4_current_2625 {';
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_2625 .SS4_current_2625_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_2625 {';
wsContentVar += 'background: url(https://illinois.edu/skinDesigner/css/2495/feature_postmarks_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_2625 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_2625 h3.SS4_current_2625 {';
wsContentVar += 'background: #a0b114 url(https://illinois.edu/skinDesigner/css/2495/bgOver.jpg) left top repeat-x;';
wsContentVar += '}';
wsContentVar += '#SS4_title_2625 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_2625 h3.SS4_current_2625 a {';
wsContentVar += 'color: #fff;';
wsContentVar += 'background-image: url(https://illinois.edu/skinDesigner/css/2495/bgButtonOver.gif);';
wsContentVar += '}';
wsContentVar += '#SS4_title_2625 h3 a:hover {';
wsContentVar += 'text-decoration: none;';
wsContentVar += 'font-weight: bold;';
wsContentVar += '}';
wsContentVar += '#SS4_title_2625 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 itemsSS42625 = 5;
var secondsSS42625 = 5; var motionSS42625 = true;
var currentSS42625 = 1;
var currentImageBoxSS42625 = 1;
var timeoutSS42625;

function startSS42625()
{
if (motionSS42625 == false)
{
motionSS42625 = true;
timeoutSS42625 = setTimeout("cycleImageSS42625()",secondsSS42625*1000);
}
}

function stopSS42625()
{
if (motionSS42625 == true)
{
motionSS42625 = false;
clearTimeout(timeoutSS42625);
}
}

function showSS42625(number)
{
for (var i = 1; i<=itemsSS42625; i++)
{
if (i == number)
{
document.getElementById("SS4_news"+i+"_2625").className = "SS4_current_2625";
document.getElementById("SS4_image1_2625").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_2625').getElementsByTagName('img')[i-1].src+")";
if (document.getElementById("SS4_description_2625"))
{
if (navigator.appName == "Microsoft Internet Explorer")
{
document.getElementById("SS4_description_2625").getElementsByTagName('div')[i-1].className = "SS4_current_2625_IE";
}
else
{
document.getElementById("SS4_description_2625").getElementsByTagName('div')[i-1].className = "SS4_current_2625";
}
}
if (i == itemsSS42625)
{
document.getElementById("SS4_image2_2625").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_2625').getElementsByTagName('img')[0].src+")";
}
else
{
document.getElementById("SS4_image2_2625").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_2625').getElementsByTagName('img')[i].src+")";
}
}
else
{
document.getElementById("SS4_news"+i+"_2625").className = "";
if (document.getElementById("SS4_description_2625"))
{
document.getElementById("SS4_description_2625").getElementsByTagName('div')[i-1].className = "";
}
}
}
currentSS42625 = number;
if (currentImageBoxSS42625 == 2)
{
currentImageBoxSS42625 = 1;
document.getElementById("SS4_image1_2625").style.opacity = "1";
document.getElementById("SS4_image2_2625").style.opacity = "0";
document.getElementById("SS4_image1_2625").style.filter = "alpha(opacity=100)";
document.getElementById("SS4_image2_2625").style.filter = "alpha(opacity=0)";
document.getElementById("SS4_image1_2625").style.mozopacity = "1";
document.getElementById("SS4_image2_2625").style.mozopacity = "0";
}
}


function cycleImageSS42625()
{
if (motionSS42625 == true)
{
switchTextSS42625();
fadeImageSS42625(1);
timeoutSS42625 = setTimeout("cycleImageSS42625()",secondsSS42625*1000);
if (currentSS42625 == itemsSS42625)
{
currentSS42625 = 1;
}
else
{
currentSS42625++;
}
}
}

function switchTextSS42625()
{
newSS42625 = currentSS42625+1;
if (newSS42625 > itemsSS42625) newSS42625=1;
for (var i = 1; i<=itemsSS42625; i++)
{
if (i == newSS42625)
{
document.getElementById("SS4_news"+i+"_2625").className = "SS4_current_2625";
if (document.getElementById("SS4_description_2625"))
{
if (navigator.appName == "Microsoft Internet Explorer")
{
document.getElementById("SS4_description_2625").getElementsByTagName('div')[i-1].className = "SS4_current_2625_IE";
}
else
{
document.getElementById("SS4_description_2625").getElementsByTagName('div')[i-1].className = "SS4_current_2625";
}
}
}
else
{
document.getElementById("SS4_news"+i+"_2625").className = "";
if (document.getElementById("SS4_description_2625"))
{
document.getElementById("SS4_description_2625").getElementsByTagName('div')[i-1].className = "";
}
}
}
}

function fadeImageSS42625(seconds)
{
if (currentImageBoxSS42625 == 1)
{
new Effect.Opacity('SS4_image1_2625', {duration: seconds, from: 1.0, to: 0 });
new Effect.Opacity('SS4_image2_2625', {duration: seconds, from: 0, to: 1.0 });
}
else
{
new Effect.Opacity('SS4_image2_2625', {duration: seconds, from: 1.0, to: 0 });
new Effect.Opacity('SS4_image1_2625', {duration: seconds, from: 0, to: 1.0 });
}
setTimeout("updateImageBoxSS42625()",seconds*1000);
}

function updateImageBoxSS42625(seconds)
{
var nextSS42625;
if (currentSS42625 == itemsSS42625)
{
nextSS42625 = 1;
}
else
{
nextSS42625 = currentSS42625+1;
}
if (currentImageBoxSS42625 == 1)
{
document.getElementById("SS4_image1_2625").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_2625').getElementsByTagName('img')[nextSS42625-1].src+")";
currentImageBoxSS42625 = 2;
}
else
{
document.getElementById("SS4_image2_2625").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_2625').getElementsByTagName('img')[nextSS42625-1].src+")";
currentImageBoxSS42625 = 1;
}
}

timeoutSS42625 = setTimeout("cycleImageSS42625()",secondsSS42625*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-2625-SS4-wrapper-withBorder\" id=\"SS4_wrapper_2625\">");
document.write("<img class=\"edu-il-ws-2625-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2009/10/16/22334.jpg\"><img class=\"edu-il-ws-2625-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2009/10/06/22021.jpg\"><img class=\"edu-il-ws-2625-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2009/10/06/22013.jpg\"><img class=\"edu-il-ws-2625-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2009/10/06/22010.jpg\"><img class=\"edu-il-ws-2625-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2009/10/06/22012.jpg\"><div id=\"SS4_image1_2625\" style=\"background-image: url(https://illinois.edu/lb/files/);\"></div>");
document.write("<div id=\"SS4_image2_2625\" 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_2625\">");
document.write("<div class=\"SS4_current_2625\">Fall issue of Postmarks 2009</div>");
document.write("<div class=\"\">Spring issue of Postmarks 2009</div>");
document.write("<div class=\"\">Fall issue of Postmarks 2008</div>");
document.write("<div class=\"\">Spring issue of Postmarks 2008</div>");
document.write("<div class=\"\">Fall issue of Postmarks 2007</div>");
document.write("</div>");
document.write("<div id=\"SS4_title_2625\">");
document.write("<h3 class=\"SS4_current_2625\" id=\"SS4_news1_2625\" onMouseOver=\"javascript:showSS42625(1);stopSS42625();\" onMouseOut=\"javascript:startSS42625();\">");
document.write("<a title=\"Fall issue of Postmarks 2009\" target=\"_new\" href=\"http://news.illinois.edu/pm/09fallpm.pdf\"><span>Fall 2009</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news2_2625\" onMouseOver=\"javascript:showSS42625(2);stopSS42625();\" onMouseOut=\"javascript:startSS42625();\">");
document.write("<a title=\"Spring issue of Postmarks 2009\" target=\"_new\" href=\"http://news.illinois.edu/pm/09spring_pm.pdf\"><span>Spring 2009</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news3_2625\" onMouseOver=\"javascript:showSS42625(3);stopSS42625();\" onMouseOut=\"javascript:startSS42625();\">");
document.write("<a title=\"Fall issue of Postmarks 2008\" target=\"_new\" href=\"http://news.illinois.edu/pm/08fall_pm.pdf\"><span>Fall 2008</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news4_2625\" onMouseOver=\"javascript:showSS42625(4);stopSS42625();\" onMouseOut=\"javascript:startSS42625();\">");
document.write("<a title=\"Spring issue of Postmarks 2008\" target=\"_new\" href=\"http://news.illinois.edu/pm/08spring_pm.pdf\"><span>Spring 2008</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news5_2625\" onMouseOver=\"javascript:showSS42625(5);stopSS42625();\" onMouseOut=\"javascript:startSS42625();\">");
document.write("<a title=\"Fall issue of Postmarks 2007\" target=\"_new\" href=\"http://news.illinois.edu/pm/07fall_pm.pdf\"><span>Fall 2007</span></a>");
document.write("</h3>");
document.write("</div>");
document.write("</div><script type=\"text/javascript\" language=\"javascript\">");
document.write("showSS42625(1);");
document.write("</script>");
