
function escramble()
{
  var a,b,c,d,e,f,g,h,i
  a='<a href=\"mai'
  b='g3rzv_marconi'
  c='\">'
  a+='lto:'
  b+='@'
  e='</'
  e+='a>'
  f=''
  b+='g3rzv.fr'
  g='<img src=\"'
  b+='eeserve.co.uk'
  h=''
  i='\" alt="Email." border="0">'
  if (f) d=f
  else if (h) d=g+h+i
  else d=b
  document.write(a+b+c+d+e)
}
escramble()




/*
  b  = username
  b+ = domain

  if f and h are both blank then link text = email address
  if f has text then link text = f text (content of h ignored)
  if h has filename and f is blank then link text = image file h
*/

