var wsStyleVar = document.createElement('style');
var wsContentVar = '';
wsContentVar += '.edu-uiuc-webservices-pc-601-105-wrapper';
wsContentVar += '{';
wsContentVar += '     	width:300px;';
wsContentVar += '     	font-size:;';
wsContentVar += '     	font-family:Arial, Helvetica, sans-serif;';
wsContentVar += '     margin-top:3px;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-601-105-evenrow';
wsContentVar += '{';
wsContentVar += '     	padding-bottom:5px;';
wsContentVar += '     	background-color:;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-601-105-oddrow';
wsContentVar += '{';
wsContentVar += '     	padding-bottom:5px;';
wsContentVar += '     	background-color:;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-601-105-titlelink';
wsContentVar += '{';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '#mainColumnContent .rssFeed a:link';
wsContentVar += '{';
wsContentVar += '     color:#346D9E;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '#mainColumnContent .rssFeed a:visited';
wsContentVar += '{';
wsContentVar += '     color:#346D9E;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '#mainColumnContent .rssFeed a:hover';
wsContentVar += '{';
wsContentVar += '     color:#F47512;';
wsContentVar += '}';
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-601-105-wrapper\" xmlns:xalan=\"http://xml.apache.org/xslt\">");
document.write("<div class=\"edu-uiuc-webservices-pc-601-105-oddrow\">");
document.write("<a href=\"http://news.illinois.edu/news/09/1120gift.html\" class=\"edu-uiuc-webservices-pc-601-105-link\">U. of I. children's book guide offers help to holiday book shoppers</a>");
document.write("</div>");
document.write("<div class=\"edu-uiuc-webservices-pc-601-105-evenrow\">");
document.write("<a href=\"http://news.illinois.edu/news/09/1119gene.html\" class=\"edu-uiuc-webservices-pc-601-105-link\">Gene regulatory sites found without knowledge of regulators</a>");
document.write("</div>");
document.write("<div class=\"edu-uiuc-webservices-pc-601-105-oddrow\">");
document.write("<a href=\"http://news.illinois.edu/news/09/1119freetrade.html\" class=\"edu-uiuc-webservices-pc-601-105-link\">U.S., other free-trade leaders, among most vulnerable to backlash</a>");
document.write("</div>");
document.write("</div>");
