//************************************************ 
//* Customizable region a file - this file can be 
//* modified to hold client page header.
//*
//* This region is the top 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_a-->');'
//*
//************************************************ 
document.write('<!-- begin region_a -->');
document.write('&nbsp' );
document.write('<!-- end region_a -->');
