// SPIDER 1 - <a href=mailto:respond@ysat.com>user@domain.com</a>
function spider1() {
   var linktext = ident + "@" + hostname;
   document.write("<a href=" + "mail" + "to:" + info + "@" + ysat + ">" + linktext + "</a>") 
}
// SPIDER 2 - <a href=mailto:respond@ysat.com>User Name</a>
function spider2() {
   var linktext = special;
   document.write("<a href=" + "mail" + "to:" + info + "@" + ysat + ">" + linktext + "</a>") 
}
