<!-- 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_0 	= "no"		// SHOW THE 0th PARAGRAPH
var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "yes"		// SHOW THE 3RD PARAGRAPH - AJP Added this
var showimage		= "no"		// SHOW A SIDEBAR IMAGE
var showpipe		= "yes"		// SHOW YAHOO PIPE
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>');




// START RIGHT SIDEBAR AREA PARAGRAPH 0 EDIT THIS AREA

   if (paragraph_0 == "yes") {

document.write('<fieldset><legend>');

document.write('Summer Meetings<br></legend>');

document.write('<a href="theclub_events_summer_2011.html">CLICK HERE</a>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1




// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Next Meeting<br></legend>');

document.write('Wednesday 29th February:<br>Panel of 3 Prints Comp for the Burley Cup Judge: Colin Southgate. FRPS.DPAGB');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1


// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Next Practical<br></legend>');

document.write('Thursday 22nd March<br>"Portrait & Lighting"<br>Tom Peacock Bell Centre, Baddow');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2


// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');

document.write('Hand in dates<br></legend>');

document.write('Burley Cup - Wed 29th February<br>');
document.write('Projected Image #5<br> Theme Creative<br> - Wed 29th February<br>');
document.write('Print #6 - Wed 28th March<br>');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3


// SMALL PICTURE AREA

   if (showimage == "yes") {
document.write('<fieldset><legend>');
document.write('Images of the year 2011<br></legend>');
document.write('<center>');

document.write('<img src="images/homepage/Trevor Burley - Sisters - Jaipur-150.jpg" border="0" class="borders"><br>');
document.write('Sisters Jaipur<br>by Trevor Burley (AFIAP, BPE 3*)<br>')
document.write('<img src="images/homepage/Tom Plucinski-Vase-150.jpg" border="0" class="borders"><br>');
document.write('Vase<br>by Tom Plucinski')
document.write('</center>');
document.write('</fieldset>');
document.write('<br>');
}

   if (showpipe == "yes") {
document.write('<fieldset><legend>');
document.write('Amateur Photographer<br></legend>');   
document.write('<script src="http://l.yimg.com/a/i/us/pps/listbadge_1.6.js">{"pipe_id":"deb319508a463aa19a6007d540b4a87e","_btype":"list"}</script>');
document.write('</fieldset>');
}


document.write('</td></tr></table>');


// -- END -->
