// checker2.js 
// Copyright (c) 2000, Bruce Clay, LLC
testns = (document.layers)? true:false;
testie = (document.all)? true:false;
if (testns || testie) { 
        document.writeln('<TABLE BORDER="0" WIDTH="80%" HEIGHT="100%" CELLSPACING="0" CELLPADDING="0"><TR><TD ALIGN="center" VALIGN="middle">\n');
        document.writeln('It appears you browser does not support Frames. <BR>Please <A HREF="http://www.prostate-cancer.org">click here</A> to go to our No-Frames page.\n');
        document.writeln('<P>Thank you!</TD></TR></TABLE>\n');
}

