var wsStyleVar = document.createElement('style');
var wsContentVar = '';
wsContentVar += '.edu-uiuc-webservices-pc-1003-107-wrapper';
wsContentVar += '{';
wsContentVar += '     width:600px;';
wsContentVar += '     font-size:80%;';
wsContentVar += '     font-family:Arial,Helvetica,sans-serif;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-1003-107-evenrow';
wsContentVar += '{';
wsContentVar += '     padding-bottom:5px;';
wsContentVar += '     background-color:;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-1003-107-oddrow';
wsContentVar += '{';
wsContentVar += '     padding-bottom:5px;';
wsContentVar += '     background-color:;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-1003-107-desc';
wsContentVar += '{';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-1003-107-title';
wsContentVar += '{';
wsContentVar += '    width:300px;';
wsContentVar += '    font-size:1%; ';
wsContentVar += '    font-family:Arial,Helvetica,sans-serif; ';
wsContentVar += '    font-color: #ffffff; ';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-1003-107-titlelink';
wsContentVar += '{';
wsContentVar += '    width:300px;';
wsContentVar += '    font-size:1%; ';
wsContentVar += '    font-family:Arial,Helvetica,sans-serif; ';
wsContentVar += '    font-color: #ffffff; ';
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-1003-107-wrapper\" xmlns:xalan=\"http://xml.apache.org/xslt\">");
document.write("<div class=\"edu-uiuc-webservices-pc-1003-107-oddrow\">");
document.write("<div class=\"edu-uiuc-webservices-pc-1003-107-title\">");
document.write("<a href=\"http://www.uiuc.edu/goto/wuisnews\" class=\"edu-uiuc-webservices-pc-1003-107-titlelink\" target=\"_new\">Illinois AP News</a>");
document.write("</div>");
document.write("<div class=\"edu-uiuc-webservices-pc-1003-107-desc\"><h3>Illinois News from the Associated Press, Monday,&nbsp;November 23, 2009</h3>  <p>  <p>WASHINGTON (AP) _ Lawmakers from Illinois and Iowa say the people they represent support the idea of moving Guantanamo Bay detainees to a prison in Thomson. Democratic lawmakers toured the facility this weekend with federal and state prison officials. Republicans have raised safety concerns about the plan.</p>  <p>SPRINGFIELD, Ill. (AP) _ There's a growing racial gap in discipline at Illinois schools. About one-fifth of the state's public school students are black, but an Associated Press review shows half the students suspended from schools are black.</p>  <p>SPRINGFIELD, Ill. (AP) _ Republican Andy McKenna's campaign for governor is launching a new ad today, and it brings back the hair. It uses former Governor Rod Blagojevich's hair as a symbol of corruption and accuses incumbent Pat Quinn of hiding the truth about state problems.</p>  <p>EAST ST. LOUIS, Ill. (AP) _ A St. Louis man accused of fathering a child with a 13-year-old Illinois girl has been charged with sexual assault. Twenty-five-year-old Tony Hickman denied have sex with the teen, but tests show he's the infant's father.</p>  (Copyright 2009 by The Associated Press. All Rights Reserved.)</p></div>");
document.write("</div>");
document.write("</div>");
