<!-- 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 showimage		= "yes"		// SHOW A SIDEBAR IMAGE
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "yes"		// SHOW THE 3RD PARAGRAPH



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 PRESS RELEASE EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Press Release<br></legend>');

document.write('<p> On Thursday July 21st, the Covington Police Department will be sponsoring a blood drive in collaboration with Hoxworth Blood Center from 2-4 p.m. at the PD.  Questions should be directed to Michelle Robinson at 859-292-2241.</p>');

document.write('<p> The Covington Police Department is co-hosting the Southern Police Institute 60th Annual S.P.I. Alumni Association Conference which will be held from July 18 to 22, 2011.  For more information, visit their website at www.spiaa.org.</p>');

document.write('<p> Retired Covington Police officer and Kenton County Sheriff\'s deputy Vernon Kinman passed away on 2011 May 18. Our condolences go out to the family of Vern.</p>');

document.write('<p> Effective 2011 June 1, Captain Bryan Allen will be retiring from the Covington Police Department after 20 years of service.  We wish him well.</p>');
document.write('<p> </p>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PRESS RELEASE




if (showimage == "yes") {

document.write('<br><center>');
document.write('<img src="picts/accredited.png"></a><br>');
document.write('</center>');
document.write('<br><br>');
}






// START RIGHT SIDEBAR AREA CRIME TIPS EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Crime Tips <br></legend>');

document.write('<center><font color="#FF0000"><b>Report crime tips by calling 859-491-TIPS</b></font color></center>');
document.write('<br>');

document.write('<center><font color="#0000A0"><b>Email crime tips to:</font color></b> <A HREF="mailto:info@covkypd.org">info@covkypd.org</a></center><br>');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA CRIME TIPS



// START RIGHT SIDEBAR AREA FACEBOOK EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');

document.write('Facebook <br></legend>');

document.write('<center>');
document.write('<img src="picts/facebook_icon.jpg"></a>');
document.write('</center>');
//document.write('<br><br>');
document.write('<center><font color="#FF0000"><b>Check us out on Facebook</b></font color></center>');
document.write('<br>');

document.write('<center><font color="#0000A0"><b></font color></b> <A HREF="http://www.facebook.com/CovKyPD">www.Facebook.com/CovKyPD</a></center><br>');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA FACEBOOK

document.write('</td></tr></table>');
// -- END -->
