<!-- 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 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "120"		// 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 (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Important Information<br></legend>');

document.write('<br><a href= "open_burning.htm">Open Burning Regulations<br><br><a target="_blank" href="PDF/fp_publications/tornadosafety.pdf">Tornado Safety<br><br><a href="weather_radio.htm">Weather Alert Radios<br><br><a target="_blank" href= "PDF/fp_publications/portablegenerators.pdf">Portable Generator Hazards<br><br><a href="COsafety.htm">Carbon Monoxide Safety<br><br><a href="fall_protection.htm">Fall Protection<br><br><a href="poison_prevention.htm">Poison Prevention<br></a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1


// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Did You know?<br></legend>');

document.write('<a>Every household should practice a home fire escape drill.  If a fire should occur, this drill can help you and your family escape.<br><br><a target="_blank" href="pdf/fp_publications/fmpr_homeescape.pdf">Home Escape Drill Pamphet...<br></a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2





// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="http://www.nyc.gov/html/fdny/media/tribute/tribute.html" target="_blank"><img src="images/9_11.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}


   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="images/smokedetectorgraphic.gif" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}


   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a  href="http://www.fireextinguisher.com" target="_blank"><img src="images/fire_extinguisher.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><a href="http://www.fireextinguisher.com" target="_blank">How to use a Fire Extinguisher</a><br>');
document.write('<br><br>');
}

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a  href="http://www.tmcnews.net" target="_blank"><img src="images/tmclogo.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><a href="http://www.tmcnews.net" target="_blank">Photos courtesy of <br>TMCNEWS.net</a><br>');
document.write('<br><br>');
}









document.write('</td></tr></table>');


// -- END -->
