function escramblelawday(){
 var a,b,c,d,e,f,g,h,i,s
 a='<a href=\"mai'
 b='lawday'
 c='\" title="Use this link if your browser has javascript enabled and is configured to automatically launch an email program">'
 a+='lto:'
 b+='@'
 e='<' + '/a>'
 f='email lawday'
 b+='dgbar.org'
 g='<img src=\"'
 h=''
 i='\" alt="Email us." border="0">'
 s='?Subject=Law%20Day%20Message%20via%20DCBA%20Website'
 if (f) d=f
 else if (h) d=g+h+i
 else d=b
 document.write(a+b+s+c+d+e)
}