<!-- Begin


// NOTE: If you use a ' add a slash before it like this \'


document.write('<span class="phonetitle">');

document.write('Joel Ford');

document.write('</span><br>');

document.write('1472 Creekview Lane<br>');

document.write('Santa Cruz, CA 95062<br>');

document.write('PHONE:<span class="phonetitle">(831) 227-4980<BR></span>');


document.write('<BR>E-mail: ');

document.write(' <A HREF="mailto:joel.ford@gmail.com">joel.ford at gmail.com</a><br>');



//  End -->