var wsStyleVar = document.createElement('style');
var wsContentVar = '';
wsContentVar += '.edu-uiuc-webservices-pc-317-105-wrapper';
wsContentVar += '{';
wsContentVar += '     font-family:Arial, Helvetica, sans-serif;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-317-105-wrapper a';
wsContentVar += '{';
wsContentVar += '     color:black;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-317-105-wrapper a:link';
wsContentVar += '{';
wsContentVar += '     text-decoration:none;';
wsContentVar += '     color:black;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-317-105-wrapper a:visited';
wsContentVar += '{';
wsContentVar += '     text-decoration:none;';
wsContentVar += '     color:black;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-317-105-wrapper a:hover';
wsContentVar += '{';
wsContentVar += '     text-decoration:none;';
wsContentVar += '     color:black;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-317-105-evenrow';
wsContentVar += '{';
wsContentVar += '     width:100%;';
wsContentVar += '     padding-bottom:2px;';
wsContentVar += '     background-color:;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-317-105-oddrow';
wsContentVar += '{';
wsContentVar += '     width:100%;';
wsContentVar += '     padding-bottom:2px;';
wsContentVar += '     background-color:;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-317-105-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-317-105-wrapper\" xmlns:xalan=\"http://xml.apache.org/xslt\">");
document.write("<div class=\"edu-uiuc-webservices-pc-317-105-oddrow\">");
document.write("<a href=\"http://vetmed.illinois.edu/ope/H1N1\" class=\"edu-uiuc-webservices-pc-317-105-link\">Get the Latest H1N1 Influenza Resources</a>");
document.write("</div>");
document.write("</div>");
