<!-- NOTE: If you use a ' add a slash before it like this \' -->

document.write('<span class ="copytext"><br><font color="navy">(858) 373-8642<br>');
function escramble(){
 var a,b,c,d,e,f,g,h,i
 a='<a href=\"mai'
 b='steve'
 c='\">'
 a+='lto:'
 b+='cole@'
 e='</a>'
 f=''
 b+='steve-cole.com'
 g='<img src=\"'
 h=''
 i='\" alt="Email us." border="0">'

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

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

escramble()

document.write('</font></span><br><br>');