// write the standard page footer links. See php function htmlFooter for more details. Does not have <br clear=all> as these links can follow others
var page_prefix; // this can be defined in the calling page, eg /scripts/gb2.pl so that there is only one version of this footer source
if (page_prefix==null) {page_prefix='';}
//document.write("page_prefix="+page_prefix);
document.write("<a href='"+page_prefix+"archives.php' class=inlinelink>Archive index</a>&nbsp;&nbsp;&nbsp;<a href='"+page_prefix+
	"front.php?screenwidth="+screen.width+"' class=inlinelink>Home Page</a><br><br>\n<div id=footnote>This website was designed and "+
	"produced for Anvil Chorus by <a href='"+page_prefix+"jonathan.html' class=inlinelink>Jonathan Smith</a> &copy; 2001-2010 " +
	"<a href='http://www.SandfordSolutions.com' target='sandfordsolutions' class=inlinelink>Sandford Solutions Ltd.</a></div>\n");