var output = ""
var d=new Date()

output = output + "<a class=\"footerlink\" href=\"/default.html\">welcome</a> | "
output = output + "<a class=\"footerlink\" href=\"/news/default.html\">news</a> | "
output = output + "<a class=\"footerlink\" href=\"/events/default.html\">events</a> | "
output = output + "<a class=\"footerlink\" href=\"/gallery/default.html\">gallery</a> | "
output = output + "<a class=\"footerlink\" href=\"/aboutus/default.html\">about us</a> | "
output = output + "<a class=\"footerlink\" href=\"/contactus/default.html\">contact us</a>"
output = output + "<br />"
output = output + "&#169; Copyright "
output = output + (d.getFullYear())

output = output + " Music Aid Northwest.  All Rights Reserved"
document.write("<b>" + output + "</b><br/><a class=\"footerlink\" href=\"mailto:webmaster@musicaidnorthwest.org\">webmaster@musicaidnorthwest.org</a><br /><br/>");

