   function protectit(mailit,user2, user1, domain2, domain1, addons , altshow)
   {
     var atStr=unescape("%40")
     var mltoStr=unescape("mail%74%6F%3A")
     var eid=user1+user2+atStr+domain1+domain2
     var showThis=String(altshow)
     if (showThis.length == 0) {
	showThis=eid;
     }
     if(mailit) {
	document.write("<a href='"+mltoStr+eid+addons+"'>"+showThis+"</a>")
     }
     else {
	document.write(showThis);
     }
   }

   function emSB(addons, altShow)
   {
	protectit(true,"inKC", "susanB", "t.net", "at", addons, altShow)
   }

   function showSB()
   {
	protectit(false,"inKC", "susanB", "t.net", "at", "", "")
   }
