<!-- 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		= "0"		// NUDGE SIDEBAR DOWN
var sidewidth		= "130"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="0" border="0" class="sidebartext-right"><tr><td>');



// 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=""></a><br>');
document.write('</center>');
document.write('<br><br>');
}



// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {



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

document.write('Upcoming Events<br></legend>');


document.write('MARCH - ABC/HBR Breakfast at Brady’s Landing  - – Texas City Chamber Luncheon at Doyle Convention Center - - ABC Spring Golf Tournament at Kingwood Country Club - – Texas City Rotary Golf Tournament at Bayou Golf Club - – Texas City Trash Bash at Rainbow Park <a href="calendar.htm">Calendar.....</a><br>');

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



}
// END RIGHT SIDEBAR AREA PARAGRAPH 1




// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA



document.write('<img src="picts/spacer.gif" height="'+topspacing+'50" width="'+sidewidth+'"><br>');

   if (paragraph_2 == "yes") {


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

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

document.write('Employee Free Card Act <a href=http://www.abc.org/Government_Affairs/Issues/Card_Check.aspx target="new"></>.....more</a><br>');
document.write('ABC Houston 2010 Inaugural Dinner <a href=http://www.abchouston.org/Hot_Links/Photo_Gallery2.aspx target="new"></>.....more</a><br>');
document.write('Hot under the collar: Challenging the EPA <a href=http://houston.bizjournals.com/houston/blog/2010/02/hot_under_the_collar.html target="new"></>.....more</a><br>');
document.write('Hot under the collar: Challenging the EPA <a href=http://houston.bizjournals.com/houston/blog/2010/02/hot_under_the_collar.html target="new"></>.....more</a><br>');
document.write('Three Firms Quit USCAP <a href=http://www.powermag.com/POWERnews/2495.html target="new"></>.....more</a><br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







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


// -- END -->
