<!-- Begin SIDEBAR LINKS

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



var showlink	= "yes"		// SHOW SIDEBAR LINKS
var spacing	= "5"		// 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">');


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


document.write('<a href="/pdf/CasperRelocationGuide.pdf" target="_blank">Casper Relocation Guide</a><br>');


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


// END LINKS


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

}



// END -->