<!-- 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		= "yes"		// 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('Contact PTN<br></a></legend>');

	document.write('Preservation Trades Network<br>');
	document.write('<strong>Mailing Address</strong>:<br />');
	document.write('122 Manton Ave.<br />Box # 7<br>');
	document.write('Providence, RI 02909<br><br />');
	document.write('<strong>Shipping Address</strong>:<br />');
	document.write('120 Manton Ave.<br />Unit 622<br>');
	document.write('Providence, RI 02909<br><br />');
	document.write('Phone: 866-853-9335<br>');
	document.write('Fax: 866-853-9336<br>');
	document.write('<a href="mailto:info@ptn.org">E-mail: info@ptn.org</a>');

	document.write('</fieldset>');
	document.write('<br><br>');
	

document.write('<fieldset><legend>');

document.write('<a href="calendar.htm">Events Calendar</a><br></legend>');

document.write('Workshops, conferences and other events of interest to the PTN Community<br>');

document.write('</fieldset>');
document.write('<br><br>');


document.write('<fieldset><legend>');

document.write('<a href="http://ptn.camp7.org/">Members Only</a><br></legend>');

document.write('<b>New!</b> PTN Members Only area<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="aia-ces.htm"><img src="picts/sidebar-right.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('<a href="http://ptn.camp7.org/join_ptn">Join PTN<br></a></legend>');

document.write('Membership in PTN is open to all.  While many members are full-time practicing tradespeople, PTN includes architects, educators, conservators, engineers, preservationists, home owners, students and interested members of the general public.  Benefits of membership include discounts on registration for PTN events and workshops, and access to member directories, profile pages, forums and expanded content on the members only site.  By joining PTN you can help support the only organization dedicated to promoting the visibility and viability of all the traditional trades.<br><br><a href="http://www.twitter.com/PresTradesNet"><img src="http://twitter-badges.s3.amazonaws.com/twitter-a.png" alt="Follow PresTradesNet on Twitter"/></a><br><br><a href="http://www.facebook.com/profile.php?id=578952799#/pages/Amherst-NH/Preservation-Trades-Network/36544679589?ref=nf"><img src="picts/find_us_on_facebook_badge.gif"<br>');


document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->
