function mess() // Scramble email address
{
  var a,b,c,d,e
 
  a='<a hr'
  a+='ef=\"mai'
  b='w'
  b+='e'
  b+='bs'       
  b+='ite'
  c='\">'
  a+='lto:'
  b+='@'
  e='</' + 'a>'
  d='webs'
  d+='ite@viru'
  d+='stip.c'
  d+='om'
  b+='virustip.com'

  document.write(a+b+c+d+e)
}

function addto()
{
  if ((navigator.appVersion.indexOf("MSIE") > 0) && (parseInt(navigator.appVersion) >= 4)) 
    window.external.AddFavorite("http://www.virustip.com", "VirusTip.com");
  else
  {
    var msg = "Sorry we could not bookmark Virus Tip automatically.";
    if(navigator.appName == "Netscape") msg += " [Please press CTRL+D]";
    javascript:alert(msg);
  }
} 