function checkDelete()
{
  if (!confirm("Really delete this entire thread?"))
    return false;
  return true;
}


