<!-- Begin

<!-- NOTE: If you use a ' add a slash before it like this \' -->

document.write('<span class ="copytext">&copy;Copyright 2006 ');

document.write('<a href="index.html" target="_top">Friends Among the Nations</a> ');

document.write('All Rights Reserved<br>');

document.write('For more information feel free to '); 

var myName = "info"
var myDomain = "fanatlanta.org"
var myLink = myName + "@" +myDomain
document.write("<a href=" + "mail" + "to:" + myName + "@" + myDomain + ">" + myLink + "</a>") ;

document.write('</span><br>');


//  End -->