//---------------------------------------------------------------------//
// fxFooter() - displays text navigation links and copyright info
//---------------------------------------------------------------------//
function fxFooter(){
	document.write("\n" + 
	"<tr>" + 
	"<td colspan='3' align='center' valign='top' class='footer2'><br><br>&nbsp;" +
	"<a href='index.htm' class='footer'>Home</a>&nbsp; | &nbsp;" +
	"<a href='keypoints.htm' class='footer'>Key Points to Understand</a>&nbsp; | &nbsp;" +
	"<a href='calltoaction.htm' class='footer'>Call to Action</a>&nbsp; | &nbsp;" +
	"<a href='addinfo.htm' class='footer'>Additional Information</a>&nbsp; | &nbsp;" +
	"<a href='stories.htm' class='footer'>Personal Stories</a>&nbsp; | &nbsp;" +
	"<a href='links.htm' class='footer'>Links</a>&nbsp; | &nbsp;" +
	"<a href='about.htm' class='footer'>About Breaking the Barriers</a>&nbsp; | &nbsp;" +
	"<a href='contact.htm' class='footer'>Contact Us</a>&nbsp;" +
	"<br><br>" +	"Breaking the Barriers<br>" +	"A national effort supported by:<br>" +	"<a href='http://www.tash.org'>TASH</a><br>" +
	"1025 Vermont Ave. Suite 300<br>" +
	"Washington, DC 20005<br>" +
	"Phone: 202-540-9020<br>" +
	"Fax: 202-540-9019<br><br>" +
	"</td>" +
	"</tr>")
}