function lostfoundback()
{
  window.open("lostfoundback.html", 'NewWindow1','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=yes,width = 568,height = 485')
}

function verifyClearMessage()
{
  msg = "Are you sure that you want to erase your message?";
  return confirm(msg);
}

function mess() // Scramble my email address
{

}