var titleName
document.write("<table bgcolor=black width=100% cellpadding=0 cellspacing=0>");
document.write("<tr>");
document.write("<TD align=left nowrap>");
if (titleName) {
	document.write (titleName);
}
document.write ("</td>");
document.write("<TD align=right nowrap>");
document.write("<FONT size=1 face=Arial>");
document.write("<A style=color:white;text-decoration:none href=\"index.htm\" target=newwin>Home</A><font color=yellow> -- </font>");
document.write("<A style=color:white;text-decoration:none href=\"us\" target=newwin>Family</A> <font color=yellow> -- </font>");
document.write("<A style=color:white;text-decoration:none href=\"http:\/\/www.graywolfs-den.com\" target=newwin>Mike</A><font color=yellow> &nbsp;&nbsp; </font>");

document.write("</td></tr><TD colspan=2 align=right nowrap>");

document.write("<!--hr size=1-->");
document.write("</FONT></FONT>");
document.write("</TD></tr>");
document.write("</table>");

