
  function ghealton_plain ()
  {
        var c = new Array( "over", "gil", "master", "bert", "45", "@", "+", "healton", "gmail", ".", ",", "ne", "com", "t" );

        document.write( c[1] + c[3] + c[5] + c[7] + c[9] + c[11] + c[13] );
  }
  function ghealton_full ()
  {
        var a = new Array( "over", "mail", "master", "to", "45", ":" );

        document.write( "<a href=\"" + a[1] + a[3] + a[5] );
	ghealton_plain();
        document.write( "\">" );
	ghealton_plain();
        document.write( "</a>" );
  }
