<!--EScrambled Email Address Code-->

<!--For help with this code go to-->
<!--http://innerpeace.org/escrambler.shtml-->

<!-- JMJ -->

function escrble3 ( uname, pref ) {

  var a, b, c, d, e, f, g, h, i ;

  a  = '<a href=\"mai' ;
  b  = uname ;
  c  = '\">' ;
  a += 'lto:' ;
  b += '@' ;
  e  = '</a>' ;
  f  = '' ;   // any text you want to be included;
              // empty for same address
              // "NO_CLOSE_TAG" for ommitting "</A>"
  g  ='<img src=\"'
  if ( pref ) {
   b += pref ;
  }else {
   b += 'pitt.' ;
   b += 'ed' ;
   b += 'u' ;
  }
  h  ='' ;    // the image name goes here
  i  ='\" alt=\"Email us.\" border=\"0\">' ;

  if ( f ) {
    if ( f == "NO_CLOSE_TAG" ) {
      d = '' ;
    }else {
      d = f + e ;
    }
  }else if ( h ) {
    d = g + h + i + e ;
  }else {
    d = b + e ;
  }

  document.write ( a + b + c + d ) ;

}

function escrble4 ( uname, pref, nomen ) {

  var a, b, c, d, e, f, g, h, i ;

  a  = '<a href=\"mai' ;
  b  = uname ;
  c  = '\">' ;
  a += 'lto:' ;
  b += '@' ;
  e  = '</a>' ;
  f  = nomen ;   // any text you want to be included;
              // empty for same address
              // "NO_CLOSE_TAG" for ommitting "</A>"
  g  ='<img src=\"'
  if ( pref ) {
   b += pref ;
  }else {
   b += 'pitt.' ;
   b += 'ed' ;
   b += 'u' ;
  }
  h  ='' ;    // the image name goes here
  i  ='\" alt=\"Email us.\" border=\"0\">' ;

  if ( f ) {
    if ( f == "NO_CLOSE_TAG" ) {
      d = '' ;
    }else {
      d = f + e ;
    }
  }else if ( h ) {
    d = g + h + i + e ;
  }else {
    d = b + e ;
  }

  document.write ( a + b + c + d ) ;

}

<!--End EScrambled Email Address Code-->
