<!-- 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 	= "no"		// 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('What\'s New<br></legend>');

document.write('<font color="#ff0000"><b>Chesapeake Update</b></font><br><a target="blank" href="pdf/Chesapeake Energy.pdf"> Chesapeake Energy Gas Lease Royalties</a><br><br>');
document.write('<font color="#ff0000"><b>HOA Planning Committee Members:<br></b></font><br><ul><li><style="text-align: left">Fred Terasa<br><a href="mailto:fnt888@hotmail.com">E-Mail Fred</a></li><li><style="text-align: left">Bryan Becan</li><li><style="text-align: left">Jenny Becan</li><li><style="text-align: left">June Connolly</li><li><style="text-align: left">Joe Cortez</li><li><style="text-align: left">Lonna Hoffman</li><li><style="text-align: left">Paul Holton</li><li><style="text-align: left">Lonnie Seeton, Project Advisor</li></ul>');
document.write('<font color="#ff0000"><b>Security Alarm Permits:</b></font><br>Security Alarm Permit Renewals due by December 31st. The annual fee is $50.00 for residential. For more information, visit the City of Burleson web site or contact PMAM Corporation at 1-877-754-1862.<br><br>');
document.write('<font color="#ff0000"><b>Street Light Problems?</b></font><br><a target="blank" href="https://www.oncorstreetlight.com/"> Report a Street Light Outage</a><br><br>');
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('');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2



// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="images/burleson-flags150ds.jpg" border="0"></a><br><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('E-Mail Newsletter<br></legend>');

document.write('<a href="mailto:board@castlehillhoa.org?subject=Please add me to your mailing list">Subscribe</a><br>');
document.write('<a href="mailto:board@castlehillhoa.org?subject=Please remove me from your mailing list">Un-Subscribe</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2



// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Website<br></legend>');

document.write('Questions or comments about our website? <a href="mailto:board@castlehillhoa.org"><br>We\'d love to hear from you.</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2
















document.write('</td></tr></table>');


// -- END -->
