// checker.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('<FRAMESET BORDER="0" FRAMEBORDER="0" FRAMESPACING="0" ROWS="100%,*">\n');
	document.writeln('<FRAME SRC="http://www.gastricbypassmalpractice.com" NAME="contents">\n');
	document.writeln('</FRAMESET>\n<NOFRAMES>\n');
}

