<!-- 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 	= "no"		// SHOW THE 2ND PARAGRAPH
var showimage		= "no"		// SHOW A SIDEBAR IMAGE

var topspacing		= "0"		// NUDGE SIDEBAR DOWN
var sidewidth		= "200"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="media/pics/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('');

document.write('<div align="center"><img src="media/pics/goirishproperties-logo-small.jpg" alt="Go Irish! Properties" width="200" height="52" border="0"><br><img src="media/pics/steve-smith.jpg" alt="Go Irish Properties - Steve Smith" width="150" height="210" border="1"><br><strong>Steve Smith</strong><br>Broker Associate<br>Mobile: (574) 360-2569<br><a href="contact-us.html">Email Steve</a><br><br></div>');

document.write('<div align="center"><img src="media/pics/carolee-dalrymple.jpg" alt="Go Irish! Properties - Carolee Dalrymple" width="150" height="210" border="1"><br><strong>Carolee Dalrymple</strong><br>Realtor<br>Mobile: (616) 634-2358<br><a href="contact-us.html">Email Carolee</a><br><br></div>');

document.write('<div align="center">4404 Technology Drive<br>South Bend, Indiana 46628<br>Office: (574) 277-1114<br>Fax: (574) 235-4057<br><br></div>');

document.write('');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="media/pics/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('Notes Area<br></legend>');

document.write('You can also turn off this area in the sidebar-right.js and have no right side bar showing in this area.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->