// This displays the footer section of each page

function ShowFooter()
{
document.write('<p><table width="100%" border=0><tr><td align=right valign=center>');
document.write('HTML coding and design by <a class=notice href="./visitor_form.htm" target="_blank">Louis Gogan</a>');
document.write('<td align=center><img src="./gifs/loumale_not_real_1.gif">');
document.write('<td valign=center align=left><a class=notice href="./copyright.htm" title="Copyright Information">Copyright:</a> &nbsp; &copy; Louis Gogan 2006, 2007, 2008.</table><p>');
}

