<!-- Begin
// NOTE: If you use a ' add a slash before it like this \'
document.write('<table>');
document.write('<tr><td valign="top">Contact:</td>');

document.write('<td class="phonetitle">');
document.write('Don Keller<br />');
document.write('5630 Charles Place<br />');
document.write('New Orleans LA  70124<br />');
document.write('</td></tr>');

document.write('<td> Phone:</td><td class="phonetitle">(504) 486-9752 </td></tr>');
document.write('<td>Email: </td><td class="phonetitle">drkeller@strongcontrols.com</td></tr>');

document.write('</table>');

//document.write('<BR /> ');

//  End -->
