var wsStyleVar = document.createElement('style');
var wsContentVar = '';
wsContentVar += '.edu-uiuc-webservices-pc-347-107-wrapper';
wsContentVar += '{';
wsContentVar += '     	/*width:95%;';
wsContentVar += '     	font-size:80%;';
wsContentVar += '     	font-family:Arial,Helvetica,sans-serif;';
wsContentVar += '     */}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-347-107-evenrow';
wsContentVar += '{';
wsContentVar += '     	padding-bottom:10px;';
wsContentVar += '     	background-color:;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-347-107-oddrow';
wsContentVar += '{';
wsContentVar += '     	padding-bottom:10px;';
wsContentVar += '     	background-color:;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-347-107-desc';
wsContentVar += '{';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-347-107-title';
wsContentVar += '{';
wsContentVar += '     color:#cc6600;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-347-107-titlelink';
wsContentVar += '{';
wsContentVar += '     color:#cc6600;';
wsContentVar += '}';
wsContentVar += '     ';
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("<div class=\"edu-uiuc-webservices-pc-347-107-wrapper\" xmlns:xalan=\"http://xml.apache.org/xslt\">");
document.write("<div class=\"edu-uiuc-webservices-pc-347-107-oddrow\">");
document.write("<div class=\"edu-uiuc-webservices-pc-347-107-title\">");
document.write("<a href=\"http://www.news.illinois.edu/news/10/0128calendar.html\" class=\"edu-uiuc-webservices-pc-347-107-titlelink\">Events at the University of Illinois at Urbana-Champaign from Feb. 4 through 21</a>");
document.write("</div>");
document.write("<div class=\"edu-uiuc-webservices-pc-347-107-desc\">Events at the University of Illinois at Urbana-Champaign from Feb. 4 through 21</div>");
document.write("</div>");
document.write("</div>");
