<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "yes"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "yes"		//  SHOW SECOND SIDEBAR IMAGE
var linkstop 		= "no" 		//  START LINKS AT THE VERY TOP


document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154"><tr><td class="menutrans">');
   if (linkstop == "no") {
document.write('<img src="picts/menu-top.gif" width="154" height="15"><br>');
}



// START LINKS //

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="blog" class="menu">Blog</a>');




document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.htm" class="menu">Volunteer</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="donations.html" class="menu">Donate</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://inlineplanet.com/2006-04/04/sandler.html" class="menu">The Accident</a>');



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="faq.html" class="menu">About Us</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="pressrelease.html" class="menu">Press Release</a>');



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.positiveadditude.com" class="menu">2004 Journey</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.wusatv9.com/news/news_article.aspx?storyid=31476" class="menu">In the News</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.inlineplanet.com/2006-01/26-add_america.html" class="menu">New News!</a>');



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="sponsors.html" class="menu">Sponsors</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="famouspeople.html" class="menu">Famous Minds!</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.addamerica.com/RoutePlusMap.htm" class="menu">Planned Route</a>');





document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.additudemag.com/additude.asp?DEPT_NO=401&ARTICLE_NO=5&ARCV=1" class="menu">Helping</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="aboutadd.html" class="menu">About ADD</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.thecreativelearninginstitute.com" class="menu">Coaching</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="journal.html" class="menu">Journal</a>');

// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


// END LINKS //



document.write('</td></tr><tr><td>');
document.write('<img src="picts/menu-bottom.gif" width="154" height="1"><br>');

document.write('</td></tr><tr><td align="center">');


// START MENU IMAGES


   if (showimage1 == "yes") {
document.write('<br><br><img src="picts/menu-picture-1.jpg" width="125" height="125" border="0"></a><br><br><br>');
}
   if (showimage2 == "yes") {
document.write('<img src="picts/justinmichael1.jpg" width="125" height="125" border="0"></a><br><br>Test');
}
document.write('</td></tr></table></DIV>');

//  End -->