var wsStyleVar = document.createElement('style');
var wsContentVar = '';
wsContentVar += '.edu-uiuc-webservices-pc-1012-6-wrapper';
wsContentVar += '{';
wsContentVar += '     	width:400px;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-1012-6-ul';
wsContentVar += '{';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-1012-6-li';
wsContentVar += '{';
wsContentVar += '     	font-family:Arial, Helvetica, sans-serif;';
wsContentVar += '     	font-size:80%;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-1012-6-link';
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-1012-6-wrapper\" xmlns:xalan=\"http://xml.apache.org/xslt\">");
document.write("<ul class=\"edu-uiuc-webservices-pc-1012-6-ul\">");
document.write("<li class=\"edu-uiuc-webservices-pc-1012-6-li\">");
document.write("<a href=\"http://online.wsj.com/article/SB125427984449051595.html\" class=\"edu-uiuc-webservices-pc-1012-6-link\" onclick=\"if(window._uacct){ javascript:urchinTracker('/ws/pc/1012/6/online.wsj.com/article/SB125427984449051595.html');}\">Makers of Ethanol Ponder Alternative</a>");
document.write("</li>");
document.write("<li class=\"edu-uiuc-webservices-pc-1012-6-li\">");
document.write("<a href=\"http://www.ips.uiuc.edu/wggp/humansecurity.shtml\" class=\"edu-uiuc-webservices-pc-1012-6-link\" onclick=\"if(window._uacct){ javascript:urchinTracker('/ws/pc/1012/6/ips.uiuc.edu/wggp/humansecurity.shtml');}\">An International Hewlett Conference</a>");
document.write("</li>");
document.write("<li class=\"edu-uiuc-webservices-pc-1012-6-li\">");
document.write("<a href=\"http://biofuelsdigest.com/blog2/2009/04/05/university-of-illinois-launches-masters-program-in-bioenergy-ag-processing-economics-among-specializations-in-16-month-program/\" class=\"edu-uiuc-webservices-pc-1012-6-link\" onclick=\"if(window._uacct){ javascript:urchinTracker('/ws/pc/1012/6/biofuelsdigest.com/blog2/2009/04/05/university-of-illinois-launches-masters-program-in-bioenergy-ag-processing-economics-among-specializations-in-16-month-program/');}\">University of Illinois launches Masters program in bioenergy: ag, processing, economics among specializations in 16-month program</a>");
document.write("</li>");
document.write("</ul>");
document.write("</div>");
