<!-- Begin


// NOTE: If you use a ' add a slash before it like this \'


document.write('<span class="phonetitle">');

document.write('Clark\'s Custom Windshields');

document.write('</span><br>');

document.write('PO Box 11<br>');

document.write('Big Clifty, KY 42712<br>');

document.write('PHONE: <span class="phonetitle">270-242-4643<br></span>&nbsp;&nbsp;');

//document.write('FAX: <span class="phonetitle">(803) 755-2906<BR></span>');

document.write('E-mail: ');

document.write('<a href="mailto:robinde@earthlink.net">robinde@earthlink.net</a><br>');


//  End -->