
	naymes = new Array(2);
	
	naymes[0] = "antman@antmandesign.com";
	naymes[1] = "master@foosmanchu.com";
	
	
	// The following goes in body of HTML document:

	// document.write("<a href=mailto:", naymes[0], " class=master>", naymes[0], "</a>");

	
