function spider() {
   var linktext = ident + "@" + hostname;
   document.write("<a href=" + "mail" + "to:" + ident + "@" + hostname + ">" + linktext + "</a>") 
}
function spider2() {
   var linktext = ident + "@";
   document.write("<a href=" + "mail" + "to:" + ident + "@" + hostname + "><strong>" + linktext + "</strong></a>") 
}
function spider3() {
   var hostName = "multibandofdm.org";
   var linktext = ident + "@" + hostname;
   document.write("<a href=" + "mail" + "to:" + ident + "@" + hostname + ">" + linktext + "</a>") 
}
function spidersp() {
   var linktext = special;
   document.write("<a href=" + "mail" + "to:" + ident + "@" + hostname + "><span class="quote">" + linktext + "</span></a>") 
}
function spidersp2() {
   var linktext = special;
   document.write("<a href=" + "mail" + "to:" + ident + "@" + hostname + ">" + linktext + "</a>") 
}