
function createFooter () 
	{ 
	var html = ''; 
	html += '<font size=1>Copyright 2010 navhdaga.org. All rights reserved. ';
	html += 'Reproduction in whole or in part in any form or medium without ';
	html += 'the express written permission of navhdaga.org is prohibited.  ';
	html += 'This is an independent web site maintained by NAVHDA GA, a ';
	html += 'sub-chapter of MidSouth.  NAVHDA GA does not and is not authorized ';
	html += 'to speak or act on behalf of the North American Versatile Hunting ';
	html += 'Dog Association, Inc.  The accuracy of any statements or information ';
	html += 'posted on or derived from use of this web site is not verified, and ';
	html += 'may not reasonably be relied upon.<\/font>';
	document.write(html); 
	} 
	
		
		
		
		
		