var wsStyleVar = document.createElement('style');
var wsContentVar = '';
wsContentVar += '.edu-uiuc-webservices-pc-216-107-wrapper';
wsContentVar += '{';
wsContentVar += '     width:300px;';
wsContentVar += '     /* font-size:80%;';
wsContentVar += '     */font-size:11px;';
wsContentVar += '     font-family:Arial,Helvetica,sans-serif;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-216-107-evenrow';
wsContentVar += '{';
wsContentVar += '     padding-bottom:11px;';
wsContentVar += '     background-color:;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-216-107-oddrow';
wsContentVar += '{';
wsContentVar += '     padding-bottom:11px;';
wsContentVar += '     background-color:;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-216-107-desc';
wsContentVar += '{';
wsContentVar += '     margin-left:10px;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-216-107-title';
wsContentVar += '{';
wsContentVar += '     border-bottom:solid #dcdcdc 1px;';
wsContentVar += '     font-size:12px;';
wsContentVar += '     color:#8d2506;';
wsContentVar += '     font-weight:bold;';
wsContentVar += '     font-family:verdana;';
wsContentVar += '}';
wsContentVar += '     ';
wsContentVar += '.edu-uiuc-webservices-pc-216-107-titlelink';
wsContentVar += '{';
wsContentVar += '     border-bottom:solid #dcdcdc 1px;';
wsContentVar += '     font-size:12px;';
wsContentVar += '     color:#8d2506;';
wsContentVar += '     font-weight:bold;';
wsContentVar += '     font-family:verdana;';
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-216-107-wrapper\" xmlns:xalan=\"http://xml.apache.org/xslt\">");
document.write("<div class=\"edu-uiuc-webservices-pc-216-107-oddrow\">");
document.write("<div class=\"edu-uiuc-webservices-pc-216-107-title\">Revised Documents Now Available</div>");
document.write("<div class=\"edu-uiuc-webservices-pc-216-107-desc\"><ul>  <li><big>*New*</big> <a href='http://www.irb.illinois.edu/?q=education/RequiredTrainingInvestigators.html'>IRB Training Requirements</a></li>  <li>*Revised* <a href='files/irb-1v2_14.dot' target='_blank'>IRB-1 Form</a></li>  <li>*Revised* <a href='files/ExemptFormv1_01.dot' target='_blank'>IRB Application for Exemption</a></li>  <li>*Revised* <a href='files/amendmentv1_05.dot' target='_blank'>Research Amendment Form</a></li>  </ul>  <p>Begin using these forms to apply. Only the revised forms will be accepted after January 1, 2008</p></div>");
document.write("</div>");
document.write("</div>");
