//************************************************ 
//* Customizable region h file - this file can be 
//* modified to hold urgent content that is
//* displayed on the front search 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_h -->');'
//*
//************************************************ 

document.writeln("<!-- begin region_h -->");

//* To display urgent content on the front search page
//* use document.writeln to output the necessary HTML.
//* 
//* For example:
//* 
//* 	document.writeln('<p>FDA warns consumers to stop using ephedra immediately, in advance of ban.' + 
//*                      '&nbsp<a href="#" target="_blank">More information from Healthwise.</a></p>');
//* 
//* 

document.writeln("<!-- end region_h -->");