function betterMo() {
if (confirm("Are you SURE you want to clear the form?  \n \nIf so, click OK!")) {
document.share.reset();

}
} 