var wsStyleVar = document.createElement('style');
var wsContentVar = '';
wsContentVar += '.edu-uiuc-webservices-pc-200-107-wrapper';
wsContentVar += '{';
wsContentVar += '     	width:300px;';
wsContentVar += '     	font-size:80%;';
wsContentVar += '     	font-family:Arial,Helvetica,sans-serif;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-200-107-evenrow';
wsContentVar += '{';
wsContentVar += '     	padding-bottom:5px;';
wsContentVar += '     	background-color:;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-200-107-oddrow';
wsContentVar += '{';
wsContentVar += '     	padding-bottom:5px;';
wsContentVar += '     	background-color:;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-200-107-desc';
wsContentVar += '{';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-200-107-title';
wsContentVar += '{';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-200-107-titlelink';
wsContentVar += '{';
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-200-107-wrapper\" xmlns:xalan=\"http://xml.apache.org/xslt\">");
document.write("<div class=\"edu-uiuc-webservices-pc-200-107-oddrow\">");
document.write("<div class=\"edu-uiuc-webservices-pc-200-107-title\">");
document.write("<a href=\"http://news.illinois.edu/news/09/1109viswanathan.html\" class=\"edu-uiuc-webservices-pc-200-107-titlelink\" target=\"_new\">University of Illinois Business Professor Wins International Award</a>");
document.write("</div>");
document.write("<div class=\"edu-uiuc-webservices-pc-200-107-desc\">Madhu Viswanathan will receive the India International Friendship Societys Bharat Gaurav Award, given annually to honor people whose work promotes Indias heritage and contributions at home and abroad.</div>");
document.write("</div>");
document.write("<div class=\"edu-uiuc-webservices-pc-200-107-evenrow\">");
document.write("<div class=\"edu-uiuc-webservices-pc-200-107-title\">");
document.write("<a href=\"http://staging.admin.illinois.edu/ilint.illinois.edu/headlines.html\" class=\"edu-uiuc-webservices-pc-200-107-titlelink\" target=\"_new\">Iranian Elections Among Topics of Debate at Iranian Studies Symposium at Illinois</a>");
document.write("</div>");
document.write("<div class=\"edu-uiuc-webservices-pc-200-107-desc\">University of Southern California Professor Muhammad Sahimi was among the Iranian Scholars from Illinois and other U.S. universities who were on hand to discuss the pressing issues in Iran, including the controversial 2009 Presidential election and Iran's nuclear program.</div>");
document.write("</div>");
document.write("</div>");
