<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" 

// 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

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('NEWS<br></legend>');
document.write('ROAD of BONES LAUNCHED</a><br>');
document.write('Road of Bones: The Siege of Kohima 1944 – The epic story of the last great battle of Empire... <a href="news18.htm"> Full story </a><br>');
document.write('––––––––––––––––––––––</a><br>');
document.write('KET provides an English language learning dictionary to every secondary school in Nagaland... <a href="news13.htm"> Full story with photos </a><br>');
document.write('––––––––––––––––––––––</a><br>');
document.write('KEITH HALNAN MEDICAL LIBRARY INAUGURATED</a><br>');
document.write('Margaret Halnan presents Awards to Nursing Trainees and Scholarship Pupils .... <a href="news12.htm"> Full story with photos </a><br>');
document.write('––––––––––––––––––––––</a><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="donate.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

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('NEWS<br></legend>');

document.write('NEXT GENERATION OF TRUSTEES?</a><br>');
document.write('Thee boys from school visit Kohima to see the social and educational systems in the town where so many men gave their lives in 1944. <a href="news21.htm">... Full Story with photos</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2




// START RIGHT SIDEBAR AREA PARAGRAPH 3

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('ALL NEWS ITEMS<br></legend>');

document.write('All News Items... <a href="news.htm"> Full stories </a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3







document.write('</td></tr></table>');


// -- END -->