function footer()
	{  document.writeln("<HR>");  
	document.writeln("<font SIZE='-1' FACE='ARIAL'>");  
	document.writeln("<ADDRESS>Feedback:<a href='mailto:webmaster&#64;xteleos.com?subject=LugerLab Web site'>webmaster&#64;xteleos.com</A>");  			document.writeln("<BR>Last modified: ", document.lastModified);  
	document.writeln("<BR>Copyright &copy; 1999-2009 The Luger Lab. All rights reserved.</i></font>");  	
	document.writeln("<HR>");
}

function footer_small()
	{  document.writeln("<center>");  
	document.writeln("<font SIZE='-2' FACE='ARIAL'>");  
	document.writeln("<ADDRESS>Copyright &copy; 1999-2009 by The Luger Lab");  
	document.writeln("<BR> This page was last modified: ", document.lastModified);  ;
	document.writeln("<BR>Realization by <A HREF=http://why-IT.com/ target=_new>why-IT?</A>"); document.writeln("</center>");}

