var wsStyleVar = document.createElement('style');
var wsContentVar = '';
wsContentVar += '.edu-uiuc-webservices-pc-1124-107-wrapper';
wsContentVar += '{';
wsContentVar += '      width:400px;';
wsContentVar += '      /* font-size:80%; */';
wsContentVar += '      /* font-size: .8em; */';
wsContentVar += '      font-family:Arial,Helvetica,sans-serif;';
wsContentVar += '      /* padding: 10px 10px 10px 10px; */';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-1124-107-evenrow';
wsContentVar += '{';
wsContentVar += '      padding-bottom:5px;';
wsContentVar += '      background-color:;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-1124-107-oddrow';
wsContentVar += '{';
wsContentVar += '      padding-bottom:5px;';
wsContentVar += '      background-color:;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-1124-107-desc';
wsContentVar += '{';
wsContentVar += 'padding: 10px 0px 20px 0px;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-1124-107-title';
wsContentVar += '{';
wsContentVar += 'font-family:Arial;';
wsContentVar += 'font-size:medium;';
wsContentVar += 'font-weight:bold;';
wsContentVar += 'padding: 0px 0px 0px 0px;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-1124-107-titlelink';
wsContentVar += '{';
wsContentVar += 'font-family:Arial;';
wsContentVar += 'font-size:medium;';
wsContentVar += 'font-weight:bold;';
wsContentVar += 'color:blue;';
wsContentVar += 'padding: 0px 0px 0px 0px;';
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-1124-107-wrapper\" xmlns:xalan=\"http://xml.apache.org/xslt\">");
document.write("<div class=\"edu-uiuc-webservices-pc-1124-107-oddrow\">");
document.write("<div class=\"edu-uiuc-webservices-pc-1124-107-title\">NEW Protocol Form in 2011</div>");
document.write("<div class=\"edu-uiuc-webservices-pc-1124-107-desc\">The IACUC animal use protocol form has been extensively revised.  The goals of revisions are to focus more directly on regulated issues, to simplify usage and to facilitate the eventual transition to on-line submission.  If you have comments, questions or suggestions on how to improve the form, please call the IACUC office at 333-7789 or send us an e-mail (iacuc@illinois.edu). </div>");
document.write("</div>");
document.write("<div class=\"edu-uiuc-webservices-pc-1124-107-evenrow\">");
document.write("<div class=\"edu-uiuc-webservices-pc-1124-107-title\">HSUS FOIA</div>");
document.write("<div class=\"edu-uiuc-webservices-pc-1124-107-desc\">The University has received a broad Freedom of Information Act (FOIA) request from the Humane Society of the United States (HSUS).  The HSUS FOIA includes ALL animal health records over the past 12 months including documents such as anesthesia, analgesia and post-procedural care records that you may have generated in your work as well as veterinary and necropsy reports for the animals on your protocols.  Public Affairs will redact names from these records if and when appropriate.  We appreciate your patience with any resulting delays in conduct of normal business by the IACUC, DAR and AACUP staffs.  Please call the IACUC office if you have questions and we will answer them as soon as we can.</div>");
document.write("</div>");
document.write("<div class=\"edu-uiuc-webservices-pc-1124-107-oddrow\">");
document.write("<div class=\"edu-uiuc-webservices-pc-1124-107-title\">Importance of Keeping Records</div>");
document.write("<div class=\"edu-uiuc-webservices-pc-1124-107-desc\">Federal and University policy requires that records for surgery, painful procedures and Guide exceptions be maintained for three years past the termination date of a protocol. These records should include procedure details, post-procedural monitoring and analgesia, medical interventions, and final disposition of the animals. Maintaining clear and complete records is a responsibility that a Principal Investigator agrees to when signing a protocol Signature Page. Oversight by USDA Inspectors is not limited to currently active protocols and they may look at required records from completed protocols.</div>");
document.write("</div>");
document.write("</div>");

