//************************************************ 
//* Customizable region i file - this file can be 
//* modified to hold local link information to be
//* displayed at the top of a content 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_i -->');'
//*
//************************************************ 

document.writeln("<!-- begin region_i -->");

//* To display local links on only the desired
//* topic or pages, utilize the javascript variables
//* defined on each page of the Healthwise Knowledgebase.
//* 
//* Available variables: 
//* 	hwDocHWID     - Unique identifier for a topic.
//*	hwSectionHWID - Unique identifier for a page, 
//* 			for those topics that are rendered
//* 			on separate pages.
//* 
//* 
//* if (hwDocHWID == 'immun') {
//* 	document.writeln('<p>Additional links for information on immunization guidelines can be found at the bottom of this page.</p>');
//* }
//* 
//* This logic may be repeated to handle any number
//* of local links.

document.writeln("<!-- end region_i -->");