// checker2.js 
// Copyright (c) 2000, Paul Johnson et. al.
testns = (document.layers)? true:false;
testie = (document.all)? true:false;
if (testns || testie || parseInt(navigator.appVersion)>=5) { 
        document.writeln('<TABLE BORDER="0" WIDTH="80%" HEIGHT="100%" CELLSPACING="0" CELLPADDING="0"><TR><TD ALIGN="center" VALIGN="middle">\n');
        document.writeln('Please <A HREF="http://www.gastricbypassmalpractice.com">click here</A> to go to our page.\n');
        document.writeln('<P>Thank you!</TD></TR></TABLE>\n');
}

