function copyrightTextM()  {
var date = new Date();
var year = date.getFullYear();

document.write("<font size=-2>" + "<center><i>All content is copyright &#169; " + year + " Michelle Mayo unless specified otherwise.<br></i></center>" + "</font>");
}

function copyrightTextR()  {
var date = new Date();
var year = date.getFullYear();

document.write("<font size=-1>" + "<center><i>All content is copyright &#169; " + year + " Rachael Mayo unless specified otherwise<br></i></center>" + "</font>");
}

function comicText() {
var date = new Date();
var year = date.getFullYear();

document.write("<font size=-1>" + "<center><i>All content is &#169; 2004 - " + year + " Michelle Mayo & Matthew Summers.  Do not redistribute, hotlink/directly link to content from remote sites, or otherwise modify any images, clipart, or anything else.<br>We have dragons and we know how to use them.  Really.  They sneeze fire and chirp a lot.</i></center>" + "</font>");
}
