/*
var website="http://www.csuohio.edu/ce/about/register.html";
var clickword="register";
*/

var warning="Note: If there is a discrepancy between the information in this document and the information on your institution's website<br /> or in its course catalog (especially with regard to the course text), please <a href='../contact.html'>notify me</a> as soon as possible. <br />Your institution's bookstore does NOT make the final determination as to which edition of the textbook is the correct one. Thank you.";

document.write("<hr />");

/*
document.write("<p class='center'>[<a href='"+website+"'>"+clickword+"</a>]</p>");
*/

document.write("<p class='center'>"+warning+"</p><hr />");


