<!-- 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 paragraph_3 	= "yes"		// SHOW THE 3rd PARAGRAPH

var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "1"		// 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>');

// document.write('<a href="picts/subscribe.png"><img src="picts/subscribe.png" border="0" class="borders"></a><br>');






// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA


// END RIGHT SIDEBAR AREA PARAGRAPH 1


// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_1 == "yes") {

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

document.write('Memberships<br></legend>');
document.write('<br>');
document.write('<a href="signup.php">Register to Read Full Article</a><br><br>');
document.write('Become a member and subscribe to The Chronicles now and gain full access to all articles. Non-member guests will only be able to read the synopses.<br>');
document.write('<hr />');
document.write('Individual Membership – only $19.95 for your first year!<br><br>');
document.write('Standard annual renewal rate is $49.95<br>');
document.write('<hr />');
document.write('Professional/Institutional Membership – only $74.95 for the first three months!<br><br>');
document.write('Annual renewal rate is $349.95');
document.write('</fieldset>');
document.write('<br><br>');

}

//if (paragraph_2 == "yes") {
// document.write('<fieldset><legend>');
// document.write('Subscriptions<br></legend>');
// document.write('<a href="signup.php">Click here to start your subscription.</a><br>');
// document.write('</fieldset>');
// document.write('<br><br>');
// }

if (paragraph_2 == "yes") {
 document.write('<fieldset><legend>');
 document.write('Donate<br></legend>');
 document.write('Don&acute;t need an account, but would like to help. You can donate below.<br>');
 document.write('</fieldset>');
 }

// SMALL PICTURE AREA

   if (showimage == "no") {

document.write('<br><center>');
document.write('<a href="img/insurgency3.jpg"><img src="img/insurgency2.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







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


// -- END -->
