document.write("");
function showItems1979(total, display, isRandom)
{
if (!isRandom) return;
for (var i = 1; i <= total; i++)
{
if (document.getElementById("event-1979-"+i))
{
document.getElementById("event-1979-"+i).className += " random";
}
}
var random1979 = Math.floor(Math.random()*total+1);
for (var i = 0; i < display; i++)
{
random1979++;
if (random1979 > total)
{
random1979 = 1;
}
if (document.getElementById("event-1979-"+random1979))
{
document.getElementById("event-1979-"+random1979).style.display = "block";
}
}
}



document.write("<div id=\"pc-1979\" xmlns:xalan=\"http://xml.apache.org/xslt\">");
document.write("<div id=\"edu-il-ws-1979-141-wrapper\" class=\"edu-il-ws-1979-141-wrapper\">");
document.write("<div class=\"edu-il-ws-1979-141-content\">");
document.write("<ul>");
document.write("<li class=\"title_only\" id=\"event-1979-1\">");
document.write("<a href=\"http://www.library.uiuc.edu/export/nsm/news/govinfo/gov_info_impl.html\" onclick=\"if(window._uacct){ javascript:urchinTracker('/ws/pc/1979/9/library.uiuc.edu/export/nsm/news/govinfo/gov_info_impl.html');}\">Gov Info Team Implementation Report</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("showItems1979(1, 3, false);");
document.write("</script>");
