function mOver(id, theImg) {
document.getElementById(id).src = theImg 
}

function mOut(id, theImg) {
document.getElementById(id).src = theImg 
}

function newsletter() {document.ccoptin.ea.focus()}