<!-- 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 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 EDIT THIS AREA

   if (paragraph_1 == "yes") {

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

document.write('Club Milestones<br></legend>');

document.write('14/01/12<br>');
document.write('Nick Hutchings completes 50 appearances for the Club conceding 56 goals (36 league apps, 32 league goals conceded, 14 cup apps, 24 cup goals conceded)<br>');
document.write('<br>');
document.write('10/01/12<br>');
document.write('Steve Smith completes 250 appearances for the Club (130 as sub) scoring 142 goals (182 league apps (91 as sub), 112 league goals, 68 cup apps (39 as sub), 30 cup goals<br>');
document.write('<br>');
document.write('02/01/12 <br>');
document.write('Will Spetch completes 50 league appearances for the Club (7 as a sub) scoring 6 league goals<br>');
document.write('<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="index.html"><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 EDIT THIS AREA

   if (paragraph_2 == "yes") {

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

document.write('100 Club Plus Draw<br></legend>');

document.write('<center>January<br></center>');
document.write('<br>');
document.write('1st £100 - 20 Paul Burdett<br>');
document.write('2nd £50 - 05 Sandra Williams<br>');
document.write('3rd £40 - 101 Nick Stockdale<br>');
document.write('4th £40 - 08 Mike Allen<br>');
document.write('5th £20 - 41 Geoffrey Kenyon<br>');
document.write('6th £20 - 28 Brian Doswell<br>');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







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


// -- END -->
