function copy(creation) { 
mydate=new Date();
year=mydate.getFullYear();
document.write(" " + creation + " - "+ year + " "); }

function maillink(text,frompage,maintext) { 
document.write("<a href='mailto:mark@techref.info?subject=Mail%20from%20website%20[Sent%20from%20" + frompage + "]&body=" + maintext + "'>" + text + "</a>"); }

function stopErrors() {
window.onerror = stopErrors; }

