var wsStyleVar = document.createElement('style');
var wsContentVar = '';
wsContentVar += '.edu-il-ws-1551-SS4-wrapper {';
wsContentVar += 'position: relative;';
wsContentVar += 'z-index: 0;';
wsContentVar += 'background-color: #fff;';
wsContentVar += 'width: 560px;';
wsContentVar += 'height: 196px;';
wsContentVar += 'overflow: hidden;';
wsContentVar += '}';
wsContentVar += '.edu-il-ws-1551-SS4-wrapper-withBorder {';
wsContentVar += 'border: 1px solid gray;';
wsContentVar += 'position: relative;';
wsContentVar += 'z-index: 0;';
wsContentVar += 'background-color: #fff;';
wsContentVar += 'width: 560px;';
wsContentVar += 'height: 196px;';
wsContentVar += 'overflow: hidden;';
wsContentVar += '}';
wsContentVar += '.edu-il-ws-1551-SS4-image, #SS4_description_1551 div {';
wsContentVar += 'display: none;';
wsContentVar += '}';
wsContentVar += '#SS4_image1_1551, #SS4_image2_1551{';
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_1551 .SS4_current_1551 {';
wsContentVar += 'background:#e8e8e8 none repeat scroll 0%;';
wsContentVar += 'display: block;';
wsContentVar += 'position: absolute;';
wsContentVar += 'top: 100px;';
wsContentVar += 'height: 86px;';
wsContentVar += 'width: 199px;';
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_1551 .SS4_current_1551_IE {';
wsContentVar += 'background:#e8e8e8 none repeat scroll 0%;';
wsContentVar += 'display: block;';
wsContentVar += 'position: absolute;';
wsContentVar += 'top: 100px;';
wsContentVar += 'height: 96px;';
wsContentVar += 'width: 199px;';
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_1551 {';
wsContentVar += 'background: #fff;';
wsContentVar += 'position: absolute;';
wsContentVar += 'right: 0px;';
wsContentVar += 'z-index: 3;';
wsContentVar += 'width: 350px;';
wsContentVar += 'height: 196px;';
wsContentVar += 'border-left: 1px solid #fff;';
wsContentVar += '}';
wsContentVar += '#SS4_title_1551 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: 350px;';
wsContentVar += '}';
wsContentVar += '#SS4_title_1551 h3.SS4_current_1551 {';
wsContentVar += 'background: #eee url(https://illinois.edu/webservices/toolbox/pc/ss4/images/bgOver.gif) left top repeat-x;';
wsContentVar += '}';
wsContentVar += '#SS4_title_1551 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_1551 h3.SS4_current_1551 a {';
wsContentVar += 'color: #fff;';
wsContentVar += 'background-image: url(https://illinois.edu/webservices/toolbox/pc/ss4/images/bgButtonOver.gif);';
wsContentVar += '}';
wsContentVar += '#SS4_title_1551 h3 a:hover {';
wsContentVar += 'text-decoration: none;';
wsContentVar += '}';
wsContentVar += '#SS4_title_1551 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 itemsSS41551 = 5;
var secondsSS41551 = 3; var motionSS41551 = true;
var currentSS41551 = 1;
var currentImageBoxSS41551 = 1;
var timeoutSS41551;

function startSS41551()
{
if (motionSS41551 == false)
{
motionSS41551 = true;
timeoutSS41551 = setTimeout("cycleImageSS41551()",secondsSS41551*1000);
}
}

function stopSS41551()
{
if (motionSS41551 == true)
{
motionSS41551 = false;
clearTimeout(timeoutSS41551);
}
}

function showSS41551(number)
{
for (var i = 1; i<=itemsSS41551; i++)
{
if (i == number)
{
document.getElementById("SS4_news"+i+"_1551").className = "SS4_current_1551";
document.getElementById("SS4_image1_1551").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_1551').getElementsByTagName('img')[i-1].src+")";
if (document.getElementById("SS4_description_1551"))
{
if (navigator.appName == "Microsoft Internet Explorer")
{
document.getElementById("SS4_description_1551").getElementsByTagName('div')[i-1].className = "SS4_current_1551_IE";
}
else
{
document.getElementById("SS4_description_1551").getElementsByTagName('div')[i-1].className = "SS4_current_1551";
}
}
if (i == itemsSS41551)
{
document.getElementById("SS4_image2_1551").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_1551').getElementsByTagName('img')[0].src+")";
}
else
{
document.getElementById("SS4_image2_1551").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_1551').getElementsByTagName('img')[i].src+")";
}
}
else
{
document.getElementById("SS4_news"+i+"_1551").className = "";
if (document.getElementById("SS4_description_1551"))
{
document.getElementById("SS4_description_1551").getElementsByTagName('div')[i-1].className = "";
}
}
}
currentSS41551 = number;
if (currentImageBoxSS41551 == 2)
{
currentImageBoxSS41551 = 1;
document.getElementById("SS4_image1_1551").style.opacity = "1";
document.getElementById("SS4_image2_1551").style.opacity = "0";
document.getElementById("SS4_image1_1551").style.filter = "alpha(opacity=100)";
document.getElementById("SS4_image2_1551").style.filter = "alpha(opacity=0)";
document.getElementById("SS4_image1_1551").style.mozopacity = "1";
document.getElementById("SS4_image2_1551").style.mozopacity = "0";
}
}


function cycleImageSS41551()
{
if (motionSS41551 == true)
{
switchTextSS41551();
fadeImageSS41551(1);
timeoutSS41551 = setTimeout("cycleImageSS41551()",secondsSS41551*1000);
if (currentSS41551 == itemsSS41551)
{
currentSS41551 = 1;
}
else
{
currentSS41551++;
}
}
}

function switchTextSS41551()
{
newSS41551 = currentSS41551+1;
if (newSS41551 > itemsSS41551) newSS41551=1;
for (var i = 1; i<=itemsSS41551; i++)
{
if (i == newSS41551)
{
document.getElementById("SS4_news"+i+"_1551").className = "SS4_current_1551";
if (document.getElementById("SS4_description_1551"))
{
if (navigator.appName == "Microsoft Internet Explorer")
{
document.getElementById("SS4_description_1551").getElementsByTagName('div')[i-1].className = "SS4_current_1551_IE";
}
else
{
document.getElementById("SS4_description_1551").getElementsByTagName('div')[i-1].className = "SS4_current_1551";
}
}
}
else
{
document.getElementById("SS4_news"+i+"_1551").className = "";
if (document.getElementById("SS4_description_1551"))
{
document.getElementById("SS4_description_1551").getElementsByTagName('div')[i-1].className = "";
}
}
}
}

function fadeImageSS41551(seconds)
{
if (currentImageBoxSS41551 == 1)
{
new Effect.Opacity('SS4_image1_1551', {duration: seconds, from: 1.0, to: 0 });
new Effect.Opacity('SS4_image2_1551', {duration: seconds, from: 0, to: 1.0 });
}
else
{
new Effect.Opacity('SS4_image2_1551', {duration: seconds, from: 1.0, to: 0 });
new Effect.Opacity('SS4_image1_1551', {duration: seconds, from: 0, to: 1.0 });
}
setTimeout("updateImageBoxSS41551()",seconds*1000);
}

function updateImageBoxSS41551(seconds)
{
var nextSS41551;
if (currentSS41551 == itemsSS41551)
{
nextSS41551 = 1;
}
else
{
nextSS41551 = currentSS41551+1;
}
if (currentImageBoxSS41551 == 1)
{
document.getElementById("SS4_image1_1551").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_1551').getElementsByTagName('img')[nextSS41551-1].src+")";
currentImageBoxSS41551 = 2;
}
else
{
document.getElementById("SS4_image2_1551").style.backgroundImage = "url("+document.getElementById('SS4_wrapper_1551').getElementsByTagName('img')[nextSS41551-1].src+")";
currentImageBoxSS41551 = 1;
}
}

timeoutSS41551 = setTimeout("cycleImageSS41551()",secondsSS41551*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-1551-SS4-wrapper-withBorder\" id=\"SS4_wrapper_1551\">");
document.write("<img class=\"edu-il-ws-1551-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2009/03/18/9124.jpg\"><img class=\"edu-il-ws-1551-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2008/11/16/6648.png\"><img class=\"edu-il-ws-1551-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2009/02/06/7977.GIF\"><img class=\"edu-il-ws-1551-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2008/11/16/6655.png\"><img class=\"edu-il-ws-1551-SS4-image\" alt=\"\" src=\"https://illinois.edu/lb/files/2008/11/16/6656.png\"><div id=\"SS4_image1_1551\" style=\"background-image: url(https://illinois.edu/lb/files/);\"></div>");
document.write("<div id=\"SS4_image2_1551\" 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_1551\">");
document.write("<div class=\"SS4_current_1551\">The Ministry of Culture of the People's Republic of China is responsible for culture policy and activities in the country.</div>");
document.write("<div class=\"\">The Laura Bush 21st Century Librarian Program projects to develop faculty and library leaders.</div>");
document.write("<div class=\"\">The University Library exists to serve the curricular and research needs of the students and faculty of the University of Illinois at Urbana-Champaign.</div>");
document.write("<div class=\"\">CALA is committed to promote Sino-American librarianship and library services and one of the sponsors of this project.</div>");
document.write("<div class=\"\">The Library Society of China (LSC) is a national non-governmental, non-profit, academic organization.</div>");
document.write("</div>");
document.write("<div id=\"SS4_title_1551\">");
document.write("<h3 class=\"SS4_current_1551\" id=\"SS4_news1_1551\" onMouseOver=\"javascript:showSS41551(1);stopSS41551();\" onMouseOut=\"javascript:startSS41551();\">");
document.write("<a title=\"The Ministry of Culture of the People's Republic of China is responsible for culture policy and activities in the country.\" target=\"_new\" href=\"http://www.ccnt.gov.cn/\"><span>Ministry of Culture of China</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news2_1551\" onMouseOver=\"javascript:showSS41551(2);stopSS41551();\" onMouseOut=\"javascript:startSS41551();\">");
document.write("<a title=\"The Laura Bush 21st Century Librarian Program projects to develop faculty and library leaders.\" target=\"_new\" href=\"http://www.imls.gov/applicants/grants/21centuryLibrarian.shtm\"><span>Institute of Museum and Library Services</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news3_1551\" onMouseOver=\"javascript:showSS41551(3);stopSS41551();\" onMouseOut=\"javascript:startSS41551();\">");
document.write("<a title=\"The University Library exists to serve the curricular and research needs of the students and faculty of the University of Illinois at Urbana-Champaign.\" target=\"_new\" href=\"http://www.library.uiuc.edu/China/uillinois.html\"><span>University of Illinois at Urbana-Champaign Library</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news4_1551\" onMouseOver=\"javascript:showSS41551(4);stopSS41551();\" onMouseOut=\"javascript:startSS41551();\">");
document.write("<a title=\"CALA is committed to promote Sino-American librarianship and library services and one of the sponsors of this project.\" target=\"_new\" href=\"http://www.cala-web.org/\"><span>Chinese American Librarians Association</span></a>");
document.write("</h3>");
document.write("<h3 class=\"\" id=\"SS4_news5_1551\" onMouseOver=\"javascript:showSS41551(5);stopSS41551();\" onMouseOut=\"javascript:startSS41551();\">");
document.write("<a title=\"The Library Society of China (LSC) is a national non-governmental, non-profit, academic organization.\" target=\"_new\" href=\"http://www.lsc.org.cn/CN/index.html\"><span>Library Society of China</span></a>");
document.write("</h3>");
document.write("</div>");
document.write("</div><script type=\"text/javascript\" language=\"javascript\">");
document.write("showSS41551(1);");
document.write("</script>");
