// Create the HTML to display the footer information on pages
// on the website at fhr.slq.qld.gov.au
// A service of the State Library of Queensland
// Script written by Steve Scamp, Web Manager, 20 July 2004
// Last revised to include generated copyright year 4 Jan 2006

document.write("<div id=\"footer\"> <p><a href=\"http://www.slq.qld.gov.au/home/copyright\" title=\"Copyright\" name=\"footer\">Copyright</a> | <a href=\"http://www.slq.qld.gov.au/home/disclaimer\" title=\"Disclaimer\">Disclaimer</a> | <a href=\"http://www.slq.qld.gov.au/home/privacy\" title=\"Privacy\">Privacy</a> | <a href=\"http://www.slq.qld.gov.au/home/access\" title=\"Access Keys\" accesskey=\"0\">Access keys</a> | <a href=\"http://www.slq.qld.gov.au/home/language\"><img src=\"/images/find/flags.gif\" alt=\"Other languages flag\" width=\"29\" height=\"24\" border=\"0\" align=\"absmiddle\"></a><a href=\"http://www.slq.qld.gov.au/home/language\">Other Languages</a></p>");

// generate Copyright year
update = new Date();
theYear = update.getFullYear();

document.write("<p>&copy; State Library of Queensland " + theYear + ".</p>");
document.write("<p><a href=\"http://www.qld.gov.au\" title=\"Queensland Government Gateway\" accesskey=\"1\">Queensland Government Gateway</a></p></div>");