function copyright(){
myDate = new Date();
myYear = "COPYRIGHT© VERA PIZZA CERVO 2006-"+myDate.getFullYear()+" ALL RIGHTS RESERVED.";
document.write(myYear);
}
