<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<span class="phonetitle">');

document.write('Lisa Mackey Photography');

document.write('</span><br>');

document.write('P.O. Box 2493<br>');

document.write('Durango CO  81302<br>');

// The following line contains 'PHONE: ' as a text header

// document.write('PHONE: &nbsp;<span class="phonetitle">(970) 247-3004<BR></span>');

// The following line does not contain the 'PHONE: ' text header

document.write('<span class="phonetitle">(970) 247-3004<BR></span>');

// document.write('FAX: &nbsp;<span class="phonetitle">(555) 555-5555<BR></span>');

document.write('<BR>E-Mail: ');

document.write('<a href="mailto:info@lisamackeyphoto.com">info@lisamackeyphoto.com</a>');

//  End -->