// footers.js
// displays proper footers so I can update them all in one place

// display copynotice
function copyNotice()
{
	document.writeln('&copy;2010 Mu Epsilon Kappa Society');
} // end copyNotice

// display next meetup
function nextMeetup()
{
	document.writeln('The next Mu Epsilon Kappa Society gathering will be <br/>Summer 2011 in Dallas, TX at <a href="http://www.a-kon.com/">A-Kon 22</a>.');
} // end copyNotice