//************************************************ 
//* 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-->');'
//*
//************************************************ 
document.write('<!-- begin region_b -->');
document.write('&nbsp' );

document.write('<!-- end region_b -->');

