﻿copyright = new Date();
update = copyright.getFullYear();

ft  = "<ul>";
ft += "     <li>&copy " + update + " de Lancellotti Family Vineyards</li>";
ft += "     <li>18405 NE Calkins Lane | Newberg, Oregon 97132 | Ph. 503-554-6802</li>";
ft += "     <li>Site Designed By <a href=\"http://nectargraphics.com\">Nectar Graphics</a></li>";
ft += "</ul>";

document.write(ft);
