<!-- 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 paragraph_3 	= "yes"		// SHOW THE 3RD PARAGRAPH
var paragraph_4 	= "yes"		// SHOW THE 4TH PARAGRAPH
var showimage		= "no"		// SHOW A SIDEBAR IMAGE

var topspacing		= "0"		// 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('Nationwide ATMs<br></legend>');

document.write('<a href="http://www.moneypass.com/moneypass/search.cfm" onclick="alert(\'These links are provided as a convenience to you. They are controlled by third parties and  Ohio Commerce Bank does not endorse, approve, certify, or control third party sites. Any transactions engaged in or products purchased on these sites is at your own risk.\')" target="_blank"><img src=/picts/locator.jpg width=145></a><br><a href="http://www.moneypass.com/moneypass/search.cfm" onclick="alert(\'These links are provided as a convenience to you. They are controlled by third parties and  Ohio Commerce Bank does not endorse, approve, certify, or control third party sites. Any transactions engaged in or products purchased on these sites is at your own risk.\')" target="_blank">Find MoneyPass<br>ATMs On-the-Go!</a><p/>Free ATMs Nationwide! Our MoneyPass network has thousands of surcharge-free ATMs coast to coast located where you live, work & travel. Use our 	<a href="http://www.moneypass.com/moneypass/search.cfm" onclick="alert(\'These links are provided as a convenience to you. They are controlled by third parties and  Ohio Commerce Bank does not endorse, approve, certify, or control third party sites. Any transactions engaged in or products purchased on these sites is at your own risk.\')" target="_blank">locator</a> to find the ones most convenient to you.');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1



// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<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('Higher Coverage<br></legend>');

document.write('Deposit accounts are now FDIC insured up to $250,000 per depositor, more than double the former account coverage limit.');

document.write('&nbsp;&nbsp;<a href="fdic-increase.htm" class="sidelink" target="_top">More ...</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_3 == "yes") {

document.write('<fieldset><legend>');

document.write('Your Credit Score</legend>');

document.write('<strong>Tips to raise your credit score:</strong>&nbsp;&nbsp;Pay your bills on time. Payment history makes up 35% of your credit score, according to myfico.com. The longer you pay your bills on time the better your score. Avoid missed payments by putting as many of your bills on auto-pay as possible. ');
document.write('<a href="creditscore.htm">More...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3


document.write('</td></tr></table>');


// -- END -->
