<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "no"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "no"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "5"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');







// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA
if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="http://www.cobth.org/PDFs/09-014%20COBTH_FINAL.pdf"><img src="picts/reportcover.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('');
}
  

// SMALL PICTURE AREA


    if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="http://www.aamc.org/about/hope.htm"><img src="picts/hopehappens.jpg" border="0" class="noborders"></a><br>');
document.write('</center>');
document.write('');
}
  
   if (showimage == "no") {

document.write('<br><center>');
document.write('<a href="http://www.researchmeanshope.org/index.html"><img src="picts/research hope.jpg" border="0" class="noborders"></a><br>');
document.write('</center>');
document.write('');
}

// SMALL PICTURE AREA

// SMALL PICTURE AREA

   if (showimage == "no") {

document.write('<br><center>');
document.write('<a href="http://grants.nih.gov/recovery/"><img src="picts/recovernih.jpg" border="0" class="noborders"></a><br>');
document.write('</center>');
document.write('');
}


// END RIGHT SIDEBAR AREA PARAGRAPH 1
// SMALL PICTURE AREA

   if (showimage == "no") {

document.write('<br><center>');
document.write('<a href="http://www.cobth.org/Legislationregulationtestimony.html"><img src="picts/legpng.jpg" border="0" class="noborders"></a><br>');
document.write('</center>');
document.write('');
}

// SMALL PICTURE AREA







// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

 if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Health Reform<br></legend>');

document.write('Learn about the new health reform law and options for the uninsured. <a href="http://www.mahealthconnector.org/portal/site/connector/">Commonwealth Connector</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}



if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('NIH Funding<br></legend>');

document.write('Learn about the impact that flat funding of the National Institutes of Health is having on important medical research. <a href="http://cobth.org/PDFs/within_our_grasp.pdf">Within Our Grasp - Or Slipping Away?</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2








document.write('</td></tr></table>');


// -- END -->