<!-- Begin


// NOTE: If you use a ' add a slash before it like this \'

document.write('<span class="phonetitle">');

document.write('David Itoh');

document.write('</span><br>');

document.write('125 Forest Quest<br>');

document.write('Ormond Beach, FL 32174<br>');

document.write('PHONE: <span class="phonetitle">(386) 671-9329<BR></span>');

// document.write('FAX: &nbsp;&nbsp;<span class="phonetitle">(555) 555-5555<BR></span>');

document.write('<BR>E-mail: ');

document.write(' <A HREF="mailto:david@daviditoh.com">david@daviditoh.com</a><br>');


//  End -->