function jmail(){
 var a,b,c,d,e,f,g,h,i;
 a='<a href=\"mai';
 b='john';
 c='\">';
 a+='lto:';
 b+='@';
 e='</a>';
 f='John Andrew';
 b+='cerberus.org';
 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);
}

function imail(){
 var a,b,c,d,e,f,g,h,i;
 a='<a href=\"mai';
 b='info';
 c='\">';
 a+='lto:';
 b+='@';
 e='</a>';
 f='email Cerberus';
 b+='cerberus.org';
 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);
}