//************************************************ 
//* Customizable region g file - this file can be 
//* modified to hold urgent content that is
//* displayed on content pages.
//*
//* 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_g -->');'
//*
//************************************************ 

document.writeln("<!-- begin region_g -->");

//* To display urgent content 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 == 'd04778a1' || hwDocHWID == 'mdx-qudr1166')
//*   {
//*   	document.writeln('<p><hr><b><font color="#FF0000">Healthwise Notice effective 04/07/05</font><br>Bextra withdrawn from market</b><br><br>The anti-inflammatory drug Bextra (valdecoxib) has been taken off the market because of concerns about increased health risks, including heart attack and stroke. A new warning label will be added to Celebrex (celecoxib) and other anti-inflammatory drugs. <a href="/kbase/bulletin/bextra.htm" target="_blank">More information from Healthwise</a></li></ul><hr><p>');
//* }
//* 
//* This logic may be repeated to handle any number
//* of urgent content issues.

document.writeln("<!-- end region_g -->");