<!-- Start

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

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

document.write('Mr. Smith.');

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

document.write('00000 No Address Way<br>');

document.write('Noaddressville, N/A 00000<br>');

document.write('PHONE: <span class="phonetitle">(555) 555-5555<BR></span>');

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

document.write('<BR>E-mail us:quinn.smith.287@csun.edu');

document.write(' <A HREF="mailto:quinn.smith.287@csun.edu">quinn_smith.287@csun.edu</a><br>');

//  End -->