<!-- Begin


// NOTE: If you use a ' add a slash before it like this \'


document.write('<span class="phonetitle">');

document.write('Daniel Long');

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

document.write('955 Elizabeth Street<br>');

document.write('San Francisco, CA  94114-3119<br>');

document.write('PHONE: <span class="phonetitle">(415) 282-1524<BR></span>');

document.write('FAX: &nbsp;&nbsp;<span class="phonetitle">(866) 663-0563<BR></span>');

document.write('<BR>E-mail: ');

document.write(' <A HREF="mailto:info@daniellong.com">info@daniellong.com</a><br>');



//  End -->