<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<span class="phonetitle">');

document.write('Leal\'s Tire Shop');

document.write('</span><br>');

document.write('1900 Cesar Chavez St.<br>');

document.write('Austin, TX 78702<br>');

document.write('<nobr>');

document.write('PHONE: <span class="phonetitle">(512) 477-6180</span>');

document.write('&nbsp;&nbsp;&nbsp;&nbsp;');

//document.write('FAX: <span class="phonetitle">(555) 555-5555</span>');

document.write('</nobr><br><br>');

document.write('eMAIL: ');

document.write(' <A HREF="mailto:info@your-web-domain.com">info@lealstireshop.com</a><br>');


//  End -->