<!-- 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		= "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 (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Quick Links<br></legend>');
document.write('<br>');

document.write(' <a href="blotter.htm">- Police Blotters / Alerts</a><br> <a href="http://www.nj.com" target="_blank">- NJ.Com</a><br><a href="http://www.weather.com/weather/local/07074?lswe=07074&lwsa=WeatherLocalUndeclared&from=searchbox_localwx.htm" target="_blank">- Area Weather</a><br> <a href="http://www.northjersey.com/news/bergen/" target="_blank">- North Jersey News</a><br> <a href="http://www.state.nj.us" target="blank">- State of NJ Website </a><br><a href="http://www.moonachie.us" target="_blank">- Moonachie.US</a><br><a href="http://www.co.bergen.nj.us/" target="_blank">- Bergen County Website</a><br><a href="http://www.pba102.com" target="_blank">- N.J. PBA Local 102</a><br>');
document.write('<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="picts/sidebar-right.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}







// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Resources<br></legend>');
document.write('<br>');

document.write(' <a href="http://www.co.bergen.nj.us/adv/ADVindex.htm" target="blank">- Domestic Violence</a><br> <a href="http://www.co.bergen.nj.us/BCDHS/divisions/family.htm" target="blank">- Juvenile/Family Crisis</a><br> <a href="http://www.bergenhealth.org/oadd/index.html" target="blank">- Drug Dependancy </a><br> <a href="http://www.bergenhealth.org/mental/bcmhsystem.html" target="blank">- Mental Health</a><br>');
document.write('<br>');

document.write('These are external Links to Specific Resource Websites for resources most commonly requested.  Please contact MPD if you need assistance locating other resources or need further guidance.<br><br></legend>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->