<!-- Begin SIDEBAR LINKS

// NOTE: If you use a ' add a slash before it like this \'



var showlink	= "no"		// SHOW SIDEBAR LINKS
var spacing	= "55"		// SPACE RIGHT SIDEBAR DOWN - 1 = minimum



document.write('<img src="picts/spacer.gif" width="10" height="'+spacing+'" alt="image"><br>');

if (showlink == "yes") {

// START MENU LINKS - EDIT BELOW THIS AREA


document.write('<table cellpadding="3" cellspacing="0" border="0" width="100%"><tr><td align="left" valign="top" class="smalltext">');


document.write('<a href="featured-homes-3.htm">Featured Homes Three</a><br>');

// COPY THE NEXT LINE AND PASTE ABOVE THIS LINE TO ADD A LINK


document.write('<a href="featured-homes-1.htm">Featured Homes One</a><br>');


document.write('<a href="featured-homes-2.htm">Featured Homes Two</a><br>');


document.write('<a href="agents.htm">Contact an Agent</a><br>');


document.write('<a href="search-listings.htm">Search for a Home</a><br>');


// END LINKS


document.write('<br>');
document.write('</td></tr></table>');

}

// END -->