﻿copyright = new Date();
update = copyright.getFullYear();

ft  = "<ul>";
ft += "     <li><a href=\"http://twitter.com/pdelance\" target=new><img src=\"Resources/Images/twitter.gif\" width=\"18\" height=\"18\" border=\"0\" style=\"position:relative;top:6px\"></a></li>";
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);