myDate = new Date();
theFyear = myDate.getFullYear();

document.write(" Copyright (C) " + theFyear + "  "+ "Regina Romantico. All Rights Reserved.");


