<!-- 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		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "0"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// 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" bgcolor="#DFDFDF" class="sidebartext-right"><tr><td>');







// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA



//document.write('<p align="center"><font face="Verdana" bgcolor="#255932" size="4"')

//document.write('<p align="center"><b>CONTACT INFO</b>')

//document.write('<br>');

// END RIGHT SIDEBAR AREA PARAGRAPH 1



// SMALL PICTURE AREA


   if (showimage == "yes") {






document.write('<center>');
document.write('<a href="aboutus.htm"><img src="gallery/aboutus/mark_listing_small.jpg" border="0" class="borders"></a><br>');
document.write('<br>');
document.write('<a href="aboutus.htm"><img src="gallery/aboutus/mark_name.gif" border="0"></a><br>');
document.write('</center>');
//document.write('<br>');
}

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="aboutus.htm"><img src="gallery/aboutus/lisa_listing_small.jpg" border="0" class="borders"></a><br>');
document.write('<br>');
document.write('<a href="aboutus.htm"><img src="gallery/aboutus/lisa_name.gif" border="0"></a><br>');
document.write('</center>');
document.write('<br>');
}

document.write('<p align="center"><font face="Verdana" bgcolor="#255932" size="1"') 
document.write('<center>');
document.write('<a href="index.html"><img src="images/catlogo_right.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
//document.write('<br>');

document.write('<p align="center">Catamount Realty Group')
document.write('<br>');
document.write('80 Midas Drive, 3rd floor')
document.write('<br>');
document.write('South Burlington, VT 05403')
document.write('<br>');
document.write('Office: (802) 658-3210')
document.write('<br>');
document.write('Cell: (802) 825-1353')
document.write('<br><br>');

document.write('Click here to complete our');
document.write('<br><br>');
document.write('<a href="contact.htm"><b>CONTACT FORM</b></a>');
document.write('<br><br><br>');




// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Real Estate News<br></legend>');
document.write('<br>');
document.write('<b>Homebuyer Tax Credits</b><br>');
document.write('<br>');
document.write('<a target="_blank" href="http://online.wsj.com/article/SB10001424052748703808904574529512997057836.html?mod=WSJ_hpp_MIDDLENexttoWhatsNewsSecond">Wall Street Journal article</a><br>');
document.write('<br>');
document.write('<a target="_blank" href="http://www.federalhousingtaxcredit.com/faq2.php">FAQs About the Move-Up/Repeat Home Buyer Tax Credit</a><br>');
document.write('<br>');
document.write('<a target="_blank" href="http://www.federalhousingtaxcredit.com/faq1.php">FAQs About the First-Time Buyer Tax Credit</a><br>');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->