// JavaScript Document
copyright=new Date();
update=copyright.getFullYear();
document.write("&copy; " + update + " The Happy Sumo, All Rights Reserved");
