// JavaScript Document - Sidebar Navigation Buttons
var f1 = '<p align="center"><a id="donate-sm" href="how.html"></a></p>';
var f2 = '<p>&nbsp;</p>';
var f3 = '<p align="center"><a id="volunteer-sm" href="volunteer.html"></a></p>';
var f4 = '<p>&nbsp;</p>';
var f5 = '<p align="center"><a id="contact-sm" href="contact.html"></a></p>';
var f6 = '<p>&nbsp;</p>';
var f7 = '<p align="center"><a id="recent" href="recentActivity_01.html"></a></p>';
document.write(f1);
document.write(f2);
document.write(f3);
document.write(f4);
document.write(f5);
document.write(f6);
document.write(f7);