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

