//************************************************ 
//* Customizable region j file - this file can be 
//* modified to hold local link information to be
//* displayed at the bottom 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_j -->');'
//*
//************************************************ 

document.writeln("<!-- begin region_j -->");

//* 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><a href="#">Immunization Guidelines</a></p>' +
//*                      '<p><a href="#">Locations for immunization providers</a></p>');
//* }
//* 
//* This logic may be repeated to handle any number
//* of local links.

document.writeln("<!-- end region_j -->");