

function CCnotice(publication)
{
    document.write("<table class=CCnotice cellspacing=0 cellpadding=5 ");
    document.write("style=border-collapse: collapse>\n");
    document.write("<tr><td>\n");
    document.write("As the <i>");
    document.write(publication);
    document.write("</i> has not granted permission to reprint this ");
    document.write("article in its entirety, only a short excerpt of the article has been ");
    document.write("quoted.<p>\n");
    document.write("If you are interested in reading the complete article, or ");
    document.write("the complete excerpt from the article about Oskar Morawetz, please e-mail\n");
    document.write("<b><a href=\"mailto:info@oskarmorawetz.com\" style=\"color:#004000\">");
    document.write("info@oskarmorawetz.com</a></b>.\n");
    document.write("</td></tr>\n</table>\n<p>&nbsp;</p>\n");
}
