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

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

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