<!-- 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_0 	= "no"		// SHOW THE 0th PARAGRAPH
var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE
var showimage_2		= "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 0 EDIT THIS AREA

if (paragraph_0 == "yes") {

document.write('<fieldset><legend>');
document.write('2008 National <br />Convention!</legend>');
document.write('<br /><strong>The National Conventation for 2008 will be held in Baltimore Maryland, July 9-12!');
document.write ('<br /><br /><strong>View National\'s <a target="_blank" href="http://www.aspenational.org/PDFs/ASPE National Convention Baltimore Inner Harbor 2008-3-24 update.ppt">Baltimore Welcomes You!</a> Presentation.</strong>');
document.write('<a href="http://www.aspenational.org/Events.htm"><br /><br />Visit National\'s site for more details ...</a></strong><br /><br />');
document.write('<a href="http://www.aspeboston.org/current_events/Chapter21-Golf.pdf"><strong>Baltimore Chapter #21 Golf Event at the convention!</strong></a></strong><br /><br />');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 0





// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Welcome!<br></legend>');

document.write('A.S.P.E. - Boston Chapter 25 welcomes you to our web site.  Please contact us for any information regarding joining the Boston Chapter. <a href="contact.htm">Contact us...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1



// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Ready To Join!<br></legend>');

document.write('Are you ready to join the ranks of Professional Estimators?  For the application for enrollment <a href="readytojoin.htm">click here...</a><br>');

document.write('Need additional information?...Have a question? <a href="contactmembership.htm">click here...</a><br>');


document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2


// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
//document.write('<a href="index.html"><img src="logos/BlkLogo_TM_100x100.png" border="0" class="borders"></a><br>');
document.write('<a href="index.html"><img src="logos/BlkLogo_TM_100x100.png" border="0"></a><br>');

document.write('</center>');
document.write('<br><br>');
}

// SMALL PICTURE AREA

   if (showimage_2 == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="picts/sidebar-right2.gif" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}



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


// -- END -->