var wsStyleVar = document.createElement('style');
var wsContentVar = '';
wsContentVar += '.edu-il-ws-2662-SS4-wrapper {';
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-2662-SS4-wrapper-withBorder {';
wsContentVar += 'border: 1px solid gray;';
wsContentVar += 'position: relative;';
wsContentVar += 'z-index: 0;';
wsContentVar += 'background-color: #fff;';
wsContentVar += 'width:498px;';
wsContentVar += 'height: 196px;';
wsContentVar += 'overflow: hidden;';
wsContentVar += '}';
wsContentVar += '.edu-il-ws-2662-SS4-image, #SS4_description_2662 div {';
wsContentVar += 'display: none;';
wsContentVar += '}';
wsContentVar += '#SS4_image1_2662, #SS4_image2_2662{';
wsContentVar += 'position: absolute;';
wsContentVar += 'background-repeat: no-repeat;';
wsContentVar += 'z-index: 1;';
wsContentVar += 'top: 0;';
wsContentVar += 'left: 0;';
wsContentVar += 'width: 282px;';
wsContentVar += 'height: 196px;';
wsContentVar += '}';
wsContentVar += '/* For all browsers other than IE */';
wsContentVar += '#SS4_description_2662 .SS4_current_2662 {';
wsContentVar += 'background:#e8e8e8 none repeat scroll 0%;';
wsContentVar += 'display: block;';
wsContentVar += 'position: absolute;';
wsContentVar += 'top: 129px;';
wsContentVar += 'height: 0px;';
wsContentVar += 'width: 272px;';
wsContentVar += 'z-index: 2;';
wsContentVar += 'padding: 0px;';
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_2662 .SS4_current_2662_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_2662 {';
wsContentVar += 'background: #fff;';
wsContentVar += 'position: absolute;';
wsContentVar += 'right: 0px;';
wsContentVar += 'z-index: 3;';
wsContentVar += 'width: 214px;';
wsContentVar += 'height: 196px;';
wsContentVar += 'border-left: 1px solid #fff;';
wsContentVar += '}';
wsContentVar += '#SS4_title_2662 h3 {';
wsContentVar += 'line-height: 37.2px;';
wsContentVar += 'height: 37.2px;';
wsContentVar += 'overflow: hidden;';
wsContentVar += 'font-size: 12px;';
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: 270px;';
wsContentVar += '}';
wsContentVar += '#article h4 {';
wsContentVar += 'font-size:21px;';
wsContentVar += 'color:#FF9900;';
wsContentVar += '}';
wsContentVar += '#SS4_title_2662 h3.SS4_current_2662 {';
wsContentVar += 'background: #eee url(https://illinois.edu/webservices/toolbox/pc/ss4/images/bgOver.gif) left top repeat-x;';
wsContentVar += '}';
wsContentVar += '#SS4_title_2662 h3 a {';
wsContentVar += 'text-decoration:none;';
wsContentVar += 'display: block;';
wsContentVar += 'height: 38.2px;';
wsContentVar += 'padding-left: 30px;';
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_2662 h3.SS4_current_2662 a {';
wsContentVar += 'color: #fff;';
wsContentVar += 'background-image: url(https://illinois.edu/webservices/toolbox/pc/ss4/images/bgButtonOver.gif);';
wsContentVar += '}';
wsContentVar += '#SS4_title_2662 h3 a:hover {';
wsContentVar += 'text-decoration: none;';
wsContentVar += '}';
wsContentVar += '#SS4_title_2662 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 itemsSS42662 = 5;
var secondsSS42662 = 600; var motionSS42662 = true;
var currentSS42662 = 1;
var currentImageBoxSS42662 = 1;
var timeoutSS42662;

function startSS42662()
{
if (motionSS42662 == false)
{
motionSS42662 = true;
timeoutSS42662 = setTimeout("cycleImageSS42662()",secondsSS42662*1000);
}
}

function stopSS42662()
{
if (motionSS42662 == true)
{
motionSS42662 = false;
clearTimeout(timeoutSS42662);
}
}

function showSS42662(number)
{
for (var i = 1; i<=itemsSS42662; i++)
{
if (i == number)
{
document.getElementById("SS4_news"+i+"_2662").className = "SS4_current_2662";
document.getElementById("SS4_image1_2662").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_2662').getElementsByTagName('img')[i-1].src+")";
if (document.getElementById("SS4_description_2662"))
{
if (navigator.appName == "Microsoft Internet Explorer")
{
document.getElementById("SS4_description_2662").getElementsByTagName('div')[i-1].className = "SS4_current_2662_IE";
}
else
{
document.getElementById("SS4_description_2662").getElementsByTagName('div')[i-1].className = "SS4_current_2662";
}
}
if (i == itemsSS42662)
{
document.getElementById("SS4_image2_2662").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_2662').getElementsByTagName('img')[0].src+")";
}
else
{
document.getElementById("SS4_image2_2662").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_2662').getElementsByTagName('img')[i].src+")";
}
}
else
{
document.getElementById("SS4_news"+i+"_2662").className = "";
if (document.getElementById("SS4_description_2662"))
{
document.getElementById("SS4_description_2662").getElementsByTagName('div')[i-1].className = "";
}
}
}
currentSS42662 = number;
if (currentImageBoxSS42662 == 2)
{
currentImageBoxSS42662 = 1;
document.getElementById("SS4_image1_2662").style.opacity = "1";
document.getElementById("SS4_image2_2662").style.opacity = "0";
document.getElementById("SS4_image1_2662").style.filter = "alpha(opacity=100)";
document.getElementById("SS4_image2_2662").style.filter = "alpha(opacity=0)";
document.getElementById("SS4_image1_2662").style.mozopacity = "1";
document.getElementById("SS4_image2_2662").style.mozopacity = "0";
}
}


function cycleImageSS42662()
{
if (motionSS42662 == true)
{
switchTextSS42662();
fadeImageSS42662(1);
timeoutSS42662 = setTimeout("cycleImageSS42662()",secondsSS42662*1000);
if (currentSS42662 == itemsSS42662)
{
currentSS42662 = 1;
}
else
{
currentSS42662++;
}
}
}

function switchTextSS42662()
{
newSS42662 = currentSS42662+1;
if (newSS42662 > itemsSS42662) newSS42662=1;
for (var i = 1; i<=itemsSS42662; i++)
{
if (i == newSS42662)
{
document.getElementById("SS4_news"+i+"_2662").className = "SS4_current_2662";
if (document.getElementById("SS4_description_2662"))
{
if (navigator.appName == "Microsoft Internet Explorer")
{
document.getElementById("SS4_description_2662").getElementsByTagName('div')[i-1].className = "SS4_current_2662_IE";
}
else
{
document.getElementById("SS4_description_2662").getElementsByTagName('div')[i-1].className = "SS4_current_2662";
}
}
}
else
{
document.getElementById("SS4_news"+i+"_2662").className = "";
if (document.getElementById("SS4_description_2662"))
{
document.getElementById("SS4_description_2662").getElementsByTagName('div')[i-1].className = "";
}
}
}
}

function fadeImageSS42662(seconds)
{
if (currentImageBoxSS42662 == 1)
{
new Effect.Opacity('SS4_image1_2662', {duration: seconds, from: 1.0, to: 0 });
new Effect.Opacity('SS4_image2_2662', {duration: seconds, from: 0, to: 1.0 });
}
else
{
new Effect.Opacity('SS4_image2_2662', {duration: seconds, from: 1.0, to: 0 });
new Effect.Opacity('SS4_image1_2662', {duration: seconds, from: 0, to: 1.0 });
}
setTimeout("updateImageBoxSS42662()",seconds*1000);
}

function updateImageBoxSS42662(seconds)
{
var nextSS42662;
if (currentSS42662 == itemsSS42662)
{
nextSS42662 = 1;
}
else
{
nextSS42662 = currentSS42662+1;
}
if (currentImageBoxSS42662 == 1)
{
document.getElementById("SS4_image1_2662").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_2662').getElementsByTagName('img')[nextSS42662-1].src+")";
currentImageBoxSS42662 = 2;
}
else
{
document.getElementById("SS4_image2_2662").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_2662').getElementsByTagName('img')[nextSS42662-1].src+")";
currentImageBoxSS42662 = 1;
}
}

timeoutSS42662 = setTimeout("cycleImageSS42662()",secondsSS42662*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-2662-SS4-wrapper-withBorder\" id=\"SS4_wrapper_2662\">");
document.write("<img class=\"edu-il-ws-2662-SS4-image\" alt=\"Cover\" src=\"https://illinois.edu/lb/files/2010/09/03/29079.bmp\"><img class=\"edu-il-ws-2662-SS4-image\" alt=\"Amit Kramer\" src=\"https://illinois.edu/lb/files/2010/09/03/29077.jpg\"><img class=\"edu-il-ws-2662-SS4-image\" alt=\"Cover\" src=\"https://illinois.edu/lb/files/2010/09/03/29067.jpg\"><img class=\"edu-il-ws-2662-SS4-image\" alt=\"Partner, Brad Patrick from Sara Lee introduces himself.\" src=\"https://illinois.edu/lb/files/2010/05/01/26645.gif\"><img class=\"edu-il-ws-2662-SS4-image\" alt=\"Ann Manikas \" src=\"https://illinois.edu/lb/files/2010/01/25/24243.JPG\"><div id=\"SS4_image1_2662\" style=\"background-image: url(https://illinois.edu/lb/files/);\"></div>");
document.write("<div id=\"SS4_image2_2662\" 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_2662\">");
document.write("<div class=\"SS4_current_2662\">Research reports prepared by CHRM researchers.</div>");
document.write("<div class=\"\">CHRM extends a warm welcome to the new Dean of the College of Business Administration, UIC - Michael Pagano, and faculty member of School of Labor and Employment Relations, UIUC - Amit Kramer. They bring with them a wealth of talent and expertise that will enhance University of Illinois's teaching, learning and knowledge sharing.</div>");
document.write("<div class=\"\">CHRM invites faculty and Ph.D. students to participate in a CHRM Orientation Luncheon on September 17th.</div>");
document.write("<div class=\"\">The Spring 2010 CHRM Roundtable was held at the Crowne Plaza Chicago Metro on March 4, 2010. The topic was 'The Recession and the Recovery: Are You Prepared?. Darren Lubotsky, Nancy Tippins, Dave Bronsweig, Paul Schneider, and Fareed Khan were the speakers for the session.</div>");
document.write("<div class=\"\">We are happy to announce that we have two new partners in CHRM. They are experts in their core areas and have joined hands with us to extend our research in order to find real-world answers to pressing workplace issues.</div>");
document.write("</div>");
document.write("<div id=\"SS4_title_2662\">");
document.write("<h3 class=\"SS4_current_2662\" id=\"SS4_news1_2662\">");
document.write("<a onmouseover=\"javascript:showSS42662(1);stopSS42662();\" onfocus=\"javascript:showSS42662(1);stopSS42662();\" onmouseout=\"javascript:startSS42662();\" onblur=\"javascript:startSS42662();\" title=\"Research reports prepared by CHRM researchers.\" target=\"_new\" href=\"http://illinois.edu/lb/article/2662/42247\"><span>New Research Papers</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news2_2662\">");
document.write("<a onmouseover=\"javascript:showSS42662(2);stopSS42662();\" onfocus=\"javascript:showSS42662(2);stopSS42662();\" onmouseout=\"javascript:startSS42662();\" onblur=\"javascript:startSS42662();\" title=\"CHRM extends a warm welcome to the new Dean of the College of Business Administration, UIC - Michael Pagano, and faculty member of School of Labor and Employment Relations, UIUC - Amit Kramer. They bring with them a wealth of talent and expertise that will enhance University of Illinois's teaching, learning and knowledge sharing.\" target=\"_new\" href=\"http://illinois.edu/lb/article/2662/41937\"><span>Welcome New Dean &amp; Faculty Member</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news3_2662\">");
document.write("<a onmouseover=\"javascript:showSS42662(3);stopSS42662();\" onfocus=\"javascript:showSS42662(3);stopSS42662();\" onmouseout=\"javascript:startSS42662();\" onblur=\"javascript:startSS42662();\" title=\"CHRM invites faculty and Ph.D. students to participate in a CHRM Orientation Luncheon on September 17th.\" target=\"_new\" href=\"http://illinois.edu/lb/article/2662/42138\"><span>Orientation Luncheon</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news4_2662\">");
document.write("<a onmouseover=\"javascript:showSS42662(4);stopSS42662();\" onfocus=\"javascript:showSS42662(4);stopSS42662();\" onmouseout=\"javascript:startSS42662();\" onblur=\"javascript:startSS42662();\" title=\"The Spring 2010 CHRM Roundtable was held at the Crowne Plaza Chicago Metro on March 4, 2010. The topic was 'The Recession and the Recovery: Are You Prepared?. Darren Lubotsky, Nancy Tippins, Dave Bronsweig, Paul Schneider, and Fareed Khan were the speakers for the session.\" target=\"_new\" href=\"http://illinois.edu/lb/article/2662/38031\"><span>Spring 2010 Roundtable Wrap-up</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news5_2662\">");
document.write("<a onmouseover=\"javascript:showSS42662(5);stopSS42662();\" onfocus=\"javascript:showSS42662(5);stopSS42662();\" onmouseout=\"javascript:startSS42662();\" onblur=\"javascript:startSS42662();\" title=\"We are happy to announce that we have two new partners in CHRM. They are experts in their core areas and have joined hands with us to extend our research in order to find real-world answers to pressing workplace issues.\" target=\"_new\" href=\"http://illinois.edu/lb/article/2662/34429\"><span>CHRM Welcomes New Partners</span></a>");
document.write("</h3>");
document.write("</div>");
document.write("</div><script type=\"text/javascript\" language=\"javascript\">");
document.write("showSS42662(1);");
document.write("</script>");

