var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "yes"		// SHOW THE 3RD 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="../images/graphics/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
if (paragraph_1 == "yes") {
document.write('<fieldset><legend>');
document.write('Newsletter<br></legend>');
document.write('Our annual newsletter is now available online! If you are an existing member of the Society, you can view, download or print a copy of the latest 2012 edition <a href="../newsletter.htm"> here.</a><br>');
document.write('</fieldset>');
document.write('<br><br>');
}
// END RIGHT SIDEBAR AREA PARAGRAPH 1


// START SMALL PICTURE AREA
if (showimage == "yes") {
document.write('<br><center>');
document.write('<img src="../images/graphics/newsletter.jpg" border="0"></a><br>');
document.write('</center>');
document.write('<br><br>');
}
// END SMALL PICTURE AREA


// START RIGHT SIDEBAR AREA PARAGRAPH 2
if (paragraph_2 == "yes") {
document.write('<fieldset><legend>');
document.write('Online Store<br></legend>');
document.write('Our new online store is now up and running!! You can now buy a variety of merchandise, using our own secure PayPalŪ cart. We will be adding more products in the future, so please ensure you check the website regularly for further updates.<br>');
document.write('</fieldset>');
document.write('<br><br>');
// END RIGHT SIDEBAR AREA PARAGRAPH 2


// START SMALL PICTURE AREA
}
if (showimage == "yes") {
document.write('<br><center>');
document.write('<img src="../images/graphics/onlinestore.jpg" border="0"></a><br>');
document.write('</center>');
document.write('<br><br>');
}
// END SMALL PICTURE AREA

// START RIGHT SIDEBAR AREA PARAGRAPH 3
if (paragraph_3 == "yes") {
document.write('<fieldset><legend>');
document.write('Get Connected<br></legend>');
document.write('We plan to incorporate links to our new Facebook and Linked-In pages within our next update, so please ensure that you check the website regularly for all the latest developments.<br>');
document.write('</fieldset>');
document.write('<br><br>');
// END RIGHT SIDEBAR AREA PARAGRAPH 3


// START SMALL PICTURE AREA
}
if (showimage == "yes") {
document.write('<br><center>');
document.write('<img src="../images/graphics/links.jpg" border="0"></a><br>');
document.write('</center>');
document.write('<br><br>');
}
// END SMALL PICTURE AREA

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