﻿function checkform ( form )
{
  // ** START **
  if (form.searcharg.value == "") {
    window.location = "http://sflib1.sfpl.org"; ;
    return false ;
  }
  // ** END **
  return true ;
}