<!-- 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		= "no"		// SHOW A SIDEBAR IMAGE

var topspacing		= "0"		// NUDGE SIDEBAR DOWN
var sidewidth		= "190"		// 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('Our Agents<br></legend>');

document.write('<b>DOYLE EVANS</b><br>Broker<br><b>910-526-2347</b><br>DEVANS2@ec.rr.com<br>doyleevansrealty@bizec.rr.com<br><a href="mailto:doyleevansrealty@bizec.rr.com?subject=from website">Email Doyle...</a><br><br><b>CHRISTINE LEIBECK</b><br>Broker Associate<br><b>910-526-5067</b><br>christine@doyleevansrealty.com<br><a href="mailto:christine@doyleevansrealty.com?subject=from website">Email Christine...</a><br><br><b>JERRY PIPPIN</b><br>Broker Associate<br><b>910-358-9400</b><br>jerry@doyleevansrealty.com<br><a href="mailto:jerry@doyleevansrealty.com?subject=from website">Email Jerry...</a><br><br><b>LINDA HOLLAND</b><br>Broker Associate<br><b>910-389-7301</b><br>linda@doyleevansrealty.com<br><a href="mailto:linda@doyleevansrealty.com?subject=from website">Email Linda...</a><br><br><b>THOMAS McCOY</b><br>Broker Associate<br><b>910-330-3544</b><br>thomas@doyleevansrealty.com<br><a href="mailto:thomas@doyleevansrealty.com?subject=from website">Email Thomas...</a><br><br><b>PATTI NEUMANN</b><br>Office Manager<br><b>910-353-1444</b><br>doyleevansrealty@bizec.rr.com<br><a href="mailto:doyleevansrealty@bizec.rr.com?subject=from website">Email Patti...</a><br><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_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Preferred Lender<br></legend>');

document.write('<b>LARRY ROBINSON</b><br>Loan Originator/Officer<br><b>910-330-1973</b><br>lrobinson@atlanticfirstmortgage<br><a href="mailto:lrobinson@atlanticfirstmortgage.com?subject=from Doyle Evans Realty">Email Larry...</a><br>');


document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2



// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="sidebar-right.jpg" border="0"></a><br>');
document.write('</center>');
document.write('<br><br>');
}




document.write('</td></tr></table>');


// -- END -->