// NOTE: If you use a ' add a slash before it like this \'
document.write('<span class="phonetitle">');
document.write('Earthly Goodz');
document.write('<br />');
document.write('3031 Placida Road - Unit #4<br />');
document.write('Englewood, FL 34224<br />');
document.write('PHONE:&nbsp;&nbsp;(941) 475-4663<br />');
document.write('Store Hours M-F 8:30-4 Sat 8:30-12<br />');
document.write('Consultations By Appointment<br />');
//document.write('FAX:&nbsp;&nbsp;(941) 475-4663<BR>');
document.write('<a href="mailto:earthlygoodz@yahoo.com">earthlygoodz@yahoo.com</a><br />');
document.write('</span>');
