<!-- Begin


// NOTE: If you use a ' add a slash before it like this \'


document.write('<span class="subtitle">');

document.write('Johnson's House of Flowers');

document.write('</span><br>');

document.write('1350 North Avenue<br>');

document.write('Grand Junction, CO 81501<br>');

document.write('PHONE: <span class="subtitle">(970) 242-4292<BR></span>');

document.write('PHONE(800): <span class="subtitle">(800) 821-6770<BR></span>');

document.write('FAX: <span class="subtitle">(970) 242-4295<BR></span>');

document.write('<BR>E-mail us: ');

document.write(' <A HREF="mailto:flowers@jhof.net">flowers@jhof.net</a><br>');


//  End -->