<!-- 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 showscroller	= "yes"		// SHOW SIDEBAR SCROLLER
var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH




// NUDGE SPACER


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('TRHT ByLaws<br></legend>');

document.write('TRHT ByLaws<br><a href="pdf/TRHT_ByLaws.pdf"target="_blank">Click Here to View</a><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('Links<br></legend>');
document.write('Texas Food Bank Network <a href="http://www.endhungerintex.org/"target="_blank">Click Here...</a><br>');
document.write('Find A Texas Food Bank <a href="http://www.endhungerintex.org/banks.asp"target="_blank">Click Here...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2

   if (showscroller == "yes") {
if (navigator.userAgent.indexOf('Safari') != -1)     
{
document.write('<br>');
}
else {
document.write('<table cellpadding="0" cellspacing="0" border="0" class="sideborder"><tr><td align="center">');
Tscroll_init (0)
document.write('</td></tr></table>');
document.write('<br>');
}
}




// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('Featured Agency');
document.write('<br><br>');
document.write('<a href="http://www.endhungerintex.org/"><img src="picts/tfbn.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');


document.write('<br><center>');
document.write('Find Us Here');
document.write('<br><br>');
document.write('<a href="http://profile.myspace.com/texasridershelpingtexans"><img src="picts/myspace.jpg" border="0" class="borders"></a><br>');
document.write('</center>');

document.write('<br><center>');
document.write('Find Us Here');
document.write('<br><br>');
document.write('<a href="http://www.bikerornot.com/texasridershelpingtexans"><img src="picts/bikerornot.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');

document.write('<br><center>');
document.write('Find Us Here');
document.write('<br><br>');
document.write('<a href="http://www.facebook.com/pages/Texas-Riders-Helping-Texans-Inc/132266753150?created#/pages/Texas-Riders-Helping-Texans-Inc/132266753150"><img src="picts/facebook.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');


}














document.write('</td></tr></table>');


// -- END -->