/*
 * Common Javascript routines
 * (c) Brian Perry
 *
 * Note: some routines assume the prior inclusion of the common primary.css
 */

// Generates HTML that will output a copyright
function write_copyright()
{
   document.write("<div class='copyright centered'>This site is &copy; Copyright <a href='http://resume.grendel.us' class='nodecorate'>Brian Perry</a> (<A HREF='http://www.grendel.us'>Grendel Design &amp; Hosting</A>) 2004-10, All Rights Reserved.</div>");
}

