document.write("");
function showItems1978(total, display, isRandom)
{
if (!isRandom) return;
for (var i = 1; i <= total; i++)
{
if (document.getElementById("event-1978-"+i))
{
document.getElementById("event-1978-"+i).className += " random";
}
}
var random1978 = Math.floor(Math.random()*total+1);
for (var i = 0; i < display; i++)
{
random1978++;
if (random1978 > total)
{
random1978 = 1;
}
if (document.getElementById("event-1978-"+random1978))
{
document.getElementById("event-1978-"+random1978).style.display = "block";
}
}
}



document.write("<div id=\"pc-1978\" xmlns:xalan=\"http://xml.apache.org/xslt\">");
document.write("<div id=\"edu-il-ws-1978-141-wrapper\" class=\"edu-il-ws-1978-141-wrapper\">");
document.write("<div class=\"edu-il-ws-1978-141-content\">");
document.write("<ul>");
document.write("<li class=\"title_only\" id=\"event-1978-1\">");
document.write("<a href=\"http://www.library.illinois.edu/export/nsm/news/scholcom/schol_com_website.html\" onclick=\"if(window._uacct){ javascript:urchinTracker('/ws/pc/1978/9/library.illinois.edu/export/nsm/news/scholcom/schol_com_website.html');}\">Scholarly Commons Website</a>");
document.write("</li>");
document.write("</ul>");
document.write("<div class=\"clear\"></div>");
document.write("</div>");
document.write("</div>");
document.write("</div><script type=\"text/javascript\" language=\"Javascript\">");
document.write("showItems1978(1, 3, false);");
document.write("</script>");

