<!-- 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 paragraph_3 	= "yes"		// SHOW THE 3ND PARAGRAPH
var paragraph_4 	= "yes"		// SHOW THE 4ND PARAGRAPH
var paragraph_5 	= "no"		// SHOW THE 5ND 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" class="sidebartext-right"><tr><td>');


// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="https://dnbweb1.blackbaud.com/OPXDONATE/donate.asp?cguid=490F0DD0%2DF65E%2D4941%2DB2A9%2D35D766C83F74&dpid=19089"><img src="../photos/support.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}


// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('<a href="Visitor%20Programs/2010 Spring Calendar.pdf">What\'s Happening<br></legend>');

document.write('Download our Summer <a href="Visitor%20Programs/2010 Summer Calendar.pdf">CALENDAR</a> for July, August and September.<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="register_online.htm"><img src="../photos/register.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}


// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="membership_join.htm"><img src="../photos/membership_join.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}


// START RIGHT SIDEBAR AREA PARAGRAPH 4 EDIT THIS AREA

   if (paragraph_4 == "yes") {

document.write('<fieldset><legend>');

document.write('<a href="membership.htm">Become a Member</a><br></legend>');

document.write('Membership benefits include unlimited admission to the House & Gardens, discounts on lectures, workshops, concerts & special events, a quarterly newsletter & calendar of events.<a href="membership.htm">Contact us...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 4


// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="volunteer_information.htm"><img src="../photos/volunteer.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('2010 Annual Appeal<br></legend>');

document.write('Click <a href="https://dnbweb1.blackbaud.com/OPXDONATE/donate.asp?cguid=490F0DD0%2DF65E%2D4941%2DB2A9%2D35D766C83F74&dpid=19089">HERE</a> to donate to the 2009 Annual Appeal and help support Old Westbury Gardens.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2



// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');

document.write('<a href="Gardeners Fair/gardeners_fair_2010.htm">The Gardeners Fair</a><br></legend>');

document.write('Get your pith helmet on and join us for the Gardners Fair African Safari. Click <a href="Gardeners Fair/gardeners_fair_2010.htm">HERE</a> for more information.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3



// START RIGHT SIDEBAR AREA PARAGRAPH 5 EDIT THIS AREA

   if (paragraph_5 == "yes") {

document.write('<fieldset><legend>');

document.write('Taste of Spring<br></legend>');

document.write('Click on <a href="se_dog_days_2009.htm">TASTE OF SPRING</a> for a complete.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 5


// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="http://www.historiclongisland.com"><img src="../picts/gold_coast_mansions.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}


// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="newsletter.htm"><img src="../photos/press_room.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}

document.write('</td></tr></table>');


// -- END -->