<!-- Begin

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

// MENU OPTIONS


var bottomspace		= "40"			// MENU BOTTOM SPACE




document.write('<table cellpadding="0" cellspacing="0" border="0" width="175" class="menuwidth">');
document.write('<tr><td nowrap>');




document.write('<a href="http://www.jeffsellshomes.ca/index.html" class="menu">Home</a>');


// START LINKS //


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.jeffsellshomes.ca/sell.html" class="menu">Selling A House</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.jeffsellshomes.ca/smartfeelisting.html" class="menu">Smart Fee Listing™</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.jeffsellshomes.ca/buy.html" class="menu">Buying A Home</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.jeffsellshomes.ca/invest.html" class="menu">Investing in Real Estate</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.jeffsellshomes.ca/about.html" class="menu">About Jeff</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.jeffsellshomes.ca/media.html" class="menu">In The Media</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.jeffsellshomes.ca/links.html" class="menu">Links</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.jeffsellshomes.ca/seminar.html" class="menu">Seminars</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.jeffsellshomes.ca/TheRep.pdf" target="_blank" class="menu">Newsletter</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.jeffsellshomes.ca/kirh/index.html" target="_blank" class="menu">KIRH Blog</a>');




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

//  End -->
