var wsStyleVar = document.createElement('style');
var wsContentVar = '';
wsContentVar += '.edu-uiuc-webservices-pc-246-107-wrapper';
wsContentVar += '{';
wsContentVar += '     display:block;';
wsContentVar += '     font-family:Tahoma, Arial, Helvetica, sans-serif;';
wsContentVar += '     font-size:11px;';
wsContentVar += '     color:#000033;';
wsContentVar += '     margin:0px;';
wsContentVar += '     padding:0px 5px 0px 20px;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-246-107-evenrow';
wsContentVar += '{';
wsContentVar += '     padding-bottom:5px;';
wsContentVar += '     background-color:;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-246-107-oddrow';
wsContentVar += '{';
wsContentVar += '     padding-bottom:5px;';
wsContentVar += '     background-color:;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-246-107-desc';
wsContentVar += '{';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-246-107-title';
wsContentVar += '{';
wsContentVar += '     font-weight:bold;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-246-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-246-107-wrapper\" xmlns:xalan=\"http://xml.apache.org/xslt\">");
document.write("<div class=\"edu-uiuc-webservices-pc-246-107-oddrow\">");
document.write("<div class=\"edu-uiuc-webservices-pc-246-107-title\">");
document.write("<a href=\"http://www.google.com/hostednews/afp/article/ALeqM5j3ZdM7vK53SCqCNrkOER0OJZEMdw\" class=\"edu-uiuc-webservices-pc-246-107-titlelink\">Running</a>");
document.write("</div>");
document.write("<div class=\"edu-uiuc-webservices-pc-246-107-desc\">Agence France-Presse (Paris, Nov. 19) -- Michael Giardina, a professor of advertising at the U. of I., believes there are three aspects fueling the running boom: people inspired by the 2008 Olympics, increased social networking -- for example runners opening Facebook pages to collect money for charity -- and a reaction to what he called 'the obesity epidemic.'</div>");
document.write("</div>");
document.write("</div>");
