//<!--
var now = new Date();
document.writeln("<p>&nbsp;<hr style='width:50%'>");
document.writeln("<table align='center'><tr><td style='font-size:8pt'>");
document.writeln("&copy; "+now.getFullYear()+" L&R Specialties");
document.writeln("<br>202 East Mt. Vernon");
document.writeln("<br>P.O. Box 309");
document.writeln("<br>Nixa, MO  65714");
document.writeln("<br>Phone: 417-725-2606");
document.writeln("<br>Toll-free: 877-454-3914");
document.writeln("<br>Email: <a style='font-size:8pt' href='mailto:Claydogs@aol.com'>Claydogs@aol.com</a>");
document.writeln("</td></tr></table>");
//-->
