<!-- 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('LOCHABER NO MORE </a><br>');
document.write('The Cameron Highlanders honour their Kohima dead with scholarships <a href="news26.htm">... Full Story with photos</a><br>');

document.write('––––––––––––––––––––––</a><br>');
document.write('67th ANNIVERSARY of the BATTLE OF KOHIMA</a><br>');
document.write('28th April saw the gathering of Veterans prepared to make the trip again to York to celebrate the 67th Anniversary of the Battle of Kohima <a href="news24.htm">... Full Story with photos</a><br>');
document.write('––––––––––––––––––––––</a><br>');
document.write('PLAQUE UNVEILED FOR Lt JOHN YOUNG</a><br>');
document.write('On the morning of the 30th of March 2011 The Lord Provost of Glasgow unveiled a granite pavement plaque outside a tenement property in the west end of the city <a href="news23.htm">... Full Story with photos</a><br>');
document.write('––––––––––––––––––––––</a><br>');
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('</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('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('</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 -->
