// 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, 6 May 2007
// Last revised 8 May 07. SAS

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/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>");