//************************************************ 
//* Customizable region k file - this file can be 
//* modified to enable links to the drug
//* interactions application hosted by Healthwise.
//*
//* 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_k -->');'
//*
//************************************************ 

document.writeln("<!-- begin region_k -->");

//* To display a link to the drug interaction checker
//* application, remove the comment from the lines 
//* below.
//* 
//document.writeln('<p class="size2"><b><script language="javascript">GetDrugCheckerLink(2);</script></b></p>');

document.writeln("<!-- end region_k -->");

