<!--
// Give ICa website a dynamic disclaimer greeting.
greeting2 = "Copyright ICA, Publication Division &#169 1992-2002 ";
greeting3 = " Any unauthorized use or duplication of information presented in this document other than what it is intended for is prohibited."
greeting4 = " All rights reserved, ICA, Publication Division &#169 2002";
document.open();
document.write("   " + greeting2 + greeting3 + greeting4);

//-->