﻿var output = ""
var d=new Date()
output = output + "<br clear=\"all\" />Copyright &#169; "
output = output + (d.getFullYear())
output = output + " Alan White. All Rights Reserved.<br />"
document.write( output + "<a class=\"copyrighttext\" href=\"mailto:webmaster@alanwhite.net\">webmaster@alanwhite.net</a><br /><br/>");

