
<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'
// NOTE: hrefs have to be full address of page so menu works in meetings subfolder too.

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" bgcolor="#000000" class="menutable"><tr>');


document.write('</td><td align="center">');
document.write('<a target="_self" href="http://www.umsl.edu/studentlife/misclub/index.html" class="menu">HOME</a>');


document.write('</td><td align="center">');
document.write('<a target="_self" href="http://www.umsl.edu/studentlife/misclub/purpose.html" class="menu">PURPOSE</a>');


document.write('</td><td align="center">');
document.write('<a target="_self" href="http://www.umsl.edu/studentlife/misclub/join.html" class="menu">JOIN</a>');


document.write('</td><td align="center">');
document.write('<a target="_self" href="http://www.umsl.edu/studentlife/misclub/meetings.html" class="menu">MEETINGS</a>');


document.write('</td><td align="center">');
document.write('<a target="_self" href="http://www.umsl.edu/studentlife/misclub/links.html" class="menu">LINKS</a>');


document.write('</td><td align="center">');
document.write('<a target="_self" href="http://www.umsl.edu/studentlife/misclub/contact.html" class="menu">CONTACT</a>');




document.write('</td></tr></table>');

//  End -->