<!--
// JavaScript Document
//(c) 2003 www.ericlundberg.com
    
copyright=new Date();
update=copyright.getFullYear();

//---write copyright
document.write("Copyright<sup>©</sup> "+ update + "&nbsp;&nbsp;&nbsp;&nbsp;<i>www.ericlundberg.com</i><br>All Rights Reserved.");
//-->