var wsStyleVar = document.createElement('style');
var wsContentVar = '';
wsContentVar += '.edu-uiuc-webservices-pc-846-105-wrapper';
wsContentVar += '{';
wsContentVar += '     margin-left:62px;';
wsContentVar += '     	width:300px;';
wsContentVar += '     	font-size:90%;';
wsContentVar += '     	font-family:Arial, Helvetica, sans-serif;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-846-105-wrapper a:link';
wsContentVar += '{';
wsContentVar += '     text-decoration:none;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-846-105-wrapper a:visited';
wsContentVar += '{';
wsContentVar += '     text-decoration:none;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-846-105-evenrow';
wsContentVar += '{';
wsContentVar += '     	padding-bottom:2px;';
wsContentVar += '     	background-color:;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-846-105-oddrow';
wsContentVar += '{';
wsContentVar += '     	padding-bottom:2px;';
wsContentVar += '     	background-color:;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-846-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-846-105-wrapper\" xmlns:xalan=\"http://xml.apache.org/xslt\">");
document.write("<div class=\"edu-uiuc-webservices-pc-846-105-oddrow\">");
document.write("<a href=\"http://vetmed.illinois.edu/petcolumns/index.cfm?function=showarticle&amp;id=661\" class=\"edu-uiuc-webservices-pc-846-105-link\">Four Short Legs and a Long Back Are Cute, But Beware of Back Problems</a>");
document.write("</div>");
document.write("<div class=\"edu-uiuc-webservices-pc-846-105-evenrow\">");
document.write("<a href=\"http://vetmed.illinois.edu/petcolumns/index.cfm?function=showarticle&amp;id=660\" class=\"edu-uiuc-webservices-pc-846-105-link\">Scared of a Shot? The Risk of Vaccine-Associated Sarcomas in Cats</a>");
document.write("</div>");
document.write("<div class=\"edu-uiuc-webservices-pc-846-105-oddrow\">");
document.write("<a href=\"http://vetmed.illinois.edu/petcolumns/index.cfm?function=showarticle&amp;id=659\" class=\"edu-uiuc-webservices-pc-846-105-link\">Physicians or Veterinarians: Who Should Advise Immune Compromised People With Pets?</a>");
document.write("</div>");
document.write("</div>");
