//this is a comment line!
function footer()
{
document.writeln("<center>");
document.writeln("<a href='index.htm'> HOME</a>");
document.writeln("&nbsp &nbsp &nbsp &nbsp");
document.writeln("<a href='pets.htm'> GALLERIES</a>");
document.writeln("&nbsp &nbsp &nbsp &nbsp");
document.writeln("<a href='photoshop.htm'> PROJECTS</a>");
document.writeln("&nbsp &nbsp &nbsp &nbsp");
document.writeln("<a href='contact.html'> CONTACT</a>");
document.writeln("</center>");
}