
// Javascript text file, for insertion near top of webpage, notice drawing attention to the disclaimer at the foot of the page.

document.write ( "<font color=#660033>" );

document.write ( "<b>Please read the disclaimer, concerning medical diagnosis and treatment, at the foot of this page.</b>");

document.write ( "</font>" );



