<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS



var title_1		 	= "yes"     // SHOW TITLE 
var paragraph_1 	= "no"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var paragraph_3	    = "yes"		// SHOW THE 3RD PARAGRAPH
var showimage		= "no"		// 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="0" cellspacing="0" border="0" class="sidebartext-right"><tr><td>');



// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (title_1 == "yes") {

document.write ('<CENTER><b><font size= 4 face= Verdana>IN THE NEWS<br>');

document.write('<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('Golf Tournament<br></legend>');

document.write('<CENTER><font size= 1 face= Verdana>Dec 7, 2009<br>');

document.write('<CENTER><font size= 1 face= Verdana>Sweetwater CC<br>');

document.write('<CENTER><font size= 1 face= Verdana>11:30am Shotgun<br>');

document.write('<CENTER><font size= 1 face= Verdana>4:30pm Party<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 == "no") {

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

document.write('Coming in Jan<br></legend>');

document.write('<CENTER><font size= 1 face= Verdana>January 19, 2010<br>');

document.write('<CENTER><font size= 1 face= Verdana>RUSH Party<br>');

document.write('<CENTER><font size= 1 face= Verdana>Pearl Bar<br>');

document.write('<CENTER><font size= 1 face= Verdana>4212 Washington<br>');

document.write('<CENTER><font size= 1 face= Verdana>5:30pm - 7:30pm<br>');

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('Coming in AUG<br></legend>');

document.write('<CENTER><font size= 1 face= Verdana>Aug 26, 2010<br>');

document.write('<CENTER><font size= 1 face= Verdana>ACRP/SIOR Breakfast<br>');

document.write('<CENTER><font size= 1 face= Verdana>Ted Jones<br>');

document.write('<CENTER><font size= 1 face= Verdana>Junior League<br>');

document.write('<CENTER><font size= 1 face= Verdana>7:00am-8:30am<br>');

document.write('</fieldset>');
document.write('<br><br>');


}
// END RIGHT SIDEBAR AREA PARAGRAPH 1



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


// -- END -->