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\">IACUC Office Holiday Hours</div>");
document.write("<div class=\"edu-uiuc-webservices-pc-1124-107-desc\">The IACUC Office will be closed from December 24th, 2008 through January 5th, 2009. Protocol review and amendment processing will not be available during this time period. The IACUC administrative email address (IACUC@illinois.edu) will be monitored over the duration of the holidays for animal welfare issues requiring immediate attention.</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\">Wise to Review Animal Use Before Holidays</div>");
document.write("<div class=\"edu-uiuc-webservices-pc-1124-107-desc\">Holiday periods are often times when key personnel are not available while less experienced personnel are responsible for animals and experiments.  Now is a good time, before the holidays arrive, to review your animal use protocols with all staff and make sure everyone understands the approved procedures, including the requirements for conducting and documenting post-procedural monitoring and provision of analgesia.  Remember that there are veterinarians on call at all times, including holidays.</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\">");
document.write("<a href=\"http://www.research.illinois.edu/IACUC/content/TrainingModules/Login.aspx\" class=\"edu-uiuc-webservices-pc-1124-107-titlelink\">New IACUC Training Modules</a>");
document.write("</div>");
document.write("<div class=\"edu-uiuc-webservices-pc-1124-107-desc\">The new IACUC Training Modules and Quiz are now online. Use the Training Modules and Quiz link on the navigation menu.</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\">");
document.write("<a href=\"http://www.research.illinois.edu/IACUC/content/Forms/FormsDefault.aspx\" class=\"edu-uiuc-webservices-pc-1124-107-titlelink\">Updated IACUC Forms</a>");
document.write("</div>");
document.write("<div class=\"edu-uiuc-webservices-pc-1124-107-desc\">Please note that the IACUC Protocol Review Form and the IACUC Minor Amendment Form have been recently updated. Make sure you are using the latest version of these forms. Use the Forms link on the navigation menu.</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 of USDA Inspectors is not limited to currently active protocols and they may look at required records from previous protocols.</div>");
document.write("</div>");
document.write("</div>");
