var wsStyleVar = document.createElement('style');
var wsContentVar = '';
wsContentVar += '.clear {';
wsContentVar += 'clear: both;';
wsContentVar += '}';
wsContentVar += '';
wsContentVar += '#pc-4095 #edu-il-ws-4095-153-wrapper .edu-il-ws-4095-153-content {';
wsContentVar += 'margin-top: 8px 0px 0px 0px;';
wsContentVar += 'min-height: 50px;';
wsContentVar += 'padding-bottom: 12px;';
wsContentVar += '}';
wsContentVar += '';
wsContentVar += '#pc-4095 #edu-il-ws-4095-153-wrapper h4 {';
wsContentVar += 'color: #5762AB;';
wsContentVar += 'font-family: Arial,Verdana,sans-serif;';
wsContentVar += 'font-size: 95%;';
wsContentVar += 'font-weight: bold;';
wsContentVar += 'margin: 0px;';
wsContentVar += 'padding: 0px;';
wsContentVar += '}';
wsContentVar += '';
wsContentVar += '#pc-4095 #edu-il-ws-4095-153-wrapper ul {';
wsContentVar += 'margin: 0px;';
wsContentVar += 'padding: 0px;';
wsContentVar += 'list-style: none;';
wsContentVar += 'list-style-image:none;';
wsContentVar += '}';
wsContentVar += '';
wsContentVar += '#pc-4095 #edu-il-ws-4095-153-wrapper li {';
wsContentVar += 'margin: 0px;';
wsContentVar += 'padding: 0px 0px 18px 0px;';
wsContentVar += 'clear: both;';
wsContentVar += 'list-style: none;';
wsContentVar += 'list-style-image:none;';
wsContentVar += '}';
wsContentVar += '';
wsContentVar += '#pc-4095 #edu-il-ws-4095-153-wrapper .edu-il-ws-4095-153-image-box {';
wsContentVar += 'float:left;';
wsContentVar += 'width:50px;';
wsContentVar += 'height: 97px;';
wsContentVar += 'margin-right: 14px;';
wsContentVar += '}';
wsContentVar += '';
wsContentVar += '#pc-4095 #edu-il-ws-4095-153-wrapper .edu-il-ws-4095-153-image-box img {';
wsContentVar += '';
wsContentVar += '';
wsContentVar += 'border: none;';
wsContentVar += 'margin:0px;';
wsContentVar += 'padding:0px;';
wsContentVar += '}';
wsContentVar += '';
wsContentVar += '#pc-4095 #edu-il-ws-4095-153-wrapper .edu-il-ws-4095-153-section-box {';
wsContentVar += 'float:left;';
wsContentVar += 'width: 386px;';
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 current4095 = 1;
var total4095 = 0;
var display4095 = 0;
var isRandom4095 = false;
var isNextPrev4095 = false;

function showItems4095(total, display, isRandom, isNextPrev)
{
total4095 = total;
display4095 = display;
isRandom4095 = isRandom;
isNextPrev4095 = isNextPrev;
if (isRandom || isNextPrev)
{
for (var i = 1; i <= total; i++)
{
if (document.getElementById("event-4095-"+i))
{
document.getElementById("event-4095-"+i).style.display = "none";
}
}
var random4095 = 0;
if (isRandom)
{
random4095 = Math.floor(Math.random()*total+1);
current4095 = random4095;
}
for (var i = 0; i < display; i++)
{
random4095++;
if (random4095 > total)
{
random4095 = 1;
}
if (document.getElementById("event-4095-"+random4095))
{
document.getElementById("event-4095-"+random4095).style.display = "block";
}
}
}
if (isNextPrev && !isRandom)
{
document.getElementById("edu-il-ws-4095-153-prev").style.display = "none";
if (total <= display)
{
document.getElementById("edu-il-ws-4095-153-next").style.display = "none";
}
}
}

function next4095()
{
for (var i = 0; i < display4095; i++)
{
if (isRandom4095 && (current4095+i>total4095))
{
if (document.getElementById("event-4095-"+(current4095+i-total4095)))
{
document.getElementById("event-4095-"+(current4095+i-total4095)).style.display = "none";
}
}
else
{
if (document.getElementById("event-4095-"+(current4095+i)))
{
document.getElementById("event-4095-"+(current4095+i)).style.display = "none";
}
}
}
current4095 += display4095;
if (current4095 > total4095) current4095 -= total4095;
for (var i = 0; i < display4095; i++)
{
if (isRandom4095 && (current4095+i>total4095))
{
if (document.getElementById("event-4095-"+(current4095+i-total4095)))
{
document.getElementById("event-4095-"+(current4095+i-total4095)).style.display = "block";
}
}
else
{
if (document.getElementById("event-4095-"+(current4095+i)))
{
document.getElementById("event-4095-"+(current4095+i)).style.display = "block";
}
}
}
if (!isRandom4095)
{
if ((current4095+display4095)>total4095)
{
document.getElementById("edu-il-ws-4095-153-next").style.display = "none";
}
document.getElementById("edu-il-ws-4095-153-prev").style.display = "inline";
}
}

function prev4095()
{
for (var i = 0; i < display4095; i++)
{
if (isRandom4095 && (current4095+i>total4095))
{
if (document.getElementById("event-4095-"+(current4095+i-total4095)))
{
document.getElementById("event-4095-"+(current4095+i-total4095)).style.display = "none";
}
}
else
{
if (document.getElementById("event-4095-"+(current4095+i)))
{
document.getElementById("event-4095-"+(current4095+i)).style.display = "none";
}
}
}
current4095 -= display4095;
if (current4095 < 1) current4095 += total4095;
for (var i = 0; i < display4095; i++)
{
if (isRandom4095 && (current4095+i>total4095))
{
if (document.getElementById("event-4095-"+(current4095+i-total4095)))
{
document.getElementById("event-4095-"+(current4095+i-total4095)).style.display = "block";
}
}
else
{
if (document.getElementById("event-4095-"+(current4095+i)))
{
document.getElementById("event-4095-"+(current4095+i)).style.display = "block";
}
}
}
if (!isRandom4095)
{
if (current4095==1)
{
document.getElementById("edu-il-ws-4095-153-prev").style.display = "none";
}
document.getElementById("edu-il-ws-4095-153-next").style.display = "inline";
}
}
document.write("<div id=\"pc-4095\" xmlns:xalan=\"http://xml.apache.org/xslt\">");
document.write("<div id=\"edu-il-ws-4095-153-wrapper\" class=\"edu-il-ws-4095-153-wrapper\">");
document.write("<div class=\"edu-il-ws-4095-153-content\">");
document.write("<ul id=\"content-list\">");
document.write("<li id=\"event-4095-1\">");
document.write("<div class=\"edu-il-ws-4095-153-image-box\"></div>");
document.write("<div class=\"edu-il-ws-4095-153-section-box\">");
document.write("<h4 class=\"edu-il-ws-4095-153-item-title\">Leadership Research Conference</h4>");
document.write("<div class=\"edu-il-ws-4095-153-description\"><p><span style=\"font-size: small;\"><a href=\"http://www.illinoisleadership.uiuc.edu/research/\">Call for Abstracts</a> for the first annual <strong>Illinois Leadership Research Conference</strong>&nbsp;are due by&nbsp;<strong>March 1, 2012 at 5:00 pm</strong>&nbsp;to&nbsp;<strong><a href=\"mailto:%20dmrosch@illinois.edu\" target=\"_blank\">Dave Rosch&nbsp;</a></strong>The&nbsp;conference will showcase the breadth and depth of University of Illinois leadership research across colleges and disciplines and provide an opportunity to celebrate the many advances being made in leadership research at the University of Illinois.</span></p></div>");
document.write("</div>");
document.write("<div class=\"clear\"></div>");
document.write("</li>");
document.write("<li id=\"event-4095-2\">");
document.write("<div class=\"edu-il-ws-4095-153-image-box\">");
document.write("<img alt=\"\" src=\"https://illinois.edu/lb/files/2011/11/03/36085.GIF\"></div>");
document.write("<div class=\"edu-il-ws-4095-153-section-box\">");
document.write("<h4 class=\"edu-il-ws-4095-153-item-title\">Imprint i-program</h4>");
document.write("<div class=\"edu-il-ws-4095-153-description\"><p style=\"text-align: left;\"><span style=\"font-size: small;\"><a href=\"http://www.illinoisleadership.illinois.edu/programs/imprint.asp\">Imprint</a> on Saturday, February 25 (Illini Union ABC). &nbsp;<a href=\"http://www.illinoisleadership.uiuc.edu/_auth/login.asp\">Register now.</a></span></p></div>");
document.write("</div>");
document.write("<div class=\"clear\"></div>");
document.write("</li>");
document.write("<li id=\"event-4095-3\">");
document.write("<div class=\"edu-il-ws-4095-153-image-box\">");
document.write("<img alt=\"\" src=\"https://illinois.edu/lb/files/2012/02/07/37714.GIF\"></div>");
document.write("<div class=\"edu-il-ws-4095-153-section-box\">");
document.write("<h4 class=\"edu-il-ws-4095-153-item-title\">Integrity i-program</h4>");
document.write("<div class=\"edu-il-ws-4095-153-description\"><p style=\"text-align: left;\"><span style=\"font-size: small;\"><a title=\"Integrity\" href=\"http://www.illinoisleadership.illinois.edu/programs/integrity.asp\">Integrity</a> on Saturday, March 3rd (ARC). &nbsp;<a href=\"http://www.illinoisleadership.uiuc.edu/_auth/login.asp\">Register now</a>.</span></p></div>");
document.write("</div>");
document.write("<div class=\"clear\"></div>");
document.write("</li>");
document.write("<li id=\"event-4095-4\">");
document.write("<div class=\"edu-il-ws-4095-153-image-box\">");
document.write("<img alt=\"\" src=\"https://illinois.edu/lb/files/2011/10/10/35572.GIF\"></div>");
document.write("<div class=\"edu-il-ws-4095-153-section-box\">");
document.write("<h4 class=\"edu-il-ws-4095-153-item-title\">Alumni Workshop: Building Your Dream and Loving What You Do</h4>");
document.write("<div class=\"edu-il-ws-4095-153-description\"><p><span style=\"font-size: small;\">Illinois alumni Frank Klepitsch ('79 Architecture) joins the Illinois Leadership Center Alumni Workshop Series to talk about <a href=\"http://illinois.edu/calendar/detail/3707?key=200001012000010116397327\">how to build your dream career</a>. &nbsp;<strong>Thursday, March 8 @ 6 pm (Allen Hall South Rec Room).&nbsp;</strong><a href=\"http://www.illinoisleadership.uiuc.edu/_auth/login.asp\">Register now</a>.</span></p></div>");
document.write("</div>");
document.write("<div class=\"clear\"></div>");
document.write("</li>");
document.write("<li id=\"event-4095-5\">");
document.write("<div class=\"edu-il-ws-4095-153-image-box\">");
document.write("<img alt=\"\" src=\"https://illinois.edu/lb/files/2012/02/15/37896.GIF\"></div>");
document.write("<div class=\"edu-il-ws-4095-153-section-box\">");
document.write("<h4 class=\"edu-il-ws-4095-153-item-title\">Insight i-program</h4>");
document.write("<div class=\"edu-il-ws-4095-153-description\"><p style=\"text-align: left;\"><span style=\"font-size: small;\"><a href=\"http://www.illinoisleadership.illinois.edu/programs/insight.asp\">Insight</a> on March 10, 2012 (Alumni Center). <a href=\"http://www.illinoisleadership.uiuc.edu/_auth/login.asp\">Register now</a>.&nbsp;</span></p></div>");
document.write("</div>");
document.write("<div class=\"clear\"></div>");
document.write("</li>");
document.write("<li id=\"event-4095-6\">");
document.write("<div class=\"edu-il-ws-4095-153-image-box\">");
document.write("<img alt=\"workshop icon\" src=\"https://illinois.edu/lb/files/2011/10/10/35573.GIF\"></div>");
document.write("<div class=\"edu-il-ws-4095-153-section-box\">");
document.write("<h4 class=\"edu-il-ws-4095-153-item-title\">Alumni Workshop: Personal Branding - How to market yourself for success</h4>");
document.write("<div class=\"edu-il-ws-4095-153-description\"><p><span style=\"font-size: small;\">Illinois alumni Bala Ramakrishnan ('72 Advertising, '74 Radio Television) joins the Illinois Leadership Center Alumni Workshop series <a href=\"http://illinois.edu/calendar/detail/3707?eventId=16001922&amp;calMin=201202&amp;cal=20000101&amp;skinId=5191\">to talk about how to brand your personal skills and abilities for future success.</a> <strong>Tuesday, March 27 @ 6 pm (Asian American Cultural Center).</strong> <a href=\"http://www.illinoisleadership.uiuc.edu/_auth/login.asp\">Register now</a>.</span></p></div>");
document.write("</div>");
document.write("<div class=\"clear\"></div>");
document.write("</li>");
document.write("</ul>");
document.write("<div class=\"clear\"></div>");
document.write("</div>");
document.write("<span style=\"position:absolute;left:-40000px\" id=\"edu-il-ws-4095-153-prev\"></span><span style=\"position:absolute;left:-40000px\" id=\"edu-il-ws-4095-153-next\"></span>");
document.write("</div>");
document.write("</div><script type=\"text/javascript\" language=\"Javascript\">");
document.write("showItems4095(6, 3, false, false);");
document.write("</script>");

