<!-- 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 	= "yes"		// 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 == "no") {

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

document.write('HOLIDAY PARTY<br></legend>');

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

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

document.write('<CENTER><font size= 1 face= Verdana>6:00pm - 9:00pm<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('     SIGN UP NOW!!!<br></legend>');

document.write('<CENTER><font size= 1 face= Verdana>June 23, 2011<br>');

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

document.write('<CENTER><font size= 1 face= Verdana>The Honorable Jim Murphy<br>');

document.write('<CENTER><font size= 1 face= Verdana>Texas Legislative Update<br>');

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


}

// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "no") {

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

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

document.write('<CENTER><font size= 1 face= Verdana>Nov 14, 2011<br>');

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

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

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

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


}
// END RIGHT SIDEBAR AREA PARAGRAPH 3

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


// -- END -->
