<!-- 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" width="175" border="0" class="sidebartext-right"><tr><td>');


// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<center>');
document.write('<a href="https://ww2.everbridge.net/citizen/EverbridgeGateway.action?body=home&gis_alias_id=950761"><img src="images/Everbridge_Citizen_Alert_Signup_Button.jpg" border="0" width="175" height="65" alt="Rivers and Floods"></a><br>');
document.write('</center>');
document.write('<br><br>');
}



// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<center>');
document.write('<a href="http://www.lincolncountysheriff.net/crime_reports/"><img src="boxes/crime_reports.jpg" border="0" width="175" height="65" alt="CrimeReports"></a><br>');
document.write('</center>');
document.write('<br><br>');
}


// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<center>');
document.write('<a href="http://www.lincolncountysheriff.net/citizen_report/"><img src="boxes/report_a_crime.jpg" border="0" width="175" height="65" alt="Report a Crime"></a><br>');
document.write('</center>');
document.write('<br><br>');
}

// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<center>');
document.write('<a href="http://www.lincolncountysheriff.net/about/"><img src="boxes/communityvideo.jpg" border="0" width="175" height="65" alt="Community Video"></a><br>');
document.write('</center>');
document.write('<br><br>');
}

// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<center>');
document.write('<a href="http://lto.locktrack.com/public/reports/lincol_or_ilist.html"><img src="boxes/jail.jpg" border="0" width="175" height="65" alt="Jail Roster"></a><br>');
document.write('</center>');
document.write('<br>');
}

// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<center>');
document.write('<a href="http://www.lincolncountysheriff.net/tips/"><img src="boxes/tip_of_week2.jpg" border="0" width="175" height="65" alt="Tip of the Week"></a><br>');
document.write('</center>');
document.write('<br><br>');
}


// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<center>');
document.write('<a href="http://www.lincolncountysheriff.net/jobs/"><img src="boxes/recruitment_video2.jpg" border="0" width="175" height="65" alt="Recruitment Video"></a><br>');
document.write('</center>');
document.write('<br>');
}

// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<center>');
document.write('<a href="http://kcup.net/programs.htm"><img src="boxes/kcup_radio.jpg" border="0" width="175" height="65" alt="KCUP Radio Talk Show"></a><br>');
document.write('</center>');
document.write('<br>');
}



// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<center>');
document.write('<a href="http://www.lincolncountysheriff.net/shelter/index.html"><img src="boxes/adopt_a_pet.jpg" border="0" width="175" height="65" alt="Adopt a Pet"></a><br>');
document.write('</center>');
document.write('<br><br>');
}


document.write('</td></tr></table>');


// -- END -->
