<!-- 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 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "no"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// 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" class="sidebartext-right"><tr><td>');







// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Featured Events<br></a></legend>');

document.write('<b><br><a href="index.htm">IPTW 2012 - "Cornerstones: New Foundations in Preservation"</a></b><br>');
document.write('9/30-10/3, 2012, Charleston, SC<br>');
document.write('You are invited to join APT and PTN for their first parallel Annual Conferences.</a>  <br><br>');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="shelburne-farms-workshop.htm"><img src="picts/Shelburne_logo_thumb.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('Contact PTN<br></a></legend>');

document.write('Preservation Trades Network<br>');
document.write('122 Manton Ave.<br>Box # 7<br>');
document.write('Providence, RI 02909<br>');
document.write('Phone: (866) 853-9335<br>');
document.write('Fax: (866) 954-9336<br>');
document.write('<a href="mailto:info@ptn.org">E-mail: info@ptn.org</a>');

document.write('</fieldset>');
document.write('<br><br>');
}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->
