var smallfooter =  (self.parent.length > 0)
				&& (self.parent.frames[self.parent.length-1].name.length > 0)
				&& (self.parent.frames[self.parent.length-1].name != self.name)
				&& (self.parent.frames[self.parent.length-1].name == "notices");

if  (smallfooter)
	{
	document.writeln("<hr size=2 width=\"100%\" noshade>");
	document.writeln("<div ALIGN=center>");
	}
else 
	{
	document.writeln("<div class=CRNotice>");
	}
document.writeln("This document does not contain legal advice. <br>");
document.writeln("If you need legal advise in this subject, please consult with an attorney well versed in this field.<br>");
document.writeln("Copyright &copy; 2005-2006 Bruce E. Hayden, P.C. All Rights Reserved.");
document.writeln("</div>");
