// JavaScript Document
var d = new Date();
//document.write("<p>this is a footer</p>")
document.write("<div class=\"footer\" align=\"center\"><a href=\"http://seedlingfruit.com/privacypolicy.html\">Our Privacy Policy</a> | <a href=\"http://seedlingfruit.com/contactus.html\">Contact</a> | <a href=\"http://seedlingfruit.com/termsofuse.html\">Terms of Use</a><br>Copyright &copy; " + d.getFullYear()+ " Seedling Enterprises, L.L.C. &mdash; All Rights Reserved Worldwide<br>"
+" <a href=\"http://jellcreative.com/\" target=\"_blank\">Site Design by Jell Creative</a></div>")
