<!-- 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('Michigan Offender<br> Tracking Information<br> System:<br></legend>');

document.write('A search of OTIS will provide information about offenders previously or currently under the jurisdiction or supervision of the MDOC. A search result will provide information about any offender who is, or was, in a Michigan prison, on parole or probation under the supervision of the MDOC, has transferred in or out of Michigan under the Michigan Interstate Compact, or who has escaped or absconded from their sentence.<br><a href="http://www.state.mi.us/mdoc/asp/otis2.html">Click here.</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_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Michigan Public Sex<br> Offender Registry:<br></legend>');

document.write('This registry is made available through the Internet with the intent to better assist the public in preventing and protecting against the commission of future criminal sexual acts by convicted sex offenders.<br><a href="http://www.mipsor.state.mi.us/">Click here.</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2








// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Michigan Internet<br> Criminal History<br> Access Tool:<br></legend>');

document.write('The Internet Criminal History Access Tool (ICHAT) allows the search of public records contained in the Michigan Criminal History Record maintained by the Michigan State Police, Criminal Justice Information Center. All felonies and serious misdemeanors that are punishable by over 93 days are required to be reported to the state repository by law enforcement agencies, prosecutors, and courts in all 83 Michigan counties.<br><a href="http://apps.michigan.gov/ichat/home.aspx">Click here.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3







document.write('</td></tr></table>');


// -- END -->