// @name      The EScrambled Email Address - mailto:xxx@OSApostle...
// @namespace http://OSApostle.com
// @version   0.1
// @author    Lordscotus

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

function escramble(){
 var a,b,c,d,e,f,g,h,i
 a='<a href=\"mai'
 b='scott'
 c='\">'
 a+='lto:'
 b+='@'
 e='</a>'
 f=''
 b+='OSApostle.com'
 g='<img src=\"'
 h=''
 i='\" alt="Email Scott" border="0">'

 if (f) d=f
 else if (h) d=g+h+i
 else d=b

 document.write(a+b+c+d+e)
}

//escramble()

function mailtowebmaster(){
 var a,b,c,d,e,f,g,h,i
 a='<a href=\"mai'
 b='webmaster'
 c='\">'
 a+='lto:'
 b+='@'
 e='</a>'
 f=''
 b+='OSApostle.com'
 g='<img src=\"'
 h=''
 i='\" alt="Email OSApostle webmaster" border="0">'

 if (f) d=f
 else if (h) d=g+h+i
 else d=b

 document.write(a+b+c+d+e)
}

//mailtowebmaster()

function mailtorsp(){
 var a,b,c,d,e,f,g,h,i
 a='<a href=\"mai'
 b='rsp'
 c='\">'
 a+='lto:'
 b+='@'
 e='</a>'
 f=''
 b+='OSApostle.com'
 g='<img src=\"'
 h=''
 i='\" alt="Email OSApostle.com registrar" border="0">'

 if (f) d=f
 else if (h) d=g+h+i
 else d=b

 document.write(a+b+c+d+e)
}

//mailtorsp()
