
	naymes_oft = new Array(5);
	
	naymes_oft[0] = "antman@onlinefamilytree.net"; 							// oft - anthony franze
	naymes_oft[1] = "sample@xyz.com?subject=onlinefamilytree.net";			// sample - contact name
	naymes_oft[2] = "none?subject=onlinefamilytree.net";					// falcone - contact name
	naymes_oft[3] = "zito@xyz.com?subject=onlinefamilytree.net";			// zito - contact name
	naymes_oft[4] = "update@emailaddress.com?subject=onlinefamilytree.net";	// template - contact name
	
	// The following goes in body of HTML document:

	// document.write("<a href=mailto:" + naymes_oft[#] + " class=textnav>" + Email your Family Contact + "</a>");

	
	/* Example of "cc" and "subject" in a 'mailto'
	<A HREF="mailto:joe@blow.com?cc=bob@acme.com&subject=The Readme File">email</A>
	*/ 
