//************************************************ 
//* Customizable region b file - this file can be 
//* modified to hold client page footer.
//*
//* This region is the bottom of the html page.
//*
//* NOTE: DO NOT DELETE THIS FILE.
//*	  You may modify this file or you may
//*	  remove its functionality by deleting all
//*	  lines following the first line:
//*	  'document.write('<!--begin region_b-->');'
//*
//************************************************ 

// quest customizations:

// patient health library landing page link:
document.write(' <table width="750" cellpadding="0" cellspacing="0" border ="0"><tr> ' );
document.write(' <td width="40"></td>  ' );
document.write(' <td><a href="/kbase/default.htm"><img src="/healthwise/images/homebutton2.gif" width=25 height=18 border=0 align="left"></a><a href="/kbase/default.htm" class="boldtextbluelarge">Patient Health Library Home</a></td> ');
document.write(' </tr><tr> ' );
document.write(' <td colspan="2"><img src="/images/clear.gif" width=1 height=10></td>  ' );
document.write(' </tr></table> ' );

// global footer:
document.write(' <script>bottom();</script> ' );

