// JavaScript Document

copyright=new Date();
update=copyright.getFullYear();
document.write("Copyright &copy; "+ update +" PromptDog.com<br />All rights reserved. Reproduction without permission prohibited.");

