// JavaScript Document

copyright=new Date();
update=copyright.getFullYear();
document.write("Copyright © 2003-"+ update + " Craft, Inc. All rights reserved.");

