function printLinksDown() 

{
document.write("<div align='center'>");
document.write("<img src='images/USCC_Color.gif' alt='US Composting Council logo'>");
document.write("<br><br>");
document.write("<a href='index.html' class='down'>About Us</a>&nbsp;: :&nbsp;"); 
document.write("<a href='ourmulchservices.html' class='down'>Our Mulch Services</a>&nbsp;: :&nbsp;"); 
document.write("<a href='whyusemulch.html' class='down'>Why Use Mulch?</a>&nbsp;: :&nbsp;"); 
document.write("<a href='http://www.glenwoodtreeexperts.com' target='blank' class='down'>The Tree Experts</a>&nbsp;: :&nbsp;"); 
document.write("<a href='contactus.html' class='down'>Contact Us</a>"); 
document.write("<br><br><div class='down'>© Copyright 2006-2011 The Mulch Center - <a href='http://www.mulchcenter.com' target='_blank'>www.mulchcenter.com</a> - All rights reserved. <br> Please direct any questions or comments about this web site <a href='mailto:ann@westwildwood.com'>here</a>.</div>");

document.write("<br></div>");
} 

