
<!-- Begin

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

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="156"><tr><td>');


// TITLE LINE 1

document.write('<span class="menutitle"><br>Site Links:</span><br>');


// START LINKS


// NOTE: COPY AND PASTE THE NEXT LINE TO MAKE A NEW LINK


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


document.write('<a href="/about.html" class="menu">About Us</a>');


document.write('<a href="/calendar" class="menu">Calendar</a>');


document.write('<a href="/contact.html" class="menu">Contact</a>');


// BLACK SPLIT LINE 1

document.write('<img src="/assets/picts/menu-line.gif" width="156" height="1" vspace="4"><br>');



// TITLE LINE 2

document.write('<span class="menutitle">Professional Development</span><br>');

document.write('<a href="/conference/index.html" class="menu">Annual Conference</a>');

document.write('<a href="/fall workshop/workshop.html" class="menu">Fall Workshop</a>');

//document.write('<a href="/conference/programs.html" class="menu">Call for Programs</a>');

//document.write('<a href="/conference/register.html" class="menu">Register for Conference</a>');

//document.write('<a href="/conference/sessions.html" class="menu">Conference Sessions</a>');

document.write('<a href="/conference/archive.html" class="menu">Previous Conferences</a>');



// BLACK SPLIT LINE 3

document.write('<img src="/assets/picts/menu-line.gif" width="156" height="1" vspace="4"><br>');



// TITLE LINE 3

document.write('<span class="menutitle">Governing Board</span><br>');


document.write('<a href="/board/members.html" class="menu">Board Members</a>');

document.write('<a href="/board/meeting.html" class="menu">Next Meeting</a>');

document.write('<a href="/board/minutes.html" class="menu">Minutes</a>');

document.write('<a href="/board/bylaws.html" class="menu">By-Laws</a>');



// BLACK SPLIT LINE 4

document.write('<img src="/assets/picts/menu-line.gif" width="156" height="1" vspace="4"><br>');



// TITLE LINE 4

document.write('<span class="menutitle">Membership</span><br>');

document.write('<a href="/membership/benefits.html" class="menu">Benefits</a>');

document.write('<a href="/membership/join.html" class="menu">Join</a>');




// BLACK SPLIT LINE 5

document.write('<img src="/assets/picts/menu-line.gif" width="156" height="1" vspace="4"><br>');

// TITLE LINE 5

document.write('<span class="menutitle">Resources</span><br>');


document.write('<a href="/resources/index.html" class="menu">Resources</a>');
document.write('<a href="/resources/featured.html"class="menu">Featured Resource</a>');
document.write('<a href="/resources/featured.html" class="sidered">New Each Month!<br></a>');



// BLACK SPLIT LINE 6

document.write('<img src="/assets/picts/menu-line.gif" width="156" height="1" vspace="4"><br>');



// THIS IS THE GRAPHIC UNDER THE MENU





document.write('</td></tr></table>');
document.write('<!-- LINK TABLE-->');


//  End -->